.NET 10 - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about .NET 10, drawn from .NET News Daily issues.

167 curated issues

Simple Multithreading in C# with a Practical Example (.NET 10)

Multithreading is a fundamental concept in modern programming that allows applications to perform multiple operations concurrently.

Featured in Issue #455 May 13, 2026

Issue also covered: Azure, Clean Architecture, C#, .NET MAUI, Minimal APIs, OpenAI, Performance, Security

Read this issue →

Copilot Studio gets faster with .NET 10 on WebAssembly

A few months ago, we shared How Copilot Studio uses .NET and WebAssembly for performance and innovation, describing how Microsoft Copilot Studio runs C# in the browser via .NET

Featured in Issue #454 May 12, 2026

Issue also covered: ASP.NET Core, Authorization, Blazor, Clean Architecture, CQRS, C#, GitHub Copilot, .NET MAUI

Read this issue →

Prompt Engineering for Claude Code - The .NET Developer's Guide

Write effective Claude Code prompts for .NET 10 projects. The 4-layer instruction hierarchy, 10 Bad vs Better patterns, and a decision matrix from 6 months of daily use.

Featured in Issue #453 May 11, 2026

Issue also covered: ASP.NET Core, C#, Design Patterns, Docker, OpenAI, Visual Studio Code

Read this issue →

.NET 11 vs .NET 10 — Faster, Smarter, and Quietly Powerful

Every year, Microsoft pushes .NET forward — and this time, .NET 11 is shaping up to be less about hype… and more about serious refinement.

Featured in Issue #449 May 06, 2026

Issue also covered: Azure, Cosmos DB, C#, GitHub Copilot, Kafka, Performance, PostgreSQL, Profiling

Read this issue →

Cleaning Migrations in EF Core 10 - Squash, Reset & Manage History

Learn when and how to clean EF Core 10 migrations. Squash, reset, remove, resolve team conflicts, plus a decision matrix for the right cleanup strategy.

Featured in Issue #448 May 05, 2026

Issue also covered: C#, EF Core, Performance, Semantic Kernel, Serilog, Web API

Read this issue →

.NET 10.0.7 Out-of-Band Security Update

We are releasing .NET 10.0.7 as an out-of-band (OOB) update to address a security issue introduced in Microsoft.AspNetCore.DataProtection Security update details This release includes a fix for

Featured in Issue #446 May 01, 2026

Issue also covered: ASP.NET Core, C#, Native AOT, Performance, Security, Semantic Kernel, System.Text.Json

Read this issue →

ASP.NET Core (Latest Microsoft Release)

This article explores the latest advancements in ASP.NET Core with the release of .NET 10, focusing on performance improvements, enhanced Minimal APIs, and Blazor updates. It provides practical code e...

Featured in Issue #443 April 28, 2026

Issue also covered: ASP.NET Core, Authentication, Blazor, C#, Design Patterns, EF Core, Minimal APIs, OpenAI

Read this issue →

Migrate from .sln to .slnx in .NET 10 — Complete Guide to the New Solution Format

Starting with .NET 10, dotnet new sln generates .slnx files by default. Your old .sln files still work, but the writing is on the wall …

Featured in Issue #441 April 24, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Framework, EF Core, JWT, Minimal APIs

Read this issue →

Minimal API Validation in .NET 10 Built-In Support with Data Annotations

Connect with me 👇

Featured in Issue #440 April 23, 2026

Issue also covered: ASP.NET Core, Azure, CQRS, C#, Design Patterns, .NET Framework, GitHub Copilot, .NET MAUI

Read this issue →

C# .NET — Upgrading a Mediator Pipeline Project with Kiro Spec-First

Upgrading a MediatR project to .NET 10 with Kiro IDE: testing the spec-first workflow to see how it performs and my overall impressions.

Featured in Issue #438 April 21, 2026

Issue also covered: Azure, Clean Architecture, C#, EF Core, FluentValidation, GitHub Copilot, JWT, MediatR

Read this issue →

HybridCache in ASP.NET Core .NET 10 - Complete Guide

Master HybridCache in ASP.NET Core .NET 10. BenchmarkDotNet results, stampede protection demo, tag-based invalidation, Redis L2 setup, and migration from IDistributedCache.

Featured in Issue #435 April 16, 2026

Issue also covered: ASP.NET Core, Benchmarking, Clean Architecture, C#, .NET Core, Performance, Redis, System.Text.Json

Read this issue →

What’s new in Entity Framework??

A practitioner’s deep dive into the architectural differences, performance gaps, and .NET 10-specific features that make EF Core the only…

Featured in Issue #434 April 15, 2026

Issue also covered: ASP.NET Core, Clean Architecture, CQRS, C#, EF Core, Performance, Roslyn, Source Generators

Read this issue →

Generative AI for Beginners in .NET 10: From Curiosity to Real Applications

A few years ago, learning AI meant diving into complex theory, research papers, and tools that often felt disconnected from real-world… Continue reading on GoPenAI »

Featured in Issue #426 April 03, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, Clean Architecture, C#, Design Patterns, ASP.NET MVC

Read this issue →

Blazor Sucks? Here’s What You Should Try Instead 2026

I just finished reading Alex Martossy’s Blazor Sucks and found myself nodding along to nearly every paragraph. After 6+ months on a…

Featured in Issue #425 April 02, 2026

Issue also covered: ASP.NET Core, Blazor, C#, .NET Framework, EF Core, Kafka, .NET MAUI, Performance

Read this issue →

ASP.NET Core .NET 10 Program.cs Explained: The Complete Guide to Everything You Can Configure

When developers first start working with ASP.NET Core, the Program.cs

Featured in Issue #424 April 01, 2026

Issue also covered: ASP.NET Core, C#, .NET Core, EF Core, GitHub Copilot, Native AOT, Performance, Security

Read this issue →

Seeding Initial Data in EF Core 10 - HasData vs UseSeeding

Seed initial data in EF Core 10 with HasData, UseSeeding, and Program.cs. Includes decision matrix, FK seeding, environment strategies, and pitfalls.

Featured in Issue #422 March 30, 2026

Issue also covered: ASP.NET Core, .NET Aspire, AutoMapper, Azure, Benchmarking, C#, EF Core, GitHub Copilot

Read this issue →

Bulk Operations in EF Core 10 - Benchmarking Insert, Update, and Delete Strategies

Learn how to optimize bulk insert, update, and delete operations in EF Core 10. We benchmark 5 approaches with real numbers and a decision matrix for every scenario.

Featured in Issue #419 March 25, 2026

Issue also covered: Benchmarking, C#, .NET 8, EF Core, OpenAI, Performance, Security, Visual Studio Code

Read this issue →

Explore C# 14, .NET 10, Aspire and GitHub Copilot at THRIVE 2026!

The THRIVE Conference will take place from June 8–10, 2026, at Rimske Terme, Slovenia. The event emphasizes practical engineering with sessions covering modern .NET development, AI productivity in Vis...

Featured in Issue #418 March 24, 2026

