frameworks
.NET Framework Articles, Tutorials & News
.NET Framework articles, tutorials, and news from the DotNetNews archive.
114 articles Updated Page 2 of 5
Browse additional .NET Framework articles from the DotNetNews archive.
.NET Framework articles
Page 2 of 5
Newest first
-
How to migrate ASP.NET Web Forms to .NET 10 without a big rewrite
fries-dotnet-legacy.medium.com Issue #479
Why “just change the target framework” was never a plan and the page-by-page approach that actually ships
-
Thread Pool Exhaustion in ASP.NET: The Async Database Trap
blog.dotnetframework.org Issue #477
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...
-
How Gemini Helped Me Upgrade 100+ .NET Projects in few days Instead of Weeks
medium.com Issue #475
Upgrading a legacy .NET Framework codebase is one of those tasks every developer dreads. You know it needs to happen — newer framework…
-
Modernizing a Legacy .NET App with GitHub Copilot
youtube.com Issue #465
Starting with a real-world ASP.NET Web Forms application, Krystal demonstrates how GitHub Copilot agents, planning mode, and security assessments can help teams upgrade legacy code, migrate databases,...
-
-
.NET and .NET Framework May 2026 servicing releases updates
devblogs.microsoft.com Issue #458
Welcome to our combined .NET servicing updates for May 2026. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security ...
-
Thread Pool Exhaustion in ASP.NET: The Async Database Trap
blog.dotnetframework.org Issue #452
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...
-
Beyond the Wizard: Why Modernization Chat is the New Standard for .NET Upgrades
medium.com Issue #444
Introduction
-
Removing byte[] allocations in .NET Framework using ReadOnlySpan
andrewlock.net Issue #442
In this post I describe how to remove static byte[] allocations, even on .NET Framework, by using Span
-
.NET and .NET Framework April 2026 servicing releases updates
devblogs.microsoft.com Issue #441
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.
-
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
news.google.com Issue #440
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
-
.NET Core vs .NET Framework – Key Differences Explained
medium.com Issue #425
EF Core 10 Performance Mastery: 7 Real-World Techniques That Cut Latency 30–70% in Production (With…
-
Installing .NET on Windows Without Admin Privileges
nodogmablog.bryanhogan.net Issue #421
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...
-
Parallel code, Redis caching, and EF Core
DotNetNews Issue #407
A varied .NET roundup on performance, ASP.NET Core caching and CORS, EF Core polymorphism, async internals, serverless design, and security.
-
Difference Between .NET Core and .NET Framework in 2026?
c-sharpcorner.com Issue #401
Explore the key differences between .NET Framework and modern .NET in 2026. Understand platform support, performance, architecture, and future roadmap for informed decisions.
-
A Comprehensive Technical Analysis of .NET Framework and Modern .NET
medium.com Issue #394
What Is A Message Queue? RabbitMQ + MassTransit Integration in .NET 8
-
How to support .NET Framework PDB format and source line with ISymUnmanagedReader
chnasarre.medium.com Issue #392
After DIA and DbgHelp, time to dig into ISymUnmanagedReader to get its line in source code.
-
.NET and .NET Framework February 2026 servicing releases updates
devblogs.microsoft.com Issue #392
A recap of the latest servicing updates for .NET and .NET Framework for February 2026. The post .NET and .NET Framework February 2026 servicing releases updates appeared first on .NET Blog.
-
Modernizing .NET — Part 7: From Web References to Service References
medium.com Issue #376
How to migrate legacy SOAP clients from Web References in .NET Framework to Service References in .NET Core using dotnet-svcutil.
-
.NET and .NET Framework January 2026 servicing releases updates
devblogs.microsoft.com Issue #373
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.
-
2025 year-end link clearance
devblogs.microsoft.com Issue #365
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
-
.NET Framework vs .NET Core — Key Differences Every Developer Should Know
medium.com Issue #359
Choosing the right .NET platform matters. Here’s a quick breakdown 👇
-
Implementing NuGet Central Package Management (CPM) in a .NET Solution using Visual Studio 2026
sachidevop.medium.com Issue #355
Managing NuGet package versions across multiple projects can quickly become painful as a solution grows. Duplicate versions, inconsistent…
-
A shortcut gives me a weird path for a program shortcut that doesn't point to the executable, so what is it?
devblogs.microsoft.com Issue #355
Say you have a shortcut file and you want to see what its target is. The natural thing to do is to call IShellLink::GetPath, which returns S_FALSE if the shortcut does not target a path, or returns S_...
-
Modernize ASP.NET Web Forms UI to Blazor with AWS Transform
news.google.com Issue #352
Modernize ASP.NET Web Forms UI to Blazor with AWS Transform