Info
Version: | 1.2.0 |
Author(s): | Alexandru Istrate |
Last Update: | Monday, October 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ProBase |
Install
Install-Package ProBase
dotnet add package ProBase
paket add ProBase
ProBase Download (Unzip the "nupkg" after downloading)
Unlike any other strategies like using query strings directly in the code or using an ORM, ProBase alows you to communicate with a database by using the most flexible and safe system - stored procedures. What ProBase adds on top of the classic ADO.NET data primitives is the ability to generate procedure calls based on annotated methods, thus allowing you to call a procedure in the same way you would call a method.