APIs with Entity Framework Core: PUT
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and…
I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.
Wouldn't it be nice if the database gets created automatically on the EF Core model your created? To that end…
How to implement an efficient audit system with Entity Framework Core? In this post I explain what to do and…
In this post I'm talking about Database Connection Resiliency in Entity Framework Core, an update to my previous post about…
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…
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