Info
Version: | 1.0.6 |
Author(s): | Carlos Alvarez |
Last Update: | Monday, May 11, 2015 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CSharpBasicExtensionsKit |
Install
Install-Package CSharpBasicExtensionsKit
dotnet add package CSharpBasicExtensionsKit
paket add CSharpBasicExtensionsKit
CSharpBasicExtensionsKit Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Extensions can be use in LinkQ, Rx Extensions and anywhere yo can use an extension.
For example:
'if (obj == null)' can be use as 'obj.IfNull(() => .....)'
there are tons of unit test samples.