I have been shut off writing the book Entity Framework Core in Action, but in doing so I have learn a lot! Now I am back programming and have just released a new version of GenericServices for EF Core. I few people who used this library were asking about a EF Core version, and I wanted you folks to know first.
EfCore.GenericServices does the same thing as the original EF6.x GenericServices, but in a very different way. Part of that was to make it simpler to pick up, and part of that was to support Domain-Driven Design (DDD) styled entity classes (which I have found very useful - see this article).
I would appreciate any feedback. I have put a lot of effort into documentation and I have just posted an introductory article. The GitHub repo has an example application/database (in-memory, so runs anywhere) that you can run to see things in action.
Hi all,
I have been shut off writing the book Entity Framework Core in Action, but in doing so I have learn a lot! Now I am back programming and have just released a new version of GenericServices for EF Core. I few people who used this library were asking about a EF Core version, and I wanted you folks to know first.
EfCore.GenericServices does the same thing as the original EF6.x GenericServices, but in a very different way. Part of that was to make it simpler to pick up, and part of that was to support Domain-Driven Design (DDD) styled entity classes (which I have found very useful - see this article).
I would appreciate any feedback. I have put a lot of effort into documentation and I have just posted an introductory article. The GitHub repo has an example application/database (in-memory, so runs anywhere) that you can run to see things in action.