Azure SQL GA, EF Core filters, and Semantic Kernel
This issue covers Azure SQL GA features, EF Core global filters, Semantic Kernel, ASP.NET security, source generators, Aspire, and more.
Jasen's top three picks
- 1 Announcing General Availability of UNISTR function and ANSI SQL || Operator in Azure SQL
devblogs.microsoft.com
Azure SQL gets a couple of long-awaited SQL capabilities across the finish line.
- 2 Dependency Injection in .NET Core Using IServiceCollection
c-sharpcorner.com
A nice practical refresher on DI, plus a more advanced EF Core filters post for app-wide data rules.
- 3 The AI Toolkit Every .NET Developer Should Know: Semantic Kernel
blog.stackademic.com
Semantic Kernel, Refit, and the dnx preview give this issue a solid AI-and-tooling spine.
Editor's note
I put together a pretty mixed bag today, from Azure SQL’s new GA capabilities to practical pieces like EF Core query filters and JWT auth. I also liked the Semantic Kernel write-up and the dnx preview post, since both point at where day-to-day .NET work is heading.
Today's articles
Announcing General Availability of UNISTR function and ANSI SQL || Operator in Azure SQL
devblogs.microsoft.com
We’re excited to announce the General Availability (GA) of two long-standing capabilities that address critical needs for SQL developers and enterprise customers in Azure SQL Database and Azure SQL Ma...
Topics: Azure SQL Server
Read articleDependency Injection in .NET Core Using IServiceCollection
c-sharpcorner.com
Dependency Injection (DI) is a design pattern that enables the development of loosely coupled code. .NET Core has built-in support for DI, making it easy to manage dependencies in modern applications.
Read articleThe AI Toolkit Every .NET Developer Should Know: Semantic Kernel
blog.stackademic.com
“Many .NET developers have built dozens of enterprise apps — but integrating LLMs often feels like a total shift in mindset. Semantic… Continue reading on Stackademic »
Topics: ML.NET Semantic Kernel
Read articleMulti-Tenancy with Separate Databases in .NET and ABP Framework
abp.io
Multi-tenancy is a common architectural concept for modern SaaS applications, enabling a single application to serve multiple customers…
Topics: Design Patterns .NET Core
Read articlePrevent Multiple Instances in .NET 8 with Mutex (WPF Example)
medium.com
When developing desktop applications, it’s often useful — or even critical — to ensure that only one instance of the application is…
Read articleMastering in C# .NET
c-sharpcorner.com
The article is about to explain C# .NET fundamentals and syntax that is required for basic and advanced software development.
Read articleHow To Apply Global Filters With EF Core Query Filters in .NET 9
medium.com
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
Read article.NET Aspire - Adding Custom Commands to the Dashboard
youtube.com
Microsoft Learn: https://aka.ms/learndotnet LinkedIn: https://aka.ms/dotnet/linkedin
Topics: .NET Aspire .NET 8
Read articleUnderstanding Sealed Classes in C# with Example
c-sharpcorner.com
In C#, a sealed class prevents inheritance, ensuring its behavior can't be altered through subclassing. It enhances security, enforces design rules, and can improve performance in certain scenarios.
Topics: C# Solid Principles
Read articleYou’re Ignoring the Most Powerful .NET Library for High-Throughput Message Processing
blog.devgenius.io
💡 ActionBlock, TransformBlock, and the Secret Weapon Behind Microsoft’s Streaming Pipelines Continue reading on Dev Genius »
Topics: Performance Service Bus
Read articleFrom Toxic Teams to Clean Code: Dev Skills That’ll Save You at 2AM!
medium.com
Welcome to your weekly dose of full-stack firepower, where real-world dev chaos meets code clarity! This issue packs a punch with… Continue reading on Indian Full Stack Developer Community »
Topics: Clean Architecture Solid Principles
Read article🔴 VS Code Live - Boost Your SQL Development in VS Code: GitHub Copilot, Containers, and More
youtube.com
How to Outsource ASP.NET Development Successfully: A 2025 Guide
Topics: GitHub Copilot SQL Server Visual Studio Code
Read articleSource Generators in Jinget
jinget.medium.com
.NET Source Generators are a powerful feature introduced in .NET 5 that enable compile-time code generation, allowing developers to…
Topics: C# Source Generators
Read articleHave You Heard About Refit? A Type-Safe REST Client for C#
medium.com
If you’re tired of writing repetitive HttpClient code in .NET just to call APIs, then you should take a look at Refit.
Read articleAnnouncing SQLDBEntityNotifier: Effortless Real-Time SQL Server Change Tracking for .NET
medium.com
I’m excited to announce the release of SQLDBEntityNotifier, a lightweight, event-driven .NET library for SQL Server change tracking…
Topics: Performance SQL Server
Read articleStarting from Zero: My First Steps into C#
medium.com
I just started learning C#. I’m not an expert. Not even close. But this is me documenting the process — the wins, the bugs, the…
Read articleWhat is C# and What is it Used For?
c-sharpcorner.com
Learn what C# is, how it works, and what it's used for in 2025. Explore its core features, real-world applications, and why C# remains a top programming language for developers.
Read articleWhy Everyone’s Wrong About “Serverless Can’t Handle Heavy AI” in .NET
medium.com
Think Lambda can’t handle real AI? These controversial .NET 9 + AWS hacks crushed cold starts, killed GPU bills, and shocked our SRE team… Continue reading on .Net Programming »
Read articleRunning one-off .NET tools with dnx: Exploring the .NET 10 preview - Part 5
andrewlock.net
In this post I show the new dnx command for running .NET tools without installing them and look at exactly how it works.
Topics: Azure Functions ML.NET
Read articleImplementing JWT-Based Authentication and Role-Based Authorization in .NET Core
c-sharpcorner.com
In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations
Read article5 .NET Tips That Will Instantly Upgrade Your Code From Meh to Masterpiece
blog.stackademic.com
These aren’t best practices. They’re the cheat codes. Continue reading on Stackademic »
Topics: Authentication Authorization JWT
Read articleAdvanced Governed Access in .NET Data Platforms
medium.com
Building a governed access layer means more than just gating data
Topics: C# Performance
Read article