Blazor vs Razor Pages in .NET 10
This issue covers Blazor, EF Core query tuning, validation patterns, distributed events, browser agents, and the latest Visual Studio update.
Jasen's top three picks
- 1 Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)
medium.com
A strong case for where components fit in .NET 10 apps, not just another framework compare-and-contrast.
- 2 Why Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
c-sharpcorner.com
Compression is one of those quiet wins: easy to miss, easy to measure.
- 3 Common LINQ Methods with Examples in .NET Core
medium.com
A useful refresher on LINQ operators without overcomplicating the basics.
Editor's note
I pulled a pretty varied mix today, from frontend framework choices to database tuning and tooling. The Blazor vs Razor Pages piece and the Visual Studio lifecycle update are the kind of reads that can change day-to-day decisions, while the EF Core and distributed events articles go after real production pain.
Today's articles
Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)
medium.com
By Brian Mora — .NET Dev, Café con Leche–Fueled Builder Continue reading on Stackademic »
Topics: ASP.NET Core Blazor .NET 10
Read articleWhy Do We Need GZip? (And why IIS automatically gives you GZip in .NET applications)
c-sharpcorner.com
GZip compression speeds up .NET apps by shrinking web responses. Learn how it boosts performance, cuts costs, improves SEO, and works automatically with IIS!
Topics: ASP.NET Core Performance Web API
Read articleCommon LINQ Methods with Examples in .NET Core
medium.com
Here’s a comprehensive list of LINQ (Language Integrated Query) extension methods available in .NET Core. These methods are part of the…
Read articleLet’s take a look at the new page — Handling and Throwing Exceptions in .NET:
peter-jackson.medium.com
https://www.devart.com/dotconnect/dotnet-exceptions.html
Read articleSplit Queries in EF Core (.NET 9): When to Use Them (and When to Run)
medium.com
If you’ve ever pulled a big object graph with multiple collections and watched your API crawl (or your memory spike), you’ve probably met…
Topics: .NET 9 EF Core Performance
Read articleGetting Started With Blazor: A Beginner-Friendly Setup Guide
medium.com
The information in this article was sourced courtesy of ChatGPT. All information in this article was tested and verified by myself
Topics: ASP.NET Core Blazor
Read articleDistributed Domain Events in .NET: Designing Event Flows That Survive Outages (RabbitMQ Edition)
medium.com
Modern distributed systems can’t rely on in-memory domain events anymore — especially when services scale independently, deploy…
Topics: CQRS Event Sourcing RabbitMQ
Read articleHow to Safely Concatenate Strings in C#
medium.com
String concatenation is a common task in almost every C# application from building user messages to constructing dynamic SQL queries or…
Topics: C# Performance Security
Read articleNo-Code Meets Pro-Code: How n8n + .NET 10 Create the Ultimate Hybrid Automation Architecture
medium.com
If you’re a .NET developer wondering how low-code tools like n8n fit into modern backend engineering, this is the guide you’ve been… Continue reading on Stackademic »
Read articleWhere To Put Validation in Clean Architecture (So It’s Obvious, Fast, and Never Leaks)
medium.com
If your “validation” is sprinkled across controllers, services, and the database praying someone catches it… this is for you. In Clean…
Topics: Clean Architecture CQRS FluentValidation
Read articleYour Distributed Cache Isn’t Actually Distributed — The Subtle .NET Mistake Killing Scale
blog.devgenius.io
(Why your blazing-fast Redis still collapses under load) Continue reading on Dev Genius »
Topics: .NET Core Performance Redis
Read articleHow I Went From Selenium Scripts to Microservices: A Complete .NET
shadhujan.medium.com
Posted: November 27, 2025 Category: DevOps & Cloud Engineering Reading Time: 16 Minutes
Topics: Docker .NET Core Kubernetes
Read articleYour browser agent, powered by Playwright + Agent Framework (.NET)
blog.devgenius.io
Turn a boring HTTP API into a browsing super-agent that can click, scroll, extract, and observe itself. Continue reading on Dev Genius »
Topics: GitHub Copilot OpenAI Visual Studio Code
Read articleHow to Optimize EF Core Query Performance with Compiled Queries in .NET 9
medium.com
Part 1: Why My Fast Database Got Slow (And How Compiled Queries Saved It)
Topics: .NET 9 EF Core Performance
Read articleVisual Studio – Built for the Speed of Modern Development
devblogs.microsoft.com
Visual Studio will adopt the Modern Support Lifecycle as a continuously updated IDE designed to deliver innovation as soon as it is ready, while maintaining the reliability and stability you count on ...
Topics: Visual Studio
Read articleMigration Conflicts in EF Core: How to Fix Duplicate, Missing, or Broken Migrations
medium.com
A comprehensive guide to diagnosing and resolving EF Core migration conflicts in modern .NET applications
Topics: .NET 9 .NET Core EF Core
Read articleDon’t Start a New C# Desktop App Until You Read This: WPF vs. WinUI 3 in 2025
medium.com
For over a decade, WPF (Windows Presentation Foundation) has been the undisputed bedrock of C# enterprise desktop applications. It’s…
Topics: .NET Framework Visual Studio WPF
Read article