Supercharging ASP.NET Core Apps with EF Core and AI
In this blog, I’ll explain in simple terms what ASP.NET Core and EF Core do, how AI fits into that picture, and how you can start adding AI features to your applications without rewriting everything from scratch.
New Features in .NET 10 and C# 14
.NET 10 is out, and if you’ve been waiting for a solid Long-Term Support (LTS) release before upgrading your
Learning Microsoft Azure for .NET Developers (2026 Guide)
If you’ve been building .NET apps for a while, you’ve probably noticed how much the landscape has shifted.
Why Learning MySQL Still Matters in 2025
Why Learning MySQL Still Matters in 2025
Every year, new technologies promise to change everything. One day it’s artificial
How Learning SQL Can Open Doors in the Age of Data
Every click, swipe, and purchase creates data. Every business, from a tiny online shop to global tech giants, is swimming
How I Stopped Creating My Own Objects: Learning Dependency Injection in .NET
During my early days of coding, I had a hard time understanding Dependency Injection (DI). I was so accustomed to
Visual Studio 2026 Insiders: What’s New and How It Stacks Up Against VS 2022
Microsoft has officially unveiled Visual Studio 2026 Insiders — the next evolution of its flagship IDE. If you’ve been following
New Course: Understanding Semantic Kernel SDK
I'm thrilled to announce the launch of my new course, "Understanding Semantic Kernel SDK," now available
Using Entity Framework with Postgres and Neon
This article explores the powerful integrations between Entity Framework Core (EF Core) and PostgreSQL. We also take a look at the advantages to hosting our PostgreSQL database on Neon, and give practical guidance on handling EF migrations and database scaffolding.
Unveiling .NET 9: Enhancements, Quality Assurance, and Understanding
This article explores vital improvements in .NET 9 with practical code examples and clarify the distinctions between STS and LTS releases.