News

Generic Repository Pattern for C# .net Core. A simple lean & clean generic repository pattern for .net core abstraction layer Entity Framework Core. Originally inspired by writing my blog post Generic ...
In using the Repository design pattern, you can hide the details of how the data is eventually stored or retrieved to and from the data store. This data store can be a database, an xml file, etc.
Clean Repository Pattern with .NET 8 This solution was adopted from Jason Taylor's clean architecture. While the solution starts there, there are some adjustments with the coding patterns to follow ...