Issue also covered: ASP.NET Core, Azure, C#, EF Core, .NET MAUI, OpenAI, Security, Visual Studio Code

Read this issue →

Top 10 Software Development Trends in 2026 | Facile Technolab

Discover the Top 10 Software Development Trends in 2026. AI-native development, edge computing, DevSecOps, cloud-native strategies, sustainability, and practical steps to future-proof your software.

Featured in Issue #414 March 18, 2026

Issue also covered: ASP.NET Core, Dapper, EF Core, MediatR, Performance, Source Generators, SQL Server, Visual Studio Code

Read this issue →

Copilot CLI in VS Code

.NET 10: System.Text.Json Improvements

Featured in Issue #412 March 17, 2026

Issue also covered: ASP.NET Core, GitHub Copilot, JWT, OpenAI, Performance, Redis, Visual Studio, Web API

Read this issue →

.NET 11 Preview 2 is now available!

Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 2 is now available! appeared firs...

Featured in Issue #413 March 17, 2026

Issue also covered: AOT, ASP.NET Core, Azure, Azure DevOps, Blazor, C#, Docker, .NET 8

Read this issue →

Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10

Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »

Featured in Issue #411 March 13, 2026

Issue also covered: Azure, C#, .NET Core, EF Core, OpenAI, Source Generators, Visual Studio Code

Read this issue →

Are exceptions exposing vulnerabilities in your .NET App?

Unhandled exceptions in ASP.NET Core can expose sensitive data. Learn when it happens, why it's dangerous, and how to fix it. The page Are exceptions exposing vulnerabilities in your .NET App? appeare...

Featured in Issue #410 March 12, 2026

Issue also covered: ASP.NET Core, Azure, Azure Functions, Clean Architecture, C#, .NET Core, Minimal APIs, OpenAI

Read this issue →

Building Real-World Web Apps with ASP.NET Core Razor Pages

Microsoft MVP Philip Japikse discusses how ASP.NET Core Razor Pages in .NET 10 provides a streamlined, page-centric development model for building maintainable web applications, leveraging modern feat...

Featured in Issue #400 February 26, 2026

Issue also covered: ASP.NET Core, Authentication, Authorization, Clean Architecture, C#, .NET Core, Performance, Redis

Read this issue →

.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features

.NET 11 Preview 1 Arrives With Runtime Async, Zstandard Support, and C# 15 Features

Featured in Issue #399 February 25, 2026

Issue also covered: Azure, C#, EF Core, Semantic Kernel

Read this issue →

Standardizing Global Errors: Using IExceptionHandler and Problem Details Services in ASP.NET 10

In this article, we’ll explore using the modern approach to error handling in ASP.NET 10 by using the IExceptionHandler interface. We will…

Featured in Issue #397 February 23, 2026

Issue also covered: ASP.NET Core, Authorization, Blazor, Clean Architecture, C#, Dapper, Design Patterns, EF Core

Read this issue →

How to Send Web Push Notifications in .NET 10

A Practical Guide Using Modern Standards

Featured in Issue #396 February 20, 2026

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, JWT, .NET MAUI, Web API, WPF

Read this issue →

.NET 11 Preview 1 is now available!

Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 1 is now available! appeared firs...

Featured in Issue #395 February 19, 2026

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Domain-Driven Design, .NET Core, Performance, SQL Server

Read this issue →

How LeftJoin and RightJoin Work in EF Core .NET 10

Learn how LeftJoin and RightJoin work in EF Core .NET 10, replacing complex GroupJoin patterns and simplifying left and right joins in LINQ. The page How LeftJoin and RightJoin Work in EF Core .NET 10...

Featured in Issue #394 February 18, 2026

Issue also covered: Domain-Driven Design, EF Core, GitHub Copilot, gRPC, Performance, REST API, Security, Semantic Kernel

Read this issue →

C# .Net 10 MinimalAPI: Weather Service Migration from Azure to AWS — Part 4

You never know when you will need to do this.

Featured in Issue #393 February 17, 2026

Issue also covered: AOT, ASP.NET Core, C#, .NET 8, .NET 9, .NET Core, EF Core, Performance

Read this issue →

ASP.NET Core Security Explained: Modern Authentication, Authorization, and JWT

Build secure ASP.NET Core apps in .NET 10 using JWT auth, policy-based authorization, claims, roles, and best practices with a Blog API. Continue reading on Syncfusion »

Featured in Issue #392 February 16, 2026

Issue also covered: AOT, ASP.NET Core, Authentication, Authorization, C#, .NET Core, .NET Framework, EF Core

Read this issue →

Clean Architecture With Document Databases, Minimal APIs, and CQRS in .NET 10

Part 1 — Laying a Rock-Solid Foundation Continue reading on Stackademic »

Featured in Issue #391 February 13, 2026

Issue also covered: Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET 8, .NET Core, EF Core

Read this issue →

Creating .Net Core Microservices using Clean Architecture using .Net 10 & Angular 21

Over the last few years, I’ve seen one pattern repeat itself again and again.

Featured in Issue #390 February 12, 2026

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, .NET Core, Minimal APIs, OpenAI, Security

Read this issue →

Robust Strategy Pattern in .NET 10: Building a Fail-Safe Tax Calculation Engine

Practical guide to building a flexible, testable, and fail-safe tax calculation engine using C# features. Why your next business-critical…

Featured in Issue #389 February 11, 2026

Issue also covered: C#, Design Patterns, EF Core, GitHub Copilot, OAuth, OpenAI, Performance, Security

Read this issue →

CQRS with .NET 10 (2026): Build Systems That Don’t Double-Charge, Don’t Oversell

A practical, production-minded guide with creative scenarios, sharp rules, and copy-paste checklists Continue reading on CodeX »

Featured in Issue #387 February 09, 2026

Issue also covered: ASP.NET Core, Azure, Azure Functions, Blazor, Cosmos DB, CQRS, Docker, Event Sourcing

Read this issue →

New in .NET 10 and C# 14: Multi-Tenant Rate Limiting

.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...

Featured in Issue #385 February 05, 2026

Issue also covered: Azure, C#, GitHub Copilot, OpenAI, Performance, Source Generators, Visual Studio Code

Read this issue →

.NET 10 Linux Support: The Definitive Guide for Modern Developers

If you’re a .NET developer, you’ve probably heard the buzz around .NET 10 Linux support. But is it really ready for production workloads…

Featured in Issue #384 February 04, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, Domain-Driven Design, EF Core, ML.NET, OpenAI

Read this issue →

.NET 10 Linux Support: The Definitive Guide for Modern Developers

If you’re a .NET developer, you’ve probably heard the buzz around .NET 10 Linux support. But is it really ready for production workloads…

Featured in Issue #383 February 03, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET 8, EF Core, OAuth, OpenAI

Read this issue →

Stop Rebuilding API Plumbing: A Clean Architecture .NET 10 Web API Starter

Week 2 of an API project is where optimism goes to get a reality check.

Featured in Issue #382 February 02, 2026

