
Code-First vs. Database-First: Which EF Core Approach Should You Use?
In one of my client projects a few years ago, we had to extend an existing HR and payroll system. At first, I thought it…
Solutions Architect | Developer | Blogger
Solutions Architect | Developer | Blogger
In one of my client projects a few years ago, we had to extend an existing HR and payroll system. At first, I thought it…
I remember when I was just starting to use Entity Framework (EF) seriously in one of my previous projects, a financial settlement system, the biggest…
If you’re reading this, chances are you’re either just starting with Entity Framework Core or you’re moving an older project to .NET 9 and want…
When I first worked on an internal reporting tool for our financial system, I was greeted by thousands of lines of raw ADO.NET, SqlCommand, DataReader,…
Not too long ago, I wrote a blog post titled Getting Started with FluentValidation, where I focused more on how to use FluentValidation in the…
Hi there! If you’ve been building ASP.NET Core applications for a while, like I have, you probably reached a point where you started asking yourself:…
Hi! In this post, I’ll share how we used SignalR in .NET Core to build a real-time API Health Check Dashboard, something we actually deployed,…
I still remember one of my early projects using .NET. It was a service integration task, I had to call an external API to retrieve…
In my earlier projects, I always reached for third-party libraries whenever I needed to map domain models to DTOs. It felt like the standard approach.…
When I started working on a payroll and HR system for multiple clients, the biggest technical hurdle was building it as a multi-tenant application. Each…