Releases: iQuarc/DataAccess
Releases · iQuarc/DataAccess
Initial functionality
iQuarc.DataAccess 1.0.0.nupkg available on nuget.org
iQuarc.DataAccess.AppBoot 1.0.0.nupkg available on nuget.org
Main functionality included:
- Abstract generic interface for data access
- Entity Framework hidden from client code
- Data model in separate project
- Development patterns for reading data through
IRepository
- Development patterns for adding, modifying and deleting data in a well defined scope throgh
IUnitOfWork
- Provide extensibility points for executing code when entities are loaded, saved or deleted, through custom implementations of
IEntityInterceptors
- Support for integration with
iQuarc.AppBoot
throughDataAccess.AppBoot
package