Issue also covered: ASP.NET Core, Cosmos DB, C#, EF Core, .NET MAUI, MediatR, OpenAI, OpenTelemetry

Read this issue →

.NET 10 and C# 14: The Game Has Changed

.NET 10 and C# 14: The Game Has Changed A principal engineer's perspective on why this release matters

Featured in Issue #381 January 30, 2026

Issue also covered: .NET Aspire, Azure, C#, Design Patterns, ML.NET, PostgreSQL, Redis, Unit Testing

Read this issue →

10 Reasons to Upgrade to .NET 10

Explore reasons to upgrade to .NET 10 and C# 14: Long-Term Support (LTS) Release, Performance improvements in ASP.NET Core and .NET, File-Based Apps, Server-Sent Events (SSE), Extension Members in C#

Featured in Issue #379 January 28, 2026

Issue also covered: ASP.NET Core, Azure, Azure DevOps, C#, Domain-Driven Design, Design Patterns, .NET Core, EF Core

Read this issue →

C # 14 in .NET: What is New and Improved

C# 14 is expected to arrive with .NET 10, and it continues Microsoft’s long-term goal of making C# one of the most powerful, safe, and…

Featured in Issue #378 January 27, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, C#, Design Patterns, .NET Core, ASP.NET MVC

Read this issue →

LeftJoin and RightJoin in EF Core 10: The End of GroupJoin Gymnastics

After 20 years of LINQ, we finally have native outer join operators

Featured in Issue #377 January 26, 2026

Issue also covered: C#, EF Core, Performance, RabbitMQ, Security

Read this issue →

.NET 10 and C# 14 — Unbound generic types and nameof

Before C# 14, if you wanted to get the name of a generic class, like Logger, you could use the nameof operator, but you could not just refer to the class itself, instead, the compiler required you to ...

Featured in Issue #375 January 22, 2026

Issue also covered: Azure, Azure Functions, C#, Performance, Redis

Read this issue →

CodeMash 2026 – Workshop: Building and Deploying a .NET 10 App to Azure using Bicep and GitHub Actions

Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.

Featured in Issue #374 January 21, 2026

Issue also covered: .NET Aspire, Azure, C#, .NET 8, .NET Core, GitHub Copilot, SQL Server, System.Text.Json

Read this issue →

.NET 10 runtime now available in AWS Lambda

.NET 10 runtime now available in AWS Lambda

Featured in Issue #373 January 20, 2026

Issue also covered: Azure Functions, Blazor, C#, .NET Framework, .NET MAUI, Performance, Visual Studio

Read this issue →

.NET 10: Automatic support of TLS 1.3 on MacOS

Introduction With .NET 10, macOS developers get a nice upgrade for free: TLS 1.3 is...

Featured in Issue #372 January 19, 2026

Issue also covered: ASP.NET Core, Azure, C#, GitHub Copilot, Kafka, Minimal APIs, Security, Serilog

Read this issue →

File I/O Performance: Picking the Fastest Weapon in Your Arsenal

This article provides insights on the fastest file I/O methods for .NET 10, emphasizing benchmarks with 1 MB payloads.

Featured in Issue #371 January 16, 2026

Issue also covered: ASP.NET Core, C#, EF Core, Performance, Security, Source Generators

Read this issue →

New in .NET 10 and C# 14: EF Core 10's Faster Production Queries

.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...

Featured in Issue #370 January 15, 2026

Issue also covered: ASP.NET Core, Azure DevOps, Clean Architecture, C#, Domain-Driven Design, .NET Core, EF Core, GitHub Copilot

Read this issue →

.NET 10 and C# 14 — Null-conditional assignment

IQueryable vs IEnumerable: What Every .NET Developer Must Know

Featured in Issue #369 January 14, 2026

Issue also covered: AOT, ASP.NET Core, Blazor, Clean Architecture, C#, Domain-Driven Design, Design Patterns, EF Core

Read this issue →

Building a Self-Fixing .NET 10 App with AI Agents

A step-by-step guide to automating error analysis and remediation using Azure Monitor, Semantic Kernel, and LLMs.

Featured in Issue #368 January 13, 2026

Issue also covered: Authentication, Authorization, Azure, Azure Functions, .NET 9, Native AOT, OpenAI, Performance

Read this issue →

Named Global Query Filters Were Updated in EF Core 10

Explore Named Query Filters in EF Core 10: apply multiple filters to entities for soft deletion and multi-tenancy. Learn best practices with real-world code examples.

Featured in Issue #367 January 12, 2026

Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 9, EF Core, .NET MAUI, OpenAI

Read this issue →

Unlock Blazing Fast ASP.NET Core APIs with Smart Caching Strategies

Minimal APIs in .NET 10: Clean, Lightweight, But Are They Really Minimal?

Featured in Issue #366 January 09, 2026

Issue also covered: AOT, ASP.NET Core, C#, EF Core, Performance, Solid Principles, Web API

Read this issue →

How .NET 10’s Microsoft Agent Framework is Revolutionizing AI

Remember Tony Stark’s JARVIS or FRIDAY? These weren’t just voice assistants; they were intelligent companions that understood context…

Featured in Issue #364 January 07, 2026

Issue also covered: Authentication, Clean Architecture, C#, .NET Core, EF Core, REST API, Test-Driven Development

Read this issue →

C# 14 Improved Lambda Expressions: Using ref, in, and out Parameters for High-Performance Code

Explore C# 14's enhanced lambda expressions with 'ref', 'in', and 'out' parameters. Boost performance, readability, and code consistency for critical operations.

Featured in Issue #363 January 06, 2026

Issue also covered: Azure, Azure Functions, C#, JWT, Minimal APIs, OpenAI, Performance, REST API

Read this issue →

C# 14 Null-Conditional Assignment: Practical Examples and Best Practices

Master C# 14's null-conditional assignment (?.=) for cleaner, safer code! Learn practical examples, best practices, and when to use (or avoid) this powerful feature. Prevent NullReferenceExceptions an...

Featured in Issue #362 January 05, 2026

Issue also covered: C#, Design Patterns, .NET 8, .NET 9, Minimal APIs, REST API

Read this issue →

Partial Events and Constructors in C# 14 (.NET 10) Explained with Examples

Explore C# 14's partial events & constructors! Simplify code generation, enhance extensibility, and cleanly separate generated & handwritten logic. #CSharp #dotnet

Featured in Issue #365 January 04, 2026

Issue also covered: Benchmarking, Clean Architecture, CQRS, C#, .NET Framework, EF Core, Event Sourcing, FluentValidation

Read this issue →

.NET 10 and ASP.NET Core: Refinements That Matter in Production

Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!

Featured in Issue #361 January 02, 2026

Issue also covered: ASP.NET Core, Clean Architecture, C#, EF Core, GitHub Copilot, Performance, Redis, Visual Studio

Read this issue →

C# 14 Field Keyword: Simplifying Property Accessors

C# 14 introduces the field keyword, a contextual keyword that reshapes how we write property accessors. This feature eliminates the need for explicit backing fields while maintaining full control over...

