Home - etmendz/Mendz.Data.SqlServer GitHub Wiki
Welcome to the Mendz.Data.SqlServer wiki!
Mendz.Data.SqlServer provides a generic Mendz.Data-aware context for ADO.Net-compatible access to SQL Server databases.
Announcements
Date |
Description |
1/27/2020 |
Released v1.2.0. Note breaking change: switched reference from System.Data.SqlClient to Microsoft.Data.SqlClient. |
10/11/2018 |
Released v1.1.3. |
6/7/2018 |
Released v1.1.2. |
11/7/2017 |
Released v1.1.1. |
10/12/2017 |
Released v1.1.0. |
10/7/2017 |
Released v1.0.0. |
Contents
Examples
- TestRepositories shows a sample repository that derives from DbRepositoryBase and implements the Mendz.Data.Repository CRUDS interfaces.
- TestController shows how to use TestRepositories in a controller.
- TestMVC walks through creating an ASP.Net Core MVC application using Mendz.Data and Mendz.Data.SqlServer.
Download
NuGet package