Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
.NET Repository + Unit of Work — From Overused Pattern to Strategic Weapon Most .NET...
If you’ve ever struggled to write complex LEFT JOINs in LINQ, you’ll love what’s coming in .NET...
Series: From Code to Cloud: Building a Production-Ready .NET Application By: Farrukh Rehman - Senior...
This post focuses on practical .NET and Azure API questions that test your ability to design,...
Implementing Domain-Driven Design with C# and Entity Framework When building complex...
🛠 Liked this post? I now share all my content on Substack — real-world .NET, AI, and scalable...
📌 Introduction If you're just getting started with backend web development using .NET, learning how...
I ran a full BenchmarkDotNet suite comparing: EF Core (Tracked ✅ / NoTracking ❌) Dapper (Raw SQL,...
Working with Entity Framework Core? Knowing how data is loaded can drastically affect your app's...
The Good Part Entity Framework Core (EF Core) is a popular Object-Relational Mapper (ORM)...
I just like this so much! Experimenting with ef-core just got so much simpler. With a simple script...
EF9 has a bug and gives an exception "The given key 'EmptyProjectionMember' was not present in the...
Entity Framework Core: Code-First Approach and CRUD Operations Entity Framework (EF) Core...
Couchbase’s new EF Core provider opens the door to some powerful .NET integrations: even ones...
Dapper is a lightweight, high-performance ORM for .NET. It is widely used because of its simplicity...
In this post, we continue to explore ways to free your application from being tightly bound to the...
1️⃣ 𝗜𝗻𝗶𝘁𝗶𝗮𝗹 𝗗𝗲𝘀𝗶𝗴𝗻 𝗜𝘀𝘀𝘂𝗲: The ExpenseCategory model was used as a junction table, creating a...
I am looking for way to add hints for joins. Our app uses EF, I have found one query which executes 1...