Featured in Issue #360 January 01, 2026

Issue also covered: Azure, Benchmarking, Clean Architecture, C#, JWT, Minimal APIs, ML.NET, Performance

Read this issue →

Partial Constructors in C# 14 (.NET 10) - A Game-Changing Feature

C# 14 introduces Partial Constructors, a game-changer for .NET 10! Split constructor logic across files, enhance source generator support, and improve maintainability. Build modular, scalable applicat...

Featured in Issue #359 December 31, 2025

Issue also covered: ASP.NET Core, CQRS, C#, .NET 8, .NET 9, GitHub Copilot, MediatR, ML.NET

Read this issue →

Master EF Core Relationships & Migrations Like a Pro

ASP.NET Community Standup - ASP.NET Core planning kickoff for .NET 11

Featured in Issue #355 December 25, 2025

Issue also covered: ASP.NET Core, Authentication, C#, Dapper, Docker, .NET Framework, EF Core, .NET MAUI

Read this issue →

Server-Sent Events in ASP.NET Core and .NET 10

ASP.NET Core 10 introduces native Server-Sent Events as a lightweight, HTTP-native alternative to SignalR for simple one-way real-time updates like dashboards and notifications.

Featured in Issue #352 December 22, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET Core, .NET Framework, EF Core, FluentValidation

Read this issue →

Stop Using IMemoryCache in .NET 10: The HybridCache Revolution

Why your custom Redis wrapper is killing your performance — and how to fix it.

Featured in Issue #351 December 19, 2025

Issue also covered: C#, .NET 9, OpenAI, Performance, Redis, REST API, Security, Semantic Kernel

Read this issue →

The Core Architects’ Guide to 400% Faster APIs in .NET 10

As core architects, we know that the difference between a functional API and a high-performing one can be staggering. In fact, our recent…

Featured in Issue #350 December 18, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, Cosmos DB, C#, Domain-Driven Design, Design Patterns

Read this issue →

.NET 10 Networking Improvements

Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more! The post .NET 10 Networking Improvements appeared first on .NET Blog.

Featured in Issue #349 December 17, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Design Patterns, .NET 9, .NET Core

Read this issue →

Blazor Full-Stack in 2025: What’s New, What’s Changed, and How to Build Modern Web Apps

For years, Blazor has been evolving from a promising newcomer to a full-stack framework capable of powering enterprise-grade web…

Featured in Issue #348 December 16, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, Clean Architecture, C#, EF Core, Minimal APIs, Performance

Read this issue →

EF Core Performance Optimization Challenge | 233x FASTER in .Net 10

Let’s play a little EF Core game.

Featured in Issue #347 December 15, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Design Patterns, .NET 8, EF Core, GitHub Copilot

Read this issue →

Boost Your .NET Workflow with the New TOON File Support in Visual Studio

A lightweight, token-efficient alternative to JSON — now seamlessly integrated into Visual Studio. Continue reading on Medialesson »

Featured in Issue #346 December 12, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, C#, .NET Core, Minimal APIs, Performance, Redis

Read this issue →

.NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more. The post .NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026...

Featured in Issue #345 December 11, 2025

Issue also covered: C#, Design Patterns, .NET Core, EF Core, OpenAI, Performance, Source Generators, Visual Studio

Read this issue →

Domain Validation With .NET | Clean Architecture, DDD, .NET 10

Domain validation is where your code stops being “just CRUD” and starts actually protecting your business rules.

Featured in Issue #343 December 09, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, EF Core, Native AOT, Performance

Read this issue →

.NET MAUI Community Standup - .NET 10 Announcements Roundup

Mastering Callbacks in C#: Delegates, Events, Async/Await & Real UI Examples (Complete Guide)

Featured in Issue #342 December 08, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, Dapper, Domain-Driven Design, Design Patterns, .NET 9

Read this issue →

⭐ New Features in .NET 10 and C# 14 — A Deep Dive Into What’s Coming Next

As .NET continues to evolve, Microsoft’s latest release — .NET 10 paired with C# 14 — brings one of the most polished and…

Featured in Issue #341 December 05, 2025

Issue also covered: Azure, C#, EF Core, Performance, REST API, Source Generators

Read this issue →

Blazor vs Razor Pages in .NET 10: The Moment Everything Changed (and Why I’m Betting on Components)

By Brian Mora — .NET Dev, Café con Leche–Fueled Builder Continue reading on Stackademic »

Featured in Issue #340 December 04, 2025

Issue also covered: ASP.NET Core, Blazor, Clean Architecture, C#, .NET 9, .NET Core, EF Core, .NET MAUI

Read this issue →

The New C# 14 Extension Members Hack You Must Try

A practical guide to the new C# 14 extension members with examples, diagrams, and clean patterns you’ll actually use.

Featured in Issue #339 December 03, 2025

Issue also covered: ASP.NET Core, CQRS, C#, Domain-Driven Design, Design Patterns, Docker, .NET Core, EF Core

Read this issue →

I Stopped Writing Null Checks in C# 14 After Discovering This Operator — Here’s the Full Breakdown

A practical, experience-driven exploration of the ??= operator in .NET 10 — how it cleans up real-world code, eliminates hidden null traps… Continue reading on Stackademic »

Featured in Issue #338 December 02, 2025

Issue also covered: AutoMapper, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design, Design Patterns, .NET 9

Read this issue →

.NET 10: The Upgrade Every Developer and Fractional CTO Should Care About

The software world moves fast. Frameworks evolve. Best practices shift. Performance expectations rise. But not every update reshapes how…

Featured in Issue #337 December 01, 2025

Issue also covered: ASP.NET Core, Azure Functions, Clean Architecture, C#, .NET Core, Redis

Read this issue →

Top 5 .NET 10 Features That You Need to Know

Design Patterns in .NET: Practical Implementations That Actually Matter

Featured in Issue #336 November 28, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Azure DevOps, Benchmarking, CQRS, C#, Design Patterns, .NET Core

Read this issue →

Introducing C# 14

Learn what features are in C# 14, which ships as part of .NET 10. The post Introducing C# 14 appeared first on .NET Blog.

Featured in Issue #335 November 27, 2025

Issue also covered: Azure, C#, EF Core, Performance, Security, xUnit.net

Read this issue →

.NET 10 Breaking Changes: The New field Keyword

Every new .NET release brings performance improvements, but sometimes, it also brings breaking changes that can quietly break your code…

Featured in Issue #334 November 26, 2025

Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, EF Core, GitHub Copilot, Minimal APIs, OpenAI

Read this issue →

No more public partial class Program in .NET 10

If you are using API Tests with the WebApplicationFactory you might did something like this to have a public Program class: public partial class Program; No more!

Featured in Issue #333 November 25, 2025

Issue also covered: Azure, Cosmos DB, C#, GitHub Copilot, Performance, Unit Testing, Web API

Read this issue →

Are C# 14's new features worth updating your app to .NET 10?

