EasyCRUD is a Object-Relational Mapping (ORM, O/RM, and O/R mapping) software for ASP.NET web sites. EasyCRUD provides mapping between Microsoft
® .NET (dotnet) business objects and SQL Server
® tables and stored procedures (CRUD, plus ReadMultiple and DeleteMultiple).
Unlike
LINQ, EasyCRUD gives the developer control of the class (business object) and takes care of the tedious SQL Server tables and CRUD-like stored procedures, which is the way it should be.
Coming soon...