Info
Version: | 1.1.0 |
Author(s): | Inverted Software |
Last Update: | Friday, February 26, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://galratner.com/blogs/net/archive/2014/03/19/the-inverted-software-datablock-quick-start-tutorial.aspx |
NuGet Url: | https://www.nuget.org/packages/InvertedSoftware.DataBlock |
Install
Install-Package InvertedSoftware.DataBlock
dotnet add package InvertedSoftware.DataBlock
paket add InvertedSoftware.DataBlock
InvertedSoftware.DataBlock Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Usage looks like: CRUDHelper.GetObjectList<Category>(() => new Category(), "GetCategories", mainConnectionString);.