frameworks
.NET Framework Articles, Tutorials & News
.NET Framework articles, tutorials, and news from the DotNetNews archive.
107 articles Updated Page 2 of 5
Browse additional .NET Framework articles from the DotNetNews archive.
.NET Framework articles
Page 2 of 5
Newest first
-
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
-
Dot NET: From Framework to Core and Beyond
medium.com Issue #352
The .NET architecture has significantly transformed after its introduction by Microsoft in the early 2000s. Moreover, the platform has…
-
From Framework to Future: How .NET Evolved Into a Modern Powerhouse
medium.com Issue #345
When Microsoft first introduced the .NET Framework in 2002, few could have imagined the transformation it would undergo in the decades to…
-
Timeouts, data access, and testing
DotNetNews Issue #342
Sixteen varied .NET reads cover timeout strategy, ASP.NET Core, EF Core, Dapper, MAUI, TDD, and DI automation for real-world apps.
-
♂️ Modernizing .NET — Part 2: HttpContext and the Dark Magic of Migration
medium.com Issue #330
How I revived HttpContext.Current in .NET 8 to support legacy ASP.NET Framework code — without rewriting thousands of endpoints.
-
.NET vs .NET Framework — What to Choose in 2025?
medium.com Issue #329
The .NET world has undergone a massive transformation in recent years. If you’re just starting with Microsoft technologies or planning to…
-
.NET and .NET Framework November 2025 servicing releases updates
devblogs.microsoft.com Issue #327
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...
-
List, Dictionary, Queue, and Stack
c-sharpcorner.com Issue #320
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.