Discover the new features in C# 14 - from extension members to the field keyword - and find out whether upgrading your app to .NET 10 is really worth it. The page Are C# 14's new features worth updati...

Featured in Issue #331 November 21, 2025

Issue also covered: ASP.NET Core, .NET Aspire, C#, EF Core, MediatR, Performance, Redis, Security

Read this issue →

Announcing .NET 10

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14, .NET MAUI, Aspire, and so much more. ...

Featured in Issue #330 November 20, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Clean Architecture, C#, Domain-Driven Design, .NET Core, GitHub Copilot

Read this issue →

.NET 10 & C# 14 Just Rewrote the Rulebook — 17 Features That Will Change How You Code Forever

From file-based apps to EF Core’s JSON magic and Blazor’s WASM power-ups — discover the upgrades that will reshape API design… Continue reading on Stackademic »

Featured in Issue #329 November 19, 2025

Issue also covered: ASP.NET Core, C#, Dapper, .NET Core, .NET Framework, EF Core, Native AOT, Performance

Read this issue →

Modern Windows Development with .NET

.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're building new Windows apps or modernizing existing ones, see how .NET provides the ...

Featured in Issue #328 November 18, 2025

Issue also covered: ASP.NET Core, Authorization, Azure, CQRS, EF Core, GitHub Copilot, Minimal APIs, OpenAI

Read this issue →

DotNet 10 says Goodbye to Dockerfile

The wait is over. Microsoft has officially rolled out .NET 10, the new Long-Term Support (LTS) release, and the buzz is palpable. But this…

Featured in Issue #327 November 17, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, CQRS, C#, Dapper, EF Core, GitHub Actions

Read this issue →

Easier reflection with [UnsafeAccessorType] in .NET 10: Exploring the .NET 10 preview - Part 9

In this post I show how to work with [UnsafeAccessor] to do 'easier' reflection and how to use .NET 10's [UnsafeAccessorType] with types you can't reference

Featured in Issue #325 November 13, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, GitHub Actions, OpenTelemetry, Performance, Source Generators

Read this issue →

Interesting new C# 14 features coming with .NET 10

With the release of .NET 10 just around the corner (next month!), it’s time to take a look at the new features we can expect for C# 14. Note: the goal of this post is not to be an exhaustive list of a...

Featured in Issue #323 November 11, 2025

Issue also covered: Application Insights, ASP.NET Core, C#, Domain-Driven Design, .NET 9, EF Core, gRPC, MediatR

Read this issue →

Zero-Cost foreach: How .NET 10 Turbo-charges Your Collections

.NET 10 slashes enumeration costs in List, Stack, Queue & ConcurrentDictionary — benchmarks show up to 6× faster loops with zero… Continue reading on .Net Programming »

Featured in Issue #321 November 07, 2025

Issue also covered: Application Insights, ASP.NET Core, .NET Aspire, Authentication, AutoMapper, Azure, C#, EF Core

Read this issue →

DotNet: 9 Versions of .NET Performance Enhancements

Are you stuck on a prior version of .NET? 3.5 or 4.8 or maybe .NET CORE. It’s time to think about migrating to .NET 10. Read this digest…

Featured in Issue #320 November 06, 2025

Issue also covered: .NET Aspire, Authentication, AutoMapper, Azure, Azure DevOps, Clean Architecture, C#, Domain-Driven Design

Read this issue →

Introducing Custom Agents for .NET Developers: C# Expert & WinForms Expert - .NET Blog

Introducing C# Expert and WinForms Expert: experimental custom agents that help .NET developers write better code with GitHub Copilot.

Featured in Issue #319 November 05, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure DevOps, EF Core, GitHub Copilot, Minimal APIs, ML.NET, Performance

Read this issue →

Spans Got Easier in C# 14

How C# 14 turns Span<T> patterns into mainstream practice

Featured in Issue #318 November 04, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, .NET Core, EF Core, MediatR, Minimal APIs

Read this issue →

What’s new in .NET 10

Explore the most interesting new features in C# 14, ASP.NET Core, and .NET 10.

Featured in Issue #316 October 31, 2025

Issue also covered: Application Insights, AutoMapper, Azure, Azure Functions, Clean Architecture, Domain-Driven Design, Design Patterns, Docker

Read this issue →

Our Favorite New Features in .NET 10 and C# 14

See our favorite new C#, ASP.NET, and EF Core features in .NET’s latest LTS release Continue reading on Leading EDJE »

Featured in Issue #315 October 30, 2025

Issue also covered: Application Insights, ASP.NET Core, AutoMapper, Azure, Clean Architecture, CQRS, C#, Dapper

Read this issue →

After 17 Years, C# Finally Gets Extension Properties

Extension methods have been a huge success in C#. It only took 17 years to get properties. Let’s see if they’re worth the wait.

Featured in Issue #314 October 29, 2025

Issue also covered: ASP.NET Core, C#, EF Core, Performance, Visual Studio

Read this issue →

The 3 “Hidden” Features in .NET 10 No One Is Talking About (But You’ll Use All Year)

Let’s be honest… .NET 10 dropped and everyone ran to play with the shiny stuff — the new templates, the AI integration hype, the “faster… Continue reading on Stackademic »

Featured in Issue #313 October 28, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Azure Functions, Clean Architecture, Cosmos DB, CQRS

Read this issue →

C# 14’s New Performance-Enhancing Feature: Compound Assignment Operators

C# keeps giving developers a little more flexibility with every release. With .NET 10, C# 14 introduces a feature that looks small at…

Featured in Issue #311 October 24, 2025

Issue also covered: .NET Aspire, Blazor, C#, Design Patterns, EF Core, GitHub Copilot, OpenAI, Performance

Read this issue →

.NET 10.0 RC 2

How the Outbox Pattern Solves Dual-Write Problems in .NET

Featured in Issue #308 October 21, 2025

Issue also covered: ASP.NET Core, Azure, CQRS, C#, Performance, Security, SQL Server

Read this issue →

ASP.NET Community Standup - Level up eShop with Blazor in .NET 10

On .NET Live | Infrastructure as Code with Pulumi

Featured in Issue #303 October 14, 2025

Issue also covered: AOT, ASP.NET Core, Blazor, Clean Architecture, C#, Design Patterns, Docker, .NET 9

Read this issue →

🔴 VS Code Live - v1.105 Release

Interesting new C# 14 features coming with .NET 10

Featured in Issue #302 October 13, 2025

Issue also covered: Azure, EF Core, Performance, REST API

Read this issue →

Have You Seen .NET 10 Yet?

Pragmatic prep and dev tips Continue reading on Inside the IF »

Featured in Issue #299 October 08, 2025

Issue also covered: Azure, Blazor, C#, .NET Core, EF Core, Performance, SignalR, Source Generators

Read this issue →

What .NET 10 GC Changes Mean for Developers

What if I told you that starting with .NET 10, several of your fundamental ideas about garbage collection are now outdated? Imagine that…

Featured in Issue #298 October 07, 2025

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, .NET 9, .NET Core, .NET MAUI, Minimal APIs

