How to fix Decimal Conversion Issue in EF 7May 16, 2023Articles, EF CoreIn 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 CoreApril 1, 2023Articles, EF CoreIn 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 CoreApril 1, 2023Articles, EF CoreIn 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 is LINQ executed in EF Core SimplifiedJuly 7, 2021Articles, EF CoreIn this article, let's look at the two main concepts in LINQ execution patterns that help in writing efficient and memory conscious expressions.
Integrating Dapper with ASP.NET Core – Ultimate GuideApril 10, 2021Articles, ASP.NET Core1 CommentIn this article, let's go deep dive into the concept of Micro ORM and how to work with Dapper with ASP.NET Core with examples