Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.55 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.55 KB

AppCore .NET Data

Nuget MyGet

This repository includes projects containing abstractions and implementations of the persistence framework.

All artifacts are licensed under the MIT license. You are free to use them in open-source or commercial projects as long as you keep the copyright notice intact when redistributing or otherwise reusing our artifacts.

Packages

Latest development packages can be found on MyGet.

Package Description
AppCoreNet.Data Provides persistence framework default implementations.
AppCoreNet.Data.Abstractions Provides the public API of the persistence framework.
AppCoreNet.Data.EntityFrameworkCore Adds support for EntityFramework Core.
AppCoreNet.Data.MongoDB Adds support for Mongo DB.
AppCoreNet.Data.AutoMapper Adds support for mapping entities using AutoMapper.

Contributing

Contributions, whether you file an issue, fix some bug or implement a new feature, are highly appreciated. The whole user community will benefit from them.

Please refer to the Contribution guide.