.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 34 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 34 of 59
Newest first
-
The Most Underrated Feature in .NET — IAsyncEnumerable
medium.com Issue #271
When I first heard about IAsyncEnumerable<T>, I thought, "Cool, another interface I’ll probably never use." Turns out, I was wrong.
-
ArrayPool: The most underused memory optimization in .NET
medium.com Issue #270
Despite offering up to 78x performance improvements and completely eliminating garbage collection pressure, ArrayPool<T> remains one of…
-
When to Use Generic vs Non-Generic Collections in C#
c-sharpcorner.com Issue #270
Discover the differences between generic and non-generic collections in C#. Learn their impact on performance, type safety, and usability with examples, helping you choose the right collection for eff...
-
SQL Server Index Fragmentation: What It Is and How to Fix
c-sharpcorner.com Issue #270
Index fragmentation slows SQL Server queries by disrupting data order. This article explains its causes, types, and impact, while offering practical steps to detect, fix, and prevent fragmentation for...
-
6 Entity Framework Core Performance Pitfalls (and How to Fix Them)
medium.com Issue #270
Avoid these 6 common Entity Framework Core performance pitfalls in .NET — with real-world scenarios, root causes, and refactors.
-
5 .NET Mistakes That Are Slowing Your Code Down Right Now
blog.stackademic.com Issue #270
Fix these silent killers before they wreck your app’s performance. Continue reading on Stackademic »
-
Indexing Internals for Developers and DBAs
visualstudiomagazine.com Issue #270
Microsoft’s Bradley Ball dives into the inner workings of SQL Server indexing to help developers and DBAs speak the same language, avoid common pitfalls, and boost performance with smarter, more inten...
-
5 .NET Core Code Patterns for Bulletproof FDA-Compliant MedTech Software
faciletechnolab.com Issue #270
Build bulletproof FDA-compliant MedTech software with these 5 .NET code patterns. Ensure audit trails, e-signatures & HIPAA security. Download our free checklist.
-
Don’t Just Build — Test, Ship, and Iterate with a Reliable .NET Core Boilerplate
adilyousaf88.medium.com Issue #269
In a world of quick-start templates and half-baked GitHub projects, it’s easy to get burned by boilerplates that look promising but fail…
-
Stop Picking the Wrong .NET Collection — A Principal Engineer’s Field Guide
towardsdev.com Issue #269
A .NET Engineer’s Field Guide to Lists, Sets, Dictionaries, Queues, Stacks, Sorted, Immutable, Concurrent & Frozen Continue reading on Towards Dev »
-
Why I Stopped Caring About .NET vs Java (And You Should Too)
blog.devgenius.io Issue #269
After 15 years of architecture decisions, here’s what actually matters when you’re responsible for systems that can’t fail. Continue reading on Dev Genius »
-
NuGet Goes Quiet: How a CDN Logging Outage Shook the .NET Ecosystem in 2025
medium.com Issue #269
A CDN logging failure caused NuGet download metrics to collapse in August
-
How Dotnet Changed Me
madhaven.github.io Issue #268
I was blind but now I see. I was building castles with sand, but now I’m building castles above castles. As a programmer, Dotnet did that.
-
How to Reverse a Linked List in Data Structures with Examples
c-sharpcorner.com Issue #268
Learn how to reverse a linked list in data structures with step-by-step explanations, detailed breakdowns of iterative and recursive approaches, and Java code examples for beginners and intermediates.
-
JIT vs AOT in .NET 9: Choosing the Right Compilation Strategy
medium.com Issue #268
Choosing Between JIT and AOT for Modern .NET Apps.
-
When to Use Generic vs Non-Generic Collections in C#
mariemoalla.medium.com Issue #267
Collections are a fundamental part of any application that manages data. In C#, you have two primary options for working with collections…
-
The Art of Disposal: Mastering IDisposable in C#
blog.stackademic.com Issue #267
Avoid leaks and write robust, maintainable .NET applications like a pro Continue reading on Stackademic »
-
What is Binary Search Algorithm and How It Works with Examples.
c-sharpcorner.com Issue #267
Understand the Binary Search algorithm in depth — how it works, step-by-step process, real-world use cases, and practical Java examples. Perfect for beginners and intermediate learners in Data Structu...
-
.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…
-
Difference Between ref, out, and in Parameters in C#
c-sharpcorner.com Issue #267
Learn the difference between ref, out, and in parameters in C#. Understand their usage, advantages, disadvantages, and see full real-world examples.
-
Why Your CancellationToken Doesn’t Actually Cancel Anything (Most of the Time) — And the…
blog.devgenius.io Issue #267
🧠 Why This Blog Matters Every .NET dev has written something like this: Continue reading on Dev Genius »
-
How I Cut My .NET Web App Load Time by 73% with Azure CDN — And How You Can Too
medium.com Issue #267
Discover the exact configuration, caching strategies, and deployment tweaks that transformed a sluggish .NET app into a lightning-fast…
-
Building an AI-Powered Chat Application in .NET Using Ollama Server
medium.com Issue #267
Artificial Intelligence (AI) has become a transformative force across industries, and its integration into software applications is no…
-
C# Extension Methods Every Corporate Developer Wishes They Had
medium.com Issue #267
We’ve all been there — drowning in enterprise code that feels like it was written during the Roman Empire, sprinkled with copy-paste…