How to do Entity Validation with EF Core
Data validation in API’s is crucial task yet is often overlooked, with Entity Framework Core entity data validation is made easier and it can also be expanded upon to provide robust solutions
Data validation in API’s is crucial task yet is often overlooked, with Entity Framework Core entity data validation is made easier and it can also be expanded upon to provide robust solutions
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
Details on how to reverse engineer a MySql database using EF Core and resolve exceptions generated.
A detailed discussion on the implementation of a Generic Repository pattern for .net core entity framework.
How to use Entity Framework Core and separate your Database logic from your business logic by using separate class library projects