Read this issue →

Blazor Enhancements in Asp.Net Core 10.0

Discover faster startup times, persistent component state, improved Blazor Hybrid integration, validation enhancements, QuickGrid updates, and robust security features. Learn how these advancements ma...

Featured in Issue #297 October 06, 2025

Issue also covered: ASP.NET Core, Azure, Azure DevOps, Blazor, Clean Architecture, CQRS, C#, Domain-Driven Design

Read this issue →

Null-Conditional Assignment in C# 14

C# 14 introduces null-conditional assignment (?.=), a syntactic sugar that simplifies null checks before assignments. This feature reduces boilerplate code, enhances readability, and aligns assignment...

Featured in Issue #295 October 02, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Docker, .NET 8, .NET 9, EF Core

Read this issue →

Blazor WASM’s Glow-Up in .NET 10: How Microsoft Finally Tackled Its Biggest Weakness

Back in the early Blazor days, spinning up a WebAssembly app felt like waiting for dial-up internet to connect. You’d hit F5, watch a… Continue reading on JavaScript in Plain English »

Featured in Issue #294 October 01, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, EF Core, .NET MAUI, Minimal APIs, Performance

Read this issue →

What Microsoft is NOT Telling You About .NET 10

It’s Not Just About Performance. A Fundamental Shift is Coming, and the Clues Are Hiding in Plain Sight.

Featured in Issue #293 September 30, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET 8, .NET 9, EF Core, .NET MAUI, Native AOT

Read this issue →

Say Goodbye to the FontImageExtension in .NET MAUI 👋

For quite some time, the FontImageExtension has been used to display font icons inside controls. But, as part of the news in .NET 10 for .NET MAUI, this extension is now deprecated, which means you sh...

Featured in Issue #292 September 29, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Azure, C#, Design Patterns, EF Core, .NET MAUI

Read this issue →

Object Stack Allocation in .NET 10: A Deep Dive into Escape Analysis

One of the most exciting advancements in deabstraction within .NET 10 is the broader use of escape analysis to enable stack allocation of…

Featured in Issue #290 September 25, 2025

Issue also covered: ASP.NET Core, Azure, Benchmarking, Clean Architecture, C#, Domain-Driven Design, .NET 9, .NET Core

Read this issue →

C# 14 Is Here: New Features, Hidden Details, and What You Need to Know

With the arrival of .NET 10 RC1, we also get our hands on C# 14, the latest evolution of Microsoft’s language.

Featured in Issue #289 September 24, 2025

Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, .NET 8, EF Core, GitHub, GitHub Copilot

Read this issue →

.NET10 What You Need To Know (LTS Release, Coming November 2025)

The next version of .NET is .NET 10 and it is coming with Long-Term Support (LTS), scheduled for November 2025. Continue reading on abp-community »

Featured in Issue #287 September 18, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET Core, MediatR, Performance, Security, System.Text.Json

Read this issue →

Packaging self-contained and native AOT .NET tools for NuGet: Exploring the .NET 10 preview - Part 7

In this post we look at the new support for platform-specific .NET tools, so that you can pack your tools as self-contained or Native AOT packages

Featured in Issue #284 September 15, 2025

Issue also covered: AOT, ASP.NET Core, Authentication, Azure, Benchmarking, Blazor, C#, .NET Core

Read this issue →

Blazor’s Big Bet in .NET 10: How I Finally Stopped Fighting the “Two-Stack” Monster

Mini-anécdota: A few months back I was knee-deep in our SMP Pharmacy CRM, juggling a Blazor Server dashboard on one side and a chunky… Continue reading on JavaScript in Plain English »

Featured in Issue #282 September 11, 2025

Issue also covered: ASP.NET Core, Blazor, C#, EF Core, Performance, Security, Serilog

Read this issue →

What’s new in C# 14?(Part 1)

C# 14 introduces several new features and enhancements to improve developer productivity and code quality. Let’s dive in!

Featured in Issue #281 September 10, 2025

Issue also covered: ASP.NET Core, Azure, C#, Docker, EF Core, GitHub Copilot, Minimal APIs, Performance

Read this issue →

Meet C# 13: Syntax That Looks Like JavaScript — Backed by Microsoft’s Safety

C# just leveled up — and if you’ve ever wanted your C# code to feel as clean and intuitive as JavaScript, version 13 is your ticket… Continue reading on Towards Dev »

Featured in Issue #280 September 09, 2025

Issue also covered: .NET Aspire, Azure, C#, Minimal APIs, ML.NET, Performance, Security, Unit Testing

Read this issue →

.NET 10 Deep Dive: Ad‑hoc tools, the new dnx runner, and File‑based apps superpowers

In .NET 10, the CLI picked up a trio of quality‑of‑life upgrades that remove friction from everyday dev and CI workflows:

Featured in Issue #278 September 05, 2025

Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, EF Core, .NET MAUI, MongoDB, Performance

Read this issue →

Why .NET Has So Many Versions (And What You Really Need to Know)

From AssemblyVersion to NuGet to Binding Redirects — Finally Explained for Real Humans.

Featured in Issue #277 September 04, 2025

Issue also covered: ASP.NET Core, Azure, CQRS, C#, .NET Core, EF Core, GitHub Copilot, Kafka

Read this issue →

Enhancing UI Code Quality with C# 12 (.NET 10)

Embracing C# 12 Features for Cleaner UI Layers Continue reading on JavaScript in Plain English »

Featured in Issue #274 September 01, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, AutoMapper, Azure, C#, Design Patterns, .NET 9

Read this issue →

C# 14 with Dustin Campbell

What's coming in C#14? Carl and Richard chat with Dustin Campbell about the next version of C#, discussing what it takes to continue advancing software development in the Microsoft ecosystem. Dustin d...

Featured in Issue #272 August 28, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Clean Architecture, C#, .NET 9, .NET Core, EF Core, Minimal APIs

Read this issue →

Two more LINQ extensions in dotnet 10

The preview 6 of dotnet 10 brings two more functions: InfiniteSequence and Sequence.

Featured in Issue #270 August 26, 2025

Issue also covered: ASP.NET Core, Blazor, CQRS, C#, Dapper, Domain-Driven Design, .NET 9, .NET Core

Read this issue →

.NET 10 Preview 7 Arrives with Exciting Enhancements: A Comprehensive Deep Dive

Microsoft has officially released .NET 10 Preview 7, bringing a substantial array of improvements and new features across the entire…

Featured in Issue #265 August 19, 2025

Issue also covered: AOT, ASP.NET Core, Azure, Clean Architecture, CQRS, C#, Dapper, Domain-Driven Design

Read this issue →

.NET 10: Fortifying the Future with Post-Quantum Cryptography and Enhanced Observability

The landscape of digital security is constantly evolving, and with the advent of powerful quantum computers on the horizon, the need for…

Featured in Issue #264 August 18, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Blazor, Clean Architecture, C#, .NET Core

Read this issue →

.NET 10 Preview 6: The Performance & Security Powerhouse You’ve Been Waiting For

