Mendz.Data is on GitHub and NuGet
Mendz.Data, which provides tools and guidance for creating data access contexts and repositories, is now on GitHub and NuGet!
The latest version of Mendz.Data contains the following namespaces:
Clues:
Mendz.Data.<VendorName>.<VendorName>DbDataContext
: DbDataContextBase.
NuGet: https://www.nuget.org/packages/Mendz.Data/
GitHub: https://github.com/etmendz/Mendz.Data
The latest version of Mendz.Data contains the following namespaces:
- Mendz.Data - contains shared classes and type like DataSettings, DataSettingOptions, PagingInfo and ResultInfo
- Mendz.Data.Common - contains the core interfaces, classes and types for defining Mendz.Data-aware contexts and repositories
- Mendz.Data.Repository - contains the CRUDS interfaces
- Mendz.Data.Repository.Async - contains the asynchronous CRUDS interfaces
Challenge
Go hands-on and use Mendz.Data to define generic ADO.Net-compatible Mendz.Data-aware contexts for Oracle and/or MySQL. Share your work and use them in your applications. Experience for yourself the benefits that Mendz.Data has to offer for you, for your team and for your organization.Clues:
Mendz.Data.<VendorName>.<VendorName>DbDataContext
: DbDataContextBase.
NuGet: https://www.nuget.org/packages/Mendz.Data/
GitHub: https://github.com/etmendz/Mendz.Data
Comments
Post a Comment