First of all, thanks for all the work, the project looks awesome. I would like some things to changem but mostly very smalls stuff. I have issues with the memory consumption on startup. Previously, I ...
Take advantage of the unit of work design pattern to build flexible, extensible, and reusable data access layers in your ASP.NET Core applications. In most any business application, you will store and ...
I'm trying to use DbContext in an ASP.NET Core application. I'm trying to pass some custom data to the DbContext based class. If I change to the constructor to have more arguments, I soon get an ...