How to generate PostgreSQL UUID with EF Core
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
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.
How to use Entity Framework core in-memory and Sql Lite in-memory database options for unit tests.
A typical software application will invariably need to access some kind of data store in order to carry typical CRUD (Create, Read Update, Delete) operations… Read More »Using the Repository and Unit Of Work Pattern in .net core
A quick how to guide on implementing seeding in an EF Core database project.