Info
Version: | 0.4.9.3 |
Author(s): | Jakub Fijałkowski |
Last Update: | Sunday, March 31, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/Fiolek/flib |
NuGet Url: | https://www.nuget.org/packages/FLib |
Install
Install-Package FLib
dotnet add package FLib
paket add FLib
FLib Download (Unzip the "nupkg" after downloading)
Dependencies
2 packages depend on this package.
Tags
It can be used in everyday programming to make method argument validation clearer(FLib.Validation), help with bindings(FLib.Data.Binding and FLib.Data.PropertyPath), support cancellable editing(FLib.Data.PropertyBag). It also contains a couple of extension methods for frequently used actions(raising events, formatting strings, etc.).
As of version 0.4, FLib is partly ported to WinRT.
WinRT version does not support some functionality (bindings, type converters) because they are available in WinRT or aren't supported.