.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 20 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 20 of 59
Newest first
-
Common LINQ Methods with Examples in .NET Core
medium.com Issue #340
Here’s a comprehensive list of LINQ (Language Integrated Query) extension methods available in .NET Core. These methods are part of the…
-
Let’s take a look at the new page — Handling and Throwing Exceptions in .NET:
peter-jackson.medium.com Issue #340
https://www.devart.com/dotconnect/dotnet-exceptions.html
-
Your Distributed Cache Isn’t Actually Distributed — The Subtle .NET Mistake Killing Scale
blog.devgenius.io Issue #340
(Why your blazing-fast Redis still collapses under load) Continue reading on Dev Genius »
-
How I Went From Selenium Scripts to Microservices: A Complete .NET
shadhujan.medium.com Issue #340
Posted: November 27, 2025 Category: DevOps & Cloud Engineering Reading Time: 16 Minutes
-
Migration Conflicts in EF Core: How to Fix Duplicate, Missing, or Broken Migrations
medium.com Issue #340
A comprehensive guide to diagnosing and resolving EF Core migration conflicts in modern .NET applications
-
-
Why .NET’s Garbage Collector Is Smarter Than We Think
medium.com Issue #337
A deep yet beginner-friendly breakdown of .NET’s GC system, generations, LOH, and the internals behind high-performance apps
-
IDistributedCache (Redis) - remove by prefix
josef.codes Issue #337
Implementing prefix-based cache invalidation in Redis using a dotnet core, a custom IDistributedCache implementation and some Lua scripting.
-
List vs IList vs IEnumerable: .NET Developer Guide for Collections
medium.com Issue #337
Vertical Slice Architecture: Where Does the Shared Logic Live?
-
[Alpha Release] EasyMessages — Standardized messages for .NET
medium.com Issue #337
Hey dotnet community! 👋
-
LINQ in C#: How I Teach It to New Developers
medium.com Issue #337
A hands-on guide to learning LINQ the way real C# developers use it every day, with clear sketches, simple examples, and patterns that… Continue reading on Let’s Code Future »
-
ABP.IO Platform 10.0 Final Has Been Released!
medium.com Issue #337
We are glad to announce that ABP 10.0 stable version has been released today. Continue reading on ABP.IO »
-
MCP for AI in .NET — The Missing Layer Between LLMs and Real Applications
medium.com Issue #336
If you’ve ever tried integrating AI into a .NET application, you’ve probably noticed something:
-
SharedArrayBuffer: The Hidden Super-Primitive That’s Reshaping the Future of WebAssembly, .NET
medium.com Issue #336
By Jacob Mellor · Chief Technology Officer, Iron Software (Iron Software)
-
⭐ Stop Guessing! Here’s Exactly What Action Methods Do in ASP.NET Core
medium.com Issue #335
Action methods are one of the first things you must understand while building a Web API in ASP.NET Core. But beginners often get confused…
-
Understanding .NET Core: A Simple and Complete Guide for Beginners
c-sharpcorner.com Issue #335
A complete beginner-friendly guide to .NET Core covering its features, project structure, middleware pipeline, request flow, and key concepts of ASP.NET Core. This article explains everything in simpl...
-
Difference between IQueryable, IEnumerable, IList, ICollection & IDictionary
medium.com Issue #334
Here’s a detailed comparison of the C# interfaces IQueryable, ICollection, IList, IDictionary, IEnumerable, and IEnumerator, summarizing…
-
Reinventing how .NET Builds and Ships (Again) - .NET Blog
devblogs.microsoft.com Issue #334
An exploration of how .NET evolved from a distributed build system to Unified Build, dramatically reducing complexity and build times while improving flexibility and predictability for shipping .NET r...
-
.NET: The Ever-Evolving Framework Powering Modern Digital Innovation
medium.com Issue #334
The technology landscape is changing rapidly today, but .NET remains powerful and is considered one of the most reliable, versatile, and…
-
NSerf: The Missing Piece of the .NET Distributed Puzzle
medium.com Issue #334
For many years, I have been building small and large applications with .NET. The .NET ecosystem and tooling for distributed systems have…
-
My Running Playlist Generator (Gemini + .NET)
medium.com Issue #334
As a runner following the 80/20 training model, I usually listen to a podcast. But when I need music, spending time curating a fresh…
-
The Business Case for Investing in .NET Training for Teams
medium.com Issue #334
In most companies today, there’s always some big system running in the background — an application that nobody really thinks about until…
-
5 .NET Collection Techniques That Stop Slowdowns Before They Start
blog.stackademic.com Issue #334
Low effort tweaks that remove allocations, locks, and pointless overhead Continue reading on Stackademic »
-
Fire-and-Forget in .NET: The Silent Trap You Don’t See Coming
medium.com Issue #333
I’ve been a senior .NET developer for 20 years, and one thing that constantly jumps out at me is how often code just works — both in tests…
-
What I Stopped Doing as a Senior .NET Developer
levelup.gitconnected.com Issue #333
(And What I Do Instead) Continue reading on Level Up Coding »