frameworks
.NET 10 Articles, Tutorials & News
.NET 10 articles, tutorials, and news from the DotNetNews archive.
392 articles Updated Page 5 of 16
Browse additional .NET 10 articles from the DotNetNews archive.
.NET 10 articles
Page 5 of 16
Newest first
-
Copilot Studio gets faster with .NET 10 on WebAssembly
devblogs.microsoft.com Issue #454
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
-
Stop Creating Fake Data Manually — Use Bogus in .NET 10
medium.com Issue #454
Every developer has been there — staring at a blank test file, typing "John Doe" for the hundredth time. There's a better way.
-
Prompt Engineering for Claude Code - The .NET Developer's Guide
codewithmukesh.com Issue #453
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.
-
Beyond Distroless: Why We “Chiseled” Our .NET 10 Backend for NearU
medium.com Issue #453
In modern cloud-native development, “done” isn’t enough — it has to be efficient. As the Lead Developer for NearU, a platform built to…
-
.NET 11 vs .NET 10 — Faster, Smarter, and Quietly Powerful
medium.com Issue #449
Every year, Microsoft pushes .NET forward — and this time, .NET 11 is shaping up to be less about hype… and more about serious refinement.
-
Cleaning Migrations in EF Core 10 - Squash, Reset & Manage History
codewithmukesh.com Issue #448
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.
-
Running Migrations in EF Core 10 - 5 Ways Compared
codewithmukesh.com Issue #448
Learn 5 ways to apply EF Core 10 migrations: CLI, Migrate(), SQL scripts, migration bundles, and EnsureCreated. Includes a decision matrix and production checklist.
-
Combining API versioning with OpenAPI in .NET 10 applications
devblogs.microsoft.com Issue #448
Learn how to implement API versioning in your .NET 10 applications using OpenAPI for better API management and documentation. The post Combining API versioning with OpenAPI in .NET 10 applications ap...
-
Building a Modern Event-Driven System Locally: .NET 10, Kinesis, and LocalStack
naved-shaikh.medium.com Issue #448
When designing scalable architectures, we often talk about decoupling services.
-
.NET 10.0.7 Out-of-Band Security Update
devblogs.microsoft.com Issue #446
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
-
Building File-Based Apps in .NET: A Complete Guide With Multi-File Support
antondevtips.com Issue #446
Learn how to build file-based apps in .NET 10 and .NET 11 Preview 3. This guide covers single-file C# scripts, multi-file apps with the #:include directive, including SDK, including project files and
-
ASP.NET Core (Latest Microsoft Release)
c-sharpcorner.com Issue #443
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...
-
Migrate from .sln to .slnx in .NET 10 — Complete Guide to the New Solution Format
divsriv.medium.com Issue #441
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 …
-
Minimal API Validation in .NET 10 Built-In Support with Data Annotations
medium.com Issue #440
Connect with me 👇
-
How to Enable Swagger in .NET 10 (Step-by-Step Guide + Video)
medium.com Issue #440
When building APIs in .NET, testing endpoints manually can quickly become frustrating.
-
C# .NET — Upgrading a Mediator Pipeline Project with Kiro Spec-First
medium.com Issue #438
Upgrading a MediatR project to .NET 10 with Kiro IDE: testing the spec-first workflow to see how it performs and my overall impressions.
-
Clean Architecture in .NET 10: Why It Beats N-Layer and How to Wire Projects Correctly
medium.com Issue #438
As a project grows, the classic three-tier architecture (N-Layer) often turns into a “spaghetti” of dependencies, where business logic is…
-
HybridCache in ASP.NET Core .NET 10 - Complete Guide
codewithmukesh.com Issue #435
Master HybridCache in ASP.NET Core .NET 10. BenchmarkDotNet results, stampede protection demo, tag-based invalidation, Redis L2 setup, and migration from IDistributedCache.
-
What’s new in Entity Framework??
medium.com Issue #434
A practitioner’s deep dive into the architectural differences, performance gaps, and .NET 10-specific features that make EF Core the only…
-
Build Your Own CQRS Dispatcher in .NET 10 (No MediatR)
codewithmukesh.com Issue #434
MediatR went commercial. Build your own CQRS dispatcher in .NET 10 with pipeline behaviors, AOT support, and a FrozenDictionary core that benchmarks 4x faster than MediatR.
-
What are the new features in C# 14 for developer productivity?
c-sharpcorner.com Issue #434
Explore C# 14's productivity boosters! Discover streamlined pattern matching, primary constructors, collection expressions, and more for efficient .NET development.
-
Implementing Clean Architecture in a .NET 10 Solution Guide
c-sharpcorner.com Issue #434
Master Clean Architecture in .NET 10! This guide provides a step-by-step approach with practical examples for building scalable, testable, and maintainable applications.
-
Generative AI for Beginners in .NET 10: From Curiosity to Real Applications
blog.gopenai.com Issue #426
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 »
-
Blazor Sucks? Here’s What You Should Try Instead 2026
medium.com Issue #425
I just finished reading Alex Martossy’s Blazor Sucks and found myself nodding along to nearly every paragraph. After 6+ months on a…
-
The Developer’s Leap Forward: Everything New in .NET 10 and C# 14
medium.com Issue #425
Introduction: Why This Release Matters