The momentum behind .NET continues its relentless march as Microsoft introduces .NET 10 Preview 6, propelling the development ecosystem… Continue reading on Stackademic »

Featured in Issue #262 August 14, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET 9, .NET Core, GitHub Copilot, .NET MAUI, Minimal APIs

Read this issue →

.NET Conf 2025 – Announcing the Call for Content

The .NET Conf 2025 Call for Content is now open! Join us November 11-13 for the premier .NET virtual event celebrating .NET 10. Submit your session proposal by August 31st and share your .NET expertis...

Featured in Issue #259 August 11, 2025

Issue also covered: ASP.NET Core, C#, Performance, Security, Source Generators, SQL Server, Unit Testing, Visual Studio

Read this issue →

Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core

In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations

Featured in Issue #257 August 07, 2025

Issue also covered: .NET Aspire, Authentication, Authorization, Azure, C#, EF Core, GitHub Copilot, Minimal APIs

Read this issue →

Named Query Filters in EF 10 (multiple query filters per entity)

https://www.milanjovanovic.tech/blog/named-query-filters-in-ef-10-multiple-query-filters-per-entity

Featured in Issue #252 July 31, 2025

Issue also covered: Application Insights, Authentication, Azure, Azure Functions, Benchmarking, Clean Architecture, C#, Domain-Driven Design

Read this issue →

Building Resilient Services in .NET 10: Polly, Channels, and AI Alerts

https://javascript.plainenglish.io/building-resilient-services-in-net-10-polly-channels-and-ai-alerts-ddbc879f1414

Featured in Issue #251 July 30, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, EF Core, .NET MAUI, MediatR, OAuth

Read this issue →

.NET MAUI with .NET 10

https://medium.com/@freakyali/net-maui-with-net-10-acdd7d3a3362

Featured in Issue #248 July 25, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, Azure Functions, .NET 8, .NET 9, .NET MAUI, Minimal APIs

Read this issue →

.NET 9 vs .NET 10: Key Differences and What Developers Need to Know

https://medium.com/@karthikns999/net-9-vs-net-10-key-differences-and-what-developers-need-to-know-871d73e95b05

Featured in Issue #247 July 24, 2025

Issue also covered: Azure Functions, Blazor, Clean Architecture, C#, Design Patterns, .NET 9, .NET Core, EF Core

Read this issue →

.NET 10 Preview 6 is now available!

https://devblogs.microsoft.com/dotnet/dotnet-10-preview-6/

Featured in Issue #246 July 23, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Blazor, Clean Architecture, C#, Domain-Driven Design, Docker, .NET Core

Read this issue →

C# 14 extension members; AKA extension everything: Exploring the .NET 10 preview - Part 3

https://andrewlock.net/exploring-dotnet-10-preview-features-3-csharp-14-extensions-members/

Featured in Issue #244 July 21, 2025

Issue also covered: ASP.NET Core, Azure, Benchmarking, Blazor, Clean Architecture, Cosmos DB, C#, Minimal APIs

Read this issue →

Mastering Rate Limiting in .NET 10 Web APIs

https://medium.com/@Adem_Korkmaz/mastering-rate-limiting-in-net-10-web-apis-0e63f764ef48

Featured in Issue #243 July 18, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, AutoMapper, Blazor, Clean Architecture, C#, .NET 9

Read this issue →

Behind the scenes of dotnet run app.cs: Exploring the .NET 10 preview - Part 2

https://andrewlock.net/exploring-dotnet-10-preview-features-2-behind-the-scenes-of-dotnet-run-app.cs/

Featured in Issue #241 July 16, 2025

Issue also covered: Authentication, Azure, Blazor, CQRS, C#, Design Patterns, EF Core, GitHub Copilot

Read this issue →

Caching in ASP.NET MVC (.NET 10) A Comprehensive Deep Dive

https://medium.com/@Adem_Korkmaz/caching-in-asp-net-mvc-net-10-a-comprehensive-deep-dive-e531e0195bd8

Featured in Issue #238 July 11, 2025

Issue also covered: ASP.NET Core, Azure, C#, EF Core, GitHub Copilot, OpenAI, Performance, Visual Studio Code

Read this issue →

C# 14 Extension Members Guide: Static and Instance Properties in .NET 10

https://levelup.gitconnected.com/c-14-extension-members-guide-static-and-instance-properties-in-net-10-3392e1379986

Featured in Issue #234 July 07, 2025

Issue also covered: CQRS, C#, Design Patterns, GitHub Copilot, OpenAI, OpenTelemetry, Performance, Service Bus

Read this issue →

.NET 10 Performance Edition

https://steven-giesel.com/blogPost/c518e8d6-54b4-407f-af82-e79e0889bc03

Featured in Issue #227 June 26, 2025

Issue also covered: ASP.NET Core, Azure, C#, EF Core, GitHub Actions, GitHub Copilot, Kubernetes, Minimal APIs

Read this issue →

.NET 10 Preview 5 is now available!

https://devblogs.microsoft.com/dotnet/dotnet-10-preview-5

Featured in Issue #223 June 20, 2025

Issue also covered: Azure, Docker, EF Core, Kubernetes

Read this issue →

Run C# File Instantly with .NET 10

https://www.c-sharpcorner.com/article/run-c-sharp-file-instantly-with-net-10/

Featured in Issue #215 June 10, 2025

Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Clean Architecture, C#, Dapper, Design Patterns

Read this issue →

C# Made Simple: Skip the Project, Just Hit Run

https://medium.com/awesome-net/c-made-simple-skip-the-project-just-hit-run-a6c630eb2c19

Featured in Issue #210 June 03, 2025

Issue also covered: C#, Domain-Driven Design, .NET Core, Performance, RabbitMQ, Service Bus, Visual Studio Code, Web API

Read this issue →

.NET 10 & C# 14: Powerful New Features Every Developer Should Know

https://patilraviraj.medium.com/net-10-c-14-powerful-new-features-every-developer-should-know-608bdadee3f7

Featured in Issue #208 May 30, 2025

Issue also covered: C#, EF Core, GitHub Copilot, Visual Studio Code

Read this issue →

Microsoft Build 2025 Wrapped

https://victorfrye.com/blog/posts/microsoft-build-2025-wrapped

Featured in Issue #207 May 29, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, CQRS, C#, Dapper, Design Patterns

Read this issue →

.NET 10 Preview 4 is now available!

https://devblogs.microsoft.com/dotnet/dotnet-10-preview-4/

Featured in Issue #202 May 22, 2025

Issue also covered: ASP.NET Core, Clean Architecture, C#, EF Core, Performance, REST API, Visual Studio, Visual Studio Code

Read this issue →

ASP.NET 10: Validating incoming models in Minimal APIs

https://timdeschryver.dev/blog/aspnet-10-validating-incoming-models-in-minimal-apis

Featured in Issue #200 May 20, 2025

Issue also covered: ASP.NET Core, Azure, Design Patterns, .NET 9, .NET Core, .NET MAUI, Minimal APIs, Performance

