Home Archive Issue #297
Issue #297

LINQ, Blazor, and VS 2026

This issue covers faster LINQ queries, Blazor updates in ASP.NET Core 10, Visual Studio 2026, OpenTelemetry tracing, Docker, and Azure DevOps.

Jasen's top three picks

  1. 1
    Supercharging LINQ in C#: A Practical Guide to Cysharp ZLINQ

    medium.com

    ZLinq is worth a look if you care about shaving allocations and understanding where LINQ abstractions cost you.

  2. 2
    Blazor Enhancements in Asp.Net Core 10.0

    c-sharpcorner.com

    ASP.NET Core 10 Blazor updates focus on startup, state, Hybrid, validation, QuickGrid, and security — a practical release summary.

  3. 3
    Zero-Cost, Insurance Quote App in .NET 8 with Azure DevOps Zip Deploy

    c-sharpcorner.com

    The Azure DevOps Zip Deploy walkthrough is refreshingly accessible for teams wanting CI/CD without expensive tooling.

Editor's note

I pulled together a deliberately mixed lineup this time, from performance and platform updates to tooling and architecture. The ZLinq piece and the Visual Studio 2026 preview stood out to me because both point to where day-to-day .NET work is getting faster. I also liked the OpenTelemetry tracing article for teams trying to make distributed systems easier to observe.

Today's articles

Mastering Delegates in C#

c-sharpcorner.com

This article goes beyond the basics, revealing how delegates enable flexible, extensible, and testable applications. Learn how they underpin events, LINQ, asynchronous programming, and design patterns...

Topics: C# Design Patterns

Read article

Understanding .NET Worker Services

c-sharpcorner.com

Unlock the power of .NET Worker Services! This article explores how to build robust background processes for tasks like email dispatch, data processing, and queue management. Learn about the lifecycle...

Topics: .NET Core

Read article

Related issues

📬 Get daily .NET content delivered to your inbox