frameworks
.NET 8 Articles, Tutorials & News
.NET 8 articles, tutorials, and news from the DotNetNews archive.
162 articles Updated Page 3 of 7
Browse additional .NET 8 articles from the DotNetNews archive.
.NET 8 articles
Page 3 of 7
Newest first
-
.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…
-
Azure with .NET
medium.com Issue #318
In this comprehensive article, we explore Azure-integrated .NET 8 hybrid cloud architectures, focusing on on-prem to cloud data…
-
ASP.NET Core reliability and EF Core performance
DotNetNews Issue #317
A mixed .NET roundup with ASP.NET Core reliability, EF Core optimization, Azure cost and outage coverage, plus memory, CI/CD, and Channels.
-
Title: .NET Framework (4.x) to .NET 8 Migration Challenges
medium.com Issue #313
Author: Enamul Hasan | Software Engineer (.NET)
-
Stop Treating Memory Like It’s Free: 5 .NET Fixes You Should’ve Known Years Ago
blog.stackademic.com Issue #313
Your GC pauses aren’t random; they’re your fault. Let’s fix that. Continue reading on Stackademic »
-
.NET 10 Release Candidate 2 Announced (October 20, 2025)
ourhaventech.com Issue #313
Final Stop Before GA: RC2 Strengthened by Uno Platform Collaboration and Last Preparations Continue reading on Our Haven: Tech »
-
🧠 GC.Collect() vs GC.SuppressFinalize() in .NET — Deep Dive (with Real-World Examples)
c-sharpcorner.com Issue #309
Unlock .NET memory management secrets! This deep dive explores GC.Collect() and GC.SuppressFinalize(), revealing when and how to use them effectively. Learn the nuances of garbage collection in .NET 8...
-
Dapper + Entity Framework Core (EF Core) together against PostgreSQL in .NET 8
c-sharpcorner.com Issue #304
Combine the power of Entity Framework Core (EF Core) for schema management and Dapper for raw SQL performance in .NET 8 with PostgreSQL. This guide explores two approaches: using EF Core for CRUD and ...
-
Master Integration Testing in .NET 8: Automate Your Azure Logic Apps Like a Pro
blog.devgenius.io Issue #302
Hi friends! happy to see you again 👋😃. Today let’s dive into very intresting tuitorial topic i.e “Integration testing with .Net for… Continue reading on Dev Genius »
-
Zero-Cost, Insurance Quote App in .NET 8 with Azure DevOps Zip Deploy
c-sharpcorner.com Issue #297
This article guides you through creating a CI/CD pipeline with Zip Deploy, automated health checks, and SQLite database persistence, all without paid tools. Learn modern DevOps practices accessible to...
-
Modernize .NET apps in days with GitHub Copilot
youtube.com Issue #295
Get started with modernizing your .NET apps (https://aka.ms/ghcp-appmod/dotNET) today and learn more about the details here: https://aka.ms/ghcp-appmod/blog Supercharge your .NET app modernization wi...
-
-
MAUI 16 KB support and C# async patterns
DotNetNews Issue #293
A varied .NET roundup covering MAUI’s 16 KB page size change, async programming and disposal, API protection, performance, EF Core, and AI.
-
The Complete Guide to Migrating Legacy .NET Framework to .NET 8
medium.com Issue #290
Transform Your Legacy Applications into High-Performance Modern Solutions Continue reading on .Net Programming »
-
Why .NET 8 Is the Best Upgrade You’re Ignoring
blog.devgenius.io Issue #289
Hook: After chasing shiny features in .NET 9, .NET 8 turned out to be the upgrade that saved real dollars — without sacrificing… Continue reading on Dev Genius »
-
Unmanaged Memory Growth in .NET 8: Why Containers Crash Even When GC Looks Healthy
medium.com Issue #288
A deep dive into memory leaks and allocation pitfalls in .NET 8, with real-world case studies and practical fixes for developers.
-
Part 6 — GC in .NET 8 and Beyond: What’s New and What’s Next
medium.com Issue #286
The .NET Garbage Collector (GC) has come a long way — from basic memory cleanup to a finely tuned performance engine. With .NET 8…
-
-
Difference Between .NET Core, .NET 5, .NET 6, .NET 7, and .NET 8
c-sharpcorner.com Issue #286
Understand the evolution of .NET! This guide breaks down the key differences between .NET Core, .NET 5, .NET 6, .NET 7, and .NET 8. Learn about their features, support lifecycles (LTS vs. current), pe...
-
Why .NET 8 remains the backbone of backend development in 2025 — fast, scalable, cloud-ready, and powered by AI
c-sharpcorner.com Issue #286
.NET 8 solidifies its position as a leading backend development framework in 2025. Explore its speed, scalability, and cloud-readiness, enhanced by AI integration. Discover the latest features, perfor...
-
Part 8 — GC and AI: Memory Management for ML Workloads in .NET
medium.com Issue #286
As AI and ML workloads grow in complexity, so do their memory demands. In this chapter, we explore how the .NET Garbage Collector (GC)…
-
Building a Real-Time Process Monitor in .NET 8
medium.com Issue #283
If you’ve ever worked on a Linux machine, you’re probably familiar with htop. It's a beloved command-line tool that provides a dynamic…
-
Native AOT deployment в .NET
medium.com Issue #283
Ahead-of-time (AOT) compilation can significantly improve startup speed and execution time, especially on the first run, but it comes with…
-
Building Cross-Platform Apps with C# and .NET MAUI
medium.com Issue #283
A Beginner’s Guide Continue reading on T3CH »
-
7 .NET 8 Features You're Not Using (But Should Be)
faciletechnolab.com Issue #281
Find out 7 underused C# 12 and .NET 8 features for cleaner, faster, and more efficient code. Code examples included.