
Create Database From Model Using EFCore
Wouldn’t it be nice if the database gets created automatically on the EF Core model your created? To that end this article discusses just that
Wouldn’t it be nice if the database gets created automatically on the EF Core model your created? To that end this article discusses just that
How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and the source code is on GitHub
In this post I’m talking about Database Connection Resiliency in Entity Framework Core, an update to my previous post about transaction operations
How to implement database connection resiliency using an inbuilt or custom execution strategy using Entity Framework Core
In the last couple of weeks, I was talking about Entity Framework Core for creating a model or call stored procedures. But how to use transactions?
With Entity Framework Core you are able creating a model from the database and also calling a stored procedure.
Creating entity & context model automatically in C# for an existing database is called Database-First approach with Entity Framework Core