.NET Framework - Curated .NET Articles & Tutorials
Curated .NET news, articles, and tutorials about .NET Framework, drawn from .NET News Daily issues.
60 curated issues
Thread Pool Exhaustion in ASP.NET: The Async Database Trap
If you’ve ever migrated a working ASP.NET application from synchronous database calls to async, and suddenly found yourself hitting connection pool timeouts under load, you’ve likely fallen into one o...
Issue also covered: ASP.NET Core, C#, ASP.NET MVC, EF Core, GitHub, GitHub Copilot, Performance, Visual Studio
Read this issue →Beyond the Wizard: Why Modernization Chat is the New Standard for .NET Upgrades
Introduction
Issue also covered: ASP.NET Core, Authentication, Azure, Azure DevOps, Clean Architecture, Cosmos DB, C#, EF Core
Read this issue →Removing byte[] allocations in .NET Framework using ReadOnlySpan
In this post I describe how to remove static byte[] allocations, even on .NET Framework, by using Span
Issue also covered: ASP.NET Core, Blazor, Clean Architecture, C#, EF Core, GitHub Copilot, OpenAI, Performance
Read this issue →.NET and .NET Framework April 2026 servicing releases updates
A recap of the latest servicing updates for .NET and .NET Framework for April 2026. The post .NET and .NET Framework April 2026 servicing releases updates appeared first on .NET Blog.
Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET 10, EF Core, JWT, Minimal APIs
Read this issue →Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
Issue also covered: ASP.NET Core, Azure, CQRS, C#, Design Patterns, .NET 10, GitHub Copilot, .NET MAUI
Read this issue →.NET Core vs .NET Framework – Key Differences Explained
EF Core 10 Performance Mastery: 7 Real-World Techniques That Cut Latency 30–70% in Production (With…
Issue also covered: ASP.NET Core, Blazor, C#, .NET 10, EF Core, Kafka, .NET MAUI, Performance
Read this issue →Installing .NET on Windows Without Admin Privileges
I was chatting to a friend a few weeks ago when he told me that he couldn’t install .NET on a Windows computer where he doesn’t have admin access. When he tried to run the MSI installation files, he w...
Issue also covered: ASP.NET Core, Azure, .NET Core, GitHub Actions, Performance, RabbitMQ, Security, Serilog
Read this issue →Difference Between .NET Core and .NET Framework in 2026?
Explore the key differences between .NET Framework and modern .NET in 2026. Understand platform support, performance, architecture, and future roadmap for informed decisions.
Issue also covered: AOT, ASP.NET Core, .NET Aspire, Authentication, Authorization, Azure, C#, .NET Core
Read this issue →A Comprehensive Technical Analysis of .NET Framework and Modern .NET
What Is A Message Queue? RabbitMQ + MassTransit Integration in .NET 8
Issue also covered: Domain-Driven Design, .NET 10, EF Core, GitHub Copilot, gRPC, Performance, REST API, Security
Read this issue →How to support .NET Framework PDB format and source line with ISymUnmanagedReader
After DIA and DbgHelp, time to dig into ISymUnmanagedReader to get its line in source code.
Issue also covered: AOT, ASP.NET Core, Authentication, Authorization, C#, .NET Core, EF Core, GitHub
Read this issue →Modernizing .NET — Part 7: From Web References to Service References
How to migrate legacy SOAP clients from Web References in .NET Framework to Service References in .NET Core using dotnet-svcutil.
Issue also covered: ASP.NET Core, Azure, C#, Design Patterns, .NET Core, EF Core, Performance, Security
Read this issue →.NET and .NET Framework January 2026 servicing releases updates
A recap of the latest servicing updates for .NET and .NET Framework for January 2026. The post .NET and .NET Framework January 2026 servicing releases updates appeared first on .NET Blog.
Issue also covered: Azure Functions, Blazor, C#, .NET 10, .NET MAUI, Performance, Visual Studio
Read this issue →2025 year-end link clearance
Closing the door on another year. Here are some random links. Mesmerizing: Wintergatan - Marble Machine, a musical instrument that uses 2000 marbles. It's like that
Issue also covered: Benchmarking, Clean Architecture, CQRS, C#, .NET 10, EF Core, Event Sourcing, FluentValidation
Read this issue →.NET Framework vs .NET Core — Key Differences Every Developer Should Know
Choosing the right .NET platform matters. Here’s a quick breakdown 👇
Issue also covered: ASP.NET Core, CQRS, C#, .NET 10, .NET 8, .NET 9, GitHub Copilot, MediatR
Read this issue →Implementing NuGet Central Package Management (CPM) in a .NET Solution using Visual Studio 2026
Managing NuGet package versions across multiple projects can quickly become painful as a solution grows. Duplicate versions, inconsistent…
Issue also covered: ASP.NET Core, Authentication, C#, Dapper, Docker, .NET 10, EF Core, .NET MAUI
Read this issue →Modernize ASP.NET Web Forms UI to Blazor with AWS Transform
Modernize ASP.NET Web Forms UI to Blazor with AWS Transform
Issue also covered: ASP.NET Core, Azure, Blazor, C#, .NET 10, .NET Core, EF Core, FluentValidation
Read this issue →From Framework to Future: How .NET Evolved Into a Modern Powerhouse
When Microsoft first introduced the .NET Framework in 2002, few could have imagined the transformation it would undergo in the decades to…
Issue also covered: C#, Design Patterns, .NET 10, .NET Core, EF Core, OpenAI, Performance, Source Generators
Read this issue →♂️ Modernizing .NET — Part 2: HttpContext and the Dark Magic of Migration
How I revived HttpContext.Current in .NET 8 to support legacy ASP.NET Framework code — without rewriting thousands of endpoints.
Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET Core
Read this issue →.NET vs .NET Framework — What to Choose in 2025?
The .NET world has undergone a massive transformation in recent years. If you’re just starting with Microsoft technologies or planning to…
Issue also covered: ASP.NET Core, C#, Dapper, .NET 10, .NET Core, EF Core, Native AOT, Performance
Read this issue →.NET and .NET Framework November 2025 servicing releases updates
Welcome to our combined .NET servicing updates for November 2025. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Secu...
Issue also covered: ASP.NET Core, Azure, Blazor, CQRS, C#, Dapper, .NET 10, EF Core
Read this issue →List, Dictionary, Queue, and Stack
Learn C# collections (List, Dictionary, Queue, Stack) with ASP.NET Web Forms! This tutorial provides practical examples and real-time use cases for each collection type.
Issue also covered: .NET Aspire, Authentication, AutoMapper, Azure, Azure DevOps, Clean Architecture, C#, Domain-Driven Design
Read this issue →Purpose of UpdatePanel in ASP.NET WebForms
Master ASP.NET WebForms UpdatePanel! Learn how to implement partial page updates, improve user experience, and avoid full page reloads with a real-time example.
Issue also covered: Application Insights, ASP.NET Core, Azure DevOps, .NET 10, EF Core, GitHub Copilot, Minimal APIs, ML.NET
Read this issue →Title: .NET Framework (4.x) to .NET 8 Migration Challenges
Author: Enamul Hasan | Software Engineer (.NET)
Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, Azure Functions, Clean Architecture, Cosmos DB, CQRS
Read this issue →Refactoring Legacy .NET Framework Apps for Cloud-Native Deployment
Modernize legacy .NET Framework applications for cloud-native deployment without costly rewrites. This guide outlines an incremental refactoring approach, focusing on containerization, abstraction lay...
Issue also covered: Application Insights, ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 9
Read this issue →.NET, .NET Core, and .NET Framework: Key Differences and Their Past and Present
When you first step into web programming and application development with .NET, you’ll encounter a huge amount of confusion. Especially if…
Issue also covered: ASP.NET Core, Azure, .NET 9, EF Core, GitHub Copilot, gRPC, Minimal APIs, OpenTelemetry
Read this issue →What is .NET Framework?
The .NET Framework was a software development platform developed by Microsoft. It provided a comprehensive and consistent programming… Continue reading on .NET Framework — Common and Uncommon »
Issue also covered: ASP.NET Core, Clean Architecture, C#, EF Core, Performance, PostgreSQL, Source Generators
Read this issue →.NET Core vs .NET Framework – A Complete Comparison for Developers
This article breaks down the key differences between Microsoft's two major development platforms. Learn about platform support, performance, deployment, and use cases to determine which framework is r...
Issue also covered: AOT, ASP.NET Core, Azure, CQRS, Docker, .NET 9, .NET Core, GitHub Copilot
Read this issue →Why I Stand By the Unit of Work Pattern With EF Core in.NET 9’s Clean Architecture
.NET Framework - a powerful & flexible platform for building web-based applications
Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, C#, Docker, EF Core, GitHub Copilot
Read this issue →The Complete Guide to Migrating Legacy .NET Framework to .NET 8
Transform Your Legacy Applications into High-Performance Modern Solutions Continue reading on .Net Programming »
Issue also covered: ASP.NET Core, Azure, Benchmarking, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET 9
Read this issue →What Is .NET Core and How Is It Different from .NET Framework?
Explore the key differences between .NET Core and .NET Framework. Learn about platform support, performance, application types, deployment, and development models. Discover when to use .NET Core for m...
Issue also covered: ASP.NET Core, Authentication, .NET 8, OpenAI, Performance, Security, Source Generators, Visual Studio
Read this issue →💳 Case Study: How a Leading Bank Leveraged .NET Core and Azure to Solve a Critical Business Problem
This case study details how a major bank overcame scalability and compliance challenges by migrating from a monolithic .NET Framework application to a .NET Core microservices architecture on Azure. Th...
Issue also covered: AOT, ASP.NET Core, Azure, Azure Functions, Benchmarking, C#, .NET 8, EF Core
Read this issue →Winforms Tutorial: How to Build a Professional Navigation Panel
Tired of building applications that pop up a new window for every single button click? That old-school approach can feel clunky and…
Issue also covered: .NET Aspire, Azure, C#, .NET 10, Minimal APIs, ML.NET, Performance, Security
Read this issue →️ Installing .NET on macOS with dotnet-install.sh (and a Few Lessons Learned)
Recently, I tried installing .NET on my Mac using the official script provided by Microsoft. While it works, I ran into a couple of small… Continue reading on Medialesson »
Issue also covered: ASP.NET Core, Authentication, Authorization, AutoMapper, Azure, C#, Design Patterns, .NET 10
Read this issue →.NET framework to .net core conversion automated
Upgrading from .NET Framework to the latest .NET is not just a technological shift; it’s a strategic move to future-proof your…
Issue also covered: ASP.NET Core, Azure, Cosmos DB, C#, .NET Core, GitHub Copilot, OpenAI, Security
Read this issue →How do I Migrate from .NET Framework to .NET 6/7/8?
Migrating from the legacy .NET Framework to modern .NET 6, 7, or 8 can unlock massive performance, cross-platform support, and access to the latest tools. This guide walks you through a smooth and saf...
Issue also covered: ASP.NET Core, Authentication, Authorization, Azure, CQRS, C#, Design Patterns, .NET 9
Read this issue →.NET Core vs .NET Framework: Key Differences and How to Choose the Right One
As a developer or tech decision-maker, choosing the right .NET platform for your application is critical. Microsoft offers two primary frameworks: .NET Core and the .NET Framework. While they share a ...
Issue also covered: ASP.NET Core, C#, .NET 9, EF Core, Security, Web API
Read this issue →The “Framework” Library in Companies: Blessing or Curse?
https://medium.com/@MatinGhanbari/the-framework-library-in-companies-blessing-or-curse-e28e0d7c1f0b
Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, JWT, .NET MAUI
Read this issue →Modernizing .NET Legacy Applications: Tools and Considerations
https://medium.com/mocean-labs/modernizing-net-legacy-applications-tools-and-considerations-8aeeb4dd5c61
Issue also covered: ASP.NET Core, Azure, C#, .NET 10, EF Core, GitHub Actions, GitHub Copilot, Kubernetes
Read this issue →What is iisreset?
https://medium.com/@nirbhaysingh281/what-is-iisreset-378c0effb75d
Issue also covered: ASP.NET Core, Authentication, C#, Design Patterns, .NET Core, EF Core, GitHub, GitHub Actions
Read this issue →Understanding the Unified .NET Framework: A Deep Dive for Developers
https://www.c-sharpcorner.com/article/understanding-the-unified-net-framework-a-deep-dive-for-developers/
Issue also covered: ASP.NET Core, Azure, Azure Functions, C#, .NET 9, EF Core, GitHub Copilot, Redis
Read this issue →ADO.NET vs Entity Framework vs EF Core — Key Differences Explained
https://medium.com/@pythonwithyp/ado-net-vs-entity-framework-vs-ef-core-key-differences-explained-ddf38af5e7ab
Issue also covered: Application Insights, ASP.NET Core, C#, .NET 9, EF Core, GitHub Copilot, OpenAI, Performance
Read this issue →.NET and .NET Framework May 2025 servicing releases updates
https://devblogs.microsoft.com/dotnet/dotnet-and-dotnet-framework-may-2025-servicing-updates/
Issue also covered: Azure, C#, Design Patterns, .NET 8, .NET 9, Event Sourcing, GitHub Copilot, OpenAI
Read this issue →The Evolution of .NET: A Journey from .NET Framework to .NET Core to Modern .NET
https://medium.com/@mahendra.gurav/the-evolution-of-net-a-journey-from-net-framework-to-net-core-to-modern-net-efcace49c6c0
Issue also covered: Azure, Blazor, C#, Design Patterns, .NET 10, .NET 9, .NET Core, EF Core
Read this issue →Bulletproof Repository Architecture for .NET Windows Desktop Apps
https://medium.com/@vialyx/bulletproof-repository-architecture-for-net-windows-desktop-apps-7d8503b971f7
Issue also covered: ASP.NET Core, Blazor, .NET 9, .NET Core, EF Core, GitHub Copilot, .NET MAUI, Performance
Read this issue →6 Steps to Migrate your .NET Framework App to .NET Core
https://medium.com/@sparklewebhelp/6-steps-to-migrate-your-net-framework-app-to-net-core-bb76ea0e94ad
Issue also covered: ASP.NET Core, C#, .NET 10, .NET Core, EF Core, GitHub, Performance, Security
Read this issue →Build Responsive eCart App with Angular and Bootstrap
https://www.csharp.com/article/build-responsive-ecart-app-with-angular-and-bootstrap/
Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Benchmarking, Blazor, C#, .NET 8, .NET 9
Read this issue →Mastering .NET Interoperability: Connecting .NET Framework and .NET Core with Javonet
https://medium.com/@marketing_23529/mastering-net-interoperability-connecting-net-framework-and-net-core-with-javonet-1ca99aeb8bf0
Issue also covered: ASP.NET Core, CQRS, C#, .NET Core, EF Core, MediatR, ML.NET, Performance
Read this issue →Visual Studio 2022 v17.13 is Now Available! - Visual Studio Blog
https://devblogs.microsoft.com/visualstudio/visual-studio-2022-v17-13-is-now-available/
Issue also covered: ASP.NET Core, C#, .NET 9, EF Core, System.Text.Json, Unit Testing, Visual Studio
Read this issue →Larry Osterman's 40-Year Crystal Unboxing
https://www.youtube.com/watch?v=tQMsA4LFqoo
Issue also covered: AOT, ASP.NET Core, .NET Aspire, Benchmarking, Blazor, C#, .NET 10, .NET 8
Read this issue →