Read this issue →

C# Data Science With C# 14 Features (Comprehensive Guide)

https://www.c-sharpcorner.com/article/c-sharp-data-science-with-c-sharp-14-features-comprehensive-guide/

Featured in Issue #198 May 16, 2025

Issue also covered: Azure, Azure Functions, C#, .NET 9, Performance, Security, Solid Principles, Source Generators

Read this issue →

ASP.NET Community Standup - Automated browser testing with ASP.NET Core in .NET 10

https://www.youtube.com/watch?v=URCHHJeixBM

Featured in Issue #197 May 15, 2025

Issue also covered: ASP.NET Core, Blazor, C#, Dapper, Docker, .NET Core, EF Core, Kafka

Read this issue →

🔟 Things You Need to Know About C# 14

https://www.c-sharpcorner.com/article/things-you-need-to-know-about-c-sharp-142/

Featured in Issue #193 May 09, 2025

Issue also covered: ASP.NET Core, Azure, CQRS, C#, Docker, .NET Core, EF Core, GitHub Actions

Read this issue →

C# 14 Features

https://www.c-sharpcorner.com/blogs/c-sharp-14-features

Featured in Issue #190 May 06, 2025

Issue also covered: C#, .NET 9, .NET Core, EF Core, ML.NET, OpenAI, Performance, RabbitMQ

Read this issue →

.NET 10’s Killer Features: 5 Upgrades You’ll Love Implementing

https://medium.com/@nagarajvela/net-10s-killer-features-5-upgrades-you-ll-love-implementing-c5a0c10076ab

Featured in Issue #189 May 05, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Azure DevOps, .NET Framework, EF Core, gRPC, JWT

Read this issue →

Server-Sent Events in ASP.NET Core and .NET 10

https://khalidabuhakmeh.com/server-sent-events-in-aspnet-core-and-dotnet-10

Featured in Issue #187 May 01, 2025

Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 9, .NET Core, EF Core, FluentValidation

Read this issue →

How to Write Cleaner Left Joins in .NET 10 Using LINQ

https://medium.com/@shreyans_padmani/how-to-write-cleaner-left-joins-in-net-10-using-linq-d07e7e2b70af

Featured in Issue #184 April 28, 2025

Issue also covered: ASP.NET Core, Azure, C#, Dapper, .NET 9, EF Core, Kafka, .NET MAUI

Read this issue →

Exploring C# 14: New Features and Enhancements

https://www.c-sharpcorner.com/blogs/exploring-c-sharp-14-new-features-and-enhancements

Featured in Issue #183 April 25, 2025

Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 9, .NET Core, .NET Framework, EF Core

Read this issue →

.NET 10 Extension

https://thecodeman.net/posts/dotnet10-extension

Featured in Issue #182 April 24, 2025

Issue also covered: ASP.NET Core, Blazor, .NET 9, .NET Core, .NET Framework, EF Core, GitHub Copilot, .NET MAUI

Read this issue →

Mastering the New Era of C#: Exploring Advanced Features in C# 14

https://www.c-sharpcorner.com/article/mastering-the-new-era-of-c-sharp-exploring-advanced-features-in-c-sharp-14/

Featured in Issue #181 April 23, 2025

Issue also covered: Blazor, C#, .NET 9, EF Core, GitHub Copilot, .NET MAUI, OpenAI, Performance

Read this issue →

.NET 10 Preview 3 is now available!

https://devblogs.microsoft.com/dotnet/dotnet-10-preview-3/

Featured in Issue #179 April 21, 2025

Issue also covered: ASP.NET Core, C#, Design Patterns, MediatR, OpenAI, Performance, Security

Read this issue →

The 5 Most Buzzworthy Topics of .NET in 2025

https://singhsukhpinder.medium.com/db1dd6c89ef6

Featured in Issue #175 April 15, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, OpenAI, Performance

Read this issue →

.NET MAUI Community Standup - Next in .NET 10 and Visual Studio

https://www.youtube.com/watch?v=WKqqdMmD6IA

Featured in Issue #173 April 11, 2025

Issue also covered: ASP.NET Core, AutoMapper, Azure, C#, Domain-Driven Design, .NET 8, .NET 9, .NET Core

Read this issue →

F# Weekly #12 2025 - .NET 10 Preview 2 & MSTest 3.8

https://sergeytihon.com/2025/03/22/f-weekly-12-2025-net-10-preview-2-mstest-3-8/

Featured in Issue #166 April 02, 2025

Issue also covered: ASP.NET Core, Azure DevOps, C#, Design Patterns, GitHub Copilot, .NET MAUI, OpenAI, Performance

Read this issue →

.NET Preview Unboxed - .NET 10 Preview 2, DevContainers, Blazor, & More!

https://www.youtube.com/watch?v=a3YdK2dKf2w

Featured in Issue #161 March 26, 2025

Issue also covered: .NET Aspire, Azure, C#, .NET Core, OpenAI, Performance, Web API

Read this issue →

System.Linq.Async is part of .NET 10 - LINQ for IAsyncEnumerable

https://steven-giesel.com/blogPost/e40aaedc-9e56-491f-9fe5-3bb0b162ae94

Featured in Issue #154 March 17, 2025

Issue also covered: AOT, Azure, Azure Functions, Blazor, C#, .NET 8, .NET 9, .NET Core

Read this issue →

.NET Monthly - February 2025 - Visual Studio update, .NET Aspire 9.1, .NET 10 Preview 1, and more!

https://www.youtube.com/watch?v=0QvPmz4GY-s

Featured in Issue #150 March 11, 2025

Issue also covered: Authentication, Azure, Azure Functions, C#, GitHub Copilot, OpenAI, Performance, Visual Studio

Read this issue →

.NET 10: Game-Changer or Just Another Version?

https://www.mobilize.net/blog/is-dotnet-10-worth-it

Featured in Issue #149 March 10, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, GitHub Copilot, Performance, Security, Service Bus, Visual Studio

Read this issue →

Exploring .NET 10 and C# 13: New Features and Enhancements

https://medium.com/@robhutton8/exploring-net-10-and-c-13-new-features-and-enhancements-c898a7b9c848

Featured in Issue #148 March 07, 2025

Issue also covered: ASP.NET Core, C#, Design Patterns, EF Core, GitHub Copilot, JWT, .NET MAUI, Performance

Read this issue →

.NET 10 LINQ and Performance Updates: Insights from a Senior Developer

https://isitvritra101.medium.com/net-10-linq-and-performance-updates-insights-from-a-senior-developer-702f5f770f51

Featured in Issue #147 March 06, 2025

Issue also covered: ASP.NET Core, C#, .NET Core, EF Core, GitHub, Performance, Security, SQL Server

Read this issue →

.NET 10 Preview 1 is now available!

https://devblogs.microsoft.com/dotnet/dotnet-10-preview-1/

Featured in Issue #145 March 04, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Azure, Cosmos DB, C#, Design Patterns, .NET 9, .NET Core

Read this issue →

Related topics