This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
In this article we shall look into configuring EF Core on a Dotnet Core application and how a table can be created and data operations are performed.
How to fix Decimal Conversion Issue in EF 7
In this article, I share my experience with the decimal conversion issue in Entity Framework 7 and How I tried to solve it with an illustrating example.
How to create Auditable Entities using Entity Framework Core
In this detailed article, let's look at how we can setup and work with Auditable Fields in a .NET 6 project using Entity Framework Core.
How to use DbContext Pooling in ASP.NET Core
In this detailed article, let's get to know about what is DbContext Pooling and how to use in ASP.NET for performance with illustrating example.
How To Database First With EF Core
In this article, let's try integrating an ASP.NET Core (.NET 6) application with an existing SQL database and understand how "Database First" approach..
How is LINQ executed in EF Core Simplified
In this article, let's look at the two main concepts in LINQ execution patterns that help in writing efficient and memory conscious expressions.