frameworks
.NET 8 Articles, Tutorials & News
.NET 8 articles, tutorials, and news from the DotNetNews archive.
156 articles Updated Page 2 of 7
Browse additional .NET 8 articles from the DotNetNews archive.
.NET 8 articles
Page 2 of 7
Newest first
-
Mastering .NET 8 Resilience Pipelines: Internals, Custom Strategies, and Production-Grade Patterns
c-sharpcorner.com Issue #382
Unlock .NET 8's Resilience Pipelines for robust ASP.NET Core apps. Master strategy ordering, custom policies, tenant isolation, testing, and observability for production.
-
Modern Task Management in .NET with ConfigureAwaitOptions — Advanced ConfigureAwait
medium.com Issue #377
The Task.ConfigureAwait(false) we’ve been using for years is no longer enough on its own. With .NET 8, a new enum has been introduced that…
-
Collection Performance: High-Performance Collection Randomization in .NET
dotnettips.wordpress.com Issue #375
The article examines shuffling options in .NET 8, highlighting the performance of three APIs: LINQ.Shuffle(), Random.Shuffle(), and RandomNumberGenerator.Shuffle().
-
Difference Between .NET Core and .NET 8?
c-sharpcorner.com Issue #374
.NET Core vs .NET 8: Understand the evolution from the older, cross-platform framework to the modern, unified .NET platform. Discover key differences and benefits. .NET 8 is the recommended choice!
-
New in .NET 10 and C# 14: Enhancements in APIs Request/Response Pipeline
blog.elmah.io Issue #373
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
New in .NET 10 and C# 14: EF Core 10's Faster Production Queries
blog.elmah.io Issue #370
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
C# 14 features and microservices patterns
DotNetNews Issue #362
This issue covers C# 14 language updates, OpenAPI-driven full-stack typing, and practical microservices and design-pattern guidance for .NET teams.
-
“Object Cannot Be Cast from DBNull to Other Types” — The Hidden Null Trap in .NET 8 / 9
medium.com Issue #359
If you’ve worked long enough with .NET and SQL, this one probably found you eventually:
-
New in .NET 10 and C# 14: Optimizations in log aggregation jobs
blog.elmah.io Issue #355
.NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new t...
-
I Removed 80% of My DI Boilerplate Using One Feature in .NET 8/9
blog.stackademic.com Issue #350
A practical walkthrough of Keyed Services — cleaner architecture, zero factory clutter, and dependency injection made elegant. Continue reading on Stackademic »
-
Building a Database Schema for Workflow Automation with .NET 8 and Entity Framework
medium.com Issue #350
What if You Could Manage Every Workflow in a Single System?
-
Implementing Cross-Platform In-App Billing in .NET MAUI Applications
devblogs.microsoft.com Issue #347
Learn how to implement in-app purchases in your .NET MAUI apps with our new cross-platform billing sample for Android, iOS, Mac Catalyst, and Windows. The post Implementing Cross-Platform In-App Bill...
-
How to Save Your .NET 8 Application from Silent Process Killers
itnext.io Issue #347
Learn which exceptions bypass your try/catch entirely — and the right architectural patterns to survive them. Continue reading on ITNEXT »
-
Stop Using AutoMapper: Mapperly & Mapster in 2025
medium.com Issue #345
Tired of reflection-heavy AutoMapper setups? Learn how Mapster and Mapperly give you source-generated, zero-allocation mapping in .NET 8. Continue reading on .Net Code Chronicles »
-
Wait — Isn’t DbContext Already a Repository?
medium.com Issue #338
The Real-World Case for the Repository Pattern in Clean Architecture & .NET 8 (with EF Core)
-
♂️ 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.
-
ASP.NET Core, architecture, and performance
DotNetNews Issue #324
A varied .NET roundup with Clean Architecture, ASP.NET Core REST API guidance, LINQ and memory fixes, plus Redis, SQL Server, and WebAssembly.
-
DotNet: 9 Versions of .NET Performance Enhancements
medium.com Issue #320
Are you stuck on a prior version of .NET? 3.5 or 4.8 or maybe .NET CORE. It’s time to think about migrating to .NET 10. Read this digest…
-
Beyond “Hello World”: .NET Interview Tips for Experienced Developers in 2024
medium.com Issue #320
You’ve been building with .NET for years. You’ve debugged production issues, scaled applications, and maybe even survived a few framework…
-
.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 »