Skip to content

Releases: iQuarc/DataAccess

Initial functionality

10 Mar 13:58
Compare
Choose a tag to compare

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 through DataAccess.AppBoot package