Info
Version: | 1.0.0 |
Author(s): | Bernie Seabrook |
Last Update: | Saturday, April 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Reform |
Install
Install-Package Reform
dotnet add package Reform
paket add Reform
Reform Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.8.1)
- Unity(>= 5.11.5)
Stop writing SQL! Use the IReform interface instead. It includes methods like Count, Exists, Select, Insert, Update, Delete, Merge, and even BulkInsert. Reform is fully customizable allowing it to be used even without SQL Server. It puts the C# developer back in control of how data is shaped and manipulated.
Define POCOs, add Reform code attributes, and you're done. It includes support for validation and transactions and it’s the perfect tool for ETL applications. Forget all about Martin Fowler’s silly IRepository pattern. Use IReform instead.
You’ll be glad you did.