/GenericRepository

A Class library which implements Generic Repository Pattern for connecting to SQl Server Db

Primary LanguageC#

GenericRepository

A Class library which implements GenericRepository Pattern for connecting to SQl Server Db, It Contains both Asynchronous and Synchronous methods. Command And Query Respository are seprated and Query Repository is wrapped by a cache repository which has been implemented using decorator pattern. Domain Event handling and Audit logs are also implemented in this repository.