Latest
            Nov
        
        
            03
        
    
        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
        
                    3 min read
                
                
            
            Oct
        
        
            25
        
    
        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
        
                    3 min read
                
                
            
            Oct
        
        
            20
        
    
        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
        
                    3 min read
                
                
            
            Sep
        
        
            11
        
    
        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
        
                    4 min read
                
                
            
            Nov
        
        
            22
        
    
        New Course: Understanding Semantic Kernel SDK
I'm thrilled to announce the launch of my new course, "Understanding Semantic Kernel SDK," now available
        
                    2 min read
                
                
            
            Nov
        
        
            18
        
    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.
        
                    7 min read
                
                
            
            Nov
        
        
            15
        
    
        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.
        
                    4 min read
                
                
            
            Nov
        
        
            06
        
    Transform Your .NET Skills with Generative AI – Introducing My New Course!
I’m thrilled to announce the launch of my latest course, Generative AI for .NET Developers with Azure AI Services! 
This comprehensive course is designed to elevate your expertise in AI, enabling you to create innovative, intelligent, and scalable applications using the robust Azure AI ecosystem.
        
                    3 min read
                
                
            
            Oct
        
        
            30
        
    Getting Started with ASP.NET Core API, EF Core, and PostgreSQL on Neon
In this guide, we’ll integrate Entity Framework Core with PostgreSQL, hosted on Neon.tech, to handle CRUD (Create, Read, Update, Delete) operations for a "Products" table.
        
                    5 min read
                
                
            
            Oct
        
        
            25
        
    Reducing Memory Leaks with Dependency Injection in .NET Development
Dependency injection is a powerful pattern that improves the structure of your code by promoting loose coupling and in .NET development, dependency injection plays a significant role in managing memory effectively and preventing memory leaks.
        
                    5 min read