HandyContext
HandyContext is based on EntityFramework. GenericDbContext inherits DbContext,it provides some methods,they are very helpful. HistoryDbContext inherits GenericDbContext,it record the data change.
Extend and enhance for DbContext.
Install-Package HandyEFContext -Version 1.0.1
HandyContext is based on EntityFramework. GenericDbContext inherits DbContext,it provides some methods,they are very helpful. HistoryDbContext inherits GenericDbContext,it record the data change.