frameworks
.NET Framework Articles, Tutorials & News
.NET Framework articles, tutorials, and news from the DotNetNews archive.
101 articles Updated Page 2 of 5
Browse additional .NET Framework articles from the DotNetNews archive.
.NET Framework articles
Page 2 of 5
Newest first
-
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.
-
.NET Framework to .NET 8: The Long Journey of an Enterprise Application
dssconsulting.medium.com Issue #320
In this article we will talk about how we at DSS Consulting have upgraded a legacy enterprise application at a major banking client of…
-
Purpose of UpdatePanel in ASP.NET WebForms
c-sharpcorner.com Issue #319
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.
-
Akka.NET + Kubernetes: Everything You Need to Know
petabridge.com Issue #319
Production lessons from years of running Akka.NET clusters at scale
-
Title: .NET Framework (4.x) to .NET 8 Migration Challenges
medium.com Issue #313
Author: Enamul Hasan | Software Engineer (.NET)
-
Refactoring Legacy .NET Framework Apps for Cloud-Native Deployment
c-sharpcorner.com Issue #309
Modernize legacy .NET Framework applications for cloud-native deployment without costly rewrites. This guide outlines an incremental refactoring approach, focusing on containerization, abstraction lay...
-
Delete Single or Multiple Records from GridView in ASP.NET
c-sharpcorner.com Issue #309
Learn how to implement single and multiple record deletion in ASP.NET GridView using checkboxes, client-side validation, and a SQL Server stored procedure. This tutorial covers UI design with a GridVi...