frameworks
.NET 8 Articles, Tutorials & News
.NET 8 articles, tutorials, and news from the DotNetNews archive.
156 articles Updated Page 3 of 7
Browse additional .NET 8 articles from the DotNetNews archive.
.NET 8 articles
Page 3 of 7
Newest first
-
🧠 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.
-
.NET Minimal API Nedir? Avantajları ve Performansı
medium.com Issue #276
Son zamanlarda .NET dünyasında en çok konuşulan konulardan biri Minimal API. Ben de projelerimde deneme fırsatı bulduğum için…
-
Simplifying Data Access with Dapper in .NET 8 Using the Repository Pattern
medium.com Issue #276
1. Introduction
-
The Complete Guide to Email & SMS in .NET 8 Using Azure Communication Services
medium.com Issue #275
Azure Communication Services (ACS) is Microsoft’s cloud-based communication platform that enables developers to add rich communication… Continue reading on ILLUMINATION »
-
.NET Migration Checklist for Enterprise Apps
grapestech-solutions.medium.com Issue #267
Migrating enterprise applications to a newer .NET version requires careful planning to minimize risks and maximize benefits. A structured…
-
The Best Frameworks for .NET Development: A Comprehensive Guide
medium.com Issue #267
In the ever-evolving landscape of software development, .NET has emerged as a powerful framework that enables developers to create robust…
-
Feature Flags in .NET 8 and Azure
c-sharpcorner.com Issue #267
This article describes the importance of feature flags and how they change the way we develop applications while reducing the risk of regressions.