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.
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.EntityFramework | Adds support for EntityFramework 6. |
AppCoreNet.Data.MongoDB | Adds support for Mongo DB. |
AppCoreNet.Data.AutoMapper | Adds support for mapping entities using AutoMapper. |
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.