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:
  • 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
Use Mendz.Data to build, create and define Mendz.Data-aware contexts and repositories for your application. Share your Mendz.Data-aware libraries as-is with your back-end applications and front-end applications. Designed for teams, Mendz.Data can make codes simpler and more consistent in quality. By design, Mendz.Data can hide complexities from your application code by truly separating the data access layer concerns from the application layer.

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