-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mendz edited this page Jan 28, 2020
·
11 revisions
Mendz.Data.SqlServer provides a generic Mendz.Data-aware context for ADO.Net-compatible access to SQL Server databases.
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. |
Name | Description |
---|---|
SqlServerDbDataContext | Provides the database context for an SQL Server database. |
SqlServerDataSettingOption | Provides the data setting options for SQL Server access. |
- 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.