frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated
This DotNetNews topic collects .NET Core tutorials material from the daily archive. .NET Core is a recurring focus for C# and .NET developers working in the Microsoft ecosystem. The page is for people who already ship C# and need a faster way to find relevant posts.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for .NET Core; the archive list is chronological and larger. Nothing here claims every article was production-tested by the editors.
Recurring subtopics in recent issues include cross-platform .NET, .NET Core migration, building, and asp.net. Secondary angles such as .NET Core and .NET Core tutorials appear when the archive actually covered them. Related hubs such as ASP.NET Core and .NET 8 cover adjacent problems.
Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.
Start here
Editor picks for .NET Core
-
Microservices Communication with RabbitMQ and .NET Core
ngcheehou.medium.com Issue #502
Basic microservices messaging material, but still useful for readers new to RabbitMQ patterns in .NET.
-
Hangfire Jobs in .NET Core: Complete Guide to Background Job Processing
c-sharpcorner.com Issue #501
Good refresher on Hangfire fundamentals if you need reliable background processing without building the plumbing yourself.
-
[.NET Versions Explained]: Confusion- .Net
medium.com Issue #496
Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP.NET Core?
-
Dependency Injection in .NET Core
medium.com Issue #494
🚀 Dependency Injection in .NET finally clicked for me… and here’s the explanation I wish someone had given me on Day 1.
-
ASP.NET MVC to ASP.NET Core Migration NuGet Packages: Modernization Guide
faciletechnolab.com Issue #478
Useful modernization inventory for teams sorting what survives an MVC to Core move.
-
Top .NET Core Background Job Tools
faciletechnolab.com Issue #475
Useful survey material for teams choosing between simple job runners and broader workflow orchestration platforms.
-
C#: Should This Service Be Singleton, Scoped, or Transient?
pietschsoft.com Issue #472
Singleton vs. Scoped vs. Transient is deceptively simple; wrong choice breaks concurrency or leaks state.
-
Reverse Engineering an API in .NET Core – Complete Practical Example
c-sharpcorner.com Issue #472
Reverse engineering undocumented APIs is sometimes necessary; document your own APIs instead.
Archive
Page 1 of 59
Newest first
-
Building a Streaming, Low-Allocation Excel Writer in .NET
c-sharpcorner.com Issue #504
Build a high-performance, low-allocation Excel writer in .NET using streaming, IBufferWriter , and OOXML internals. Achieve 8-10x speed and 30-100x less memory.
-
The Migration That Lied for Two Years
rogerkeizer.medium.com Issue #504
How an outdated CLI tool left behind a corrupt EF Core snapshot — and why a major upgrade finally exposed it
-
Introducing Saucery.NuGet: Controlled NuGet Upgrades for Modern .NET Repositories
medium.com Issue #503
Keeping NuGet dependencies up to date should be simple.
-
OpenTelemetry in .NET: End-to-End Distributed Tracing Explained
c-sharpcorner.com Issue #503
Master OpenTelemetry in .NET for end-to-end distributed tracing. Gain visibility, troubleshoot faster, and optimize microservices.
-
Announcing .NET Modernization for Beginners
devblogs.microsoft.com Issue #503
We've built a new course to help you navigate the journey when you're the owner of an application built on a legacy .NET framework and it needs to be modernized. The whole concept of modernization is ...
-
Asynchronous Data Annotations Validation in .NET 11 with MongoDB
medium.com Issue #503
With the .NET 11 release just around the corner, I wanted to explore its new features and capabilities by reading the preview release…
-
Building AI-Powered Applications with OpenAI Responses API and .NET
c-sharpcorner.com Issue #503
Learn to build AI-powered .NET apps using OpenAI's Responses API. Integrate AI for chatbots, content generation, and more with practical examples.
-
Threading on Thin Ice: Demystifying the .NET ThreadPool and avoiding starvation
truestorydavestorey.medium.com Issue #502
Introduction
-
Microservices Communication with RabbitMQ and .NET Core
ngcheehou.medium.com Issue #502
One of the key characteristics of a microservices architecture is that each service owns its own database. Rather than sharing a single…
-
Hangfire Jobs in .NET Core: Complete Guide to Background Job Processing
c-sharpcorner.com Issue #501
Master Hangfire in .NET Core for reliable background job processing. Learn configuration, job types, DI, queues, and modern features for scalable apps.
-
Memory discipline and GC awareness in .NET
csharpdigest.net Issue #500
avoid frequent collection cycles causing latency spikes and wasted CPU time
-
Orleans Framework Tutorial: Building Distributed Applications in .NET
c-sharpcorner.com Issue #499
Master .NET distributed apps with Orleans! Learn the Virtual Actor Model for scalable, fault-tolerant, and stateful systems.
-
Optimizing I/O Performance in .NET
dotnettips.com Issue #498
I/O operations impact application responsiveness, scalability, and costs. Enhancing file access, HTTP requests, and networking improves user experience while reducing resource consumption. This chapte...
-
The Fasting Developer: Memory Discipline and GC Awareness in .NET
binaryintellect.net Issue #498
There is a quiet assumption baked into most .NET codebases: the Garbage Collector will always clean up. And technically, it will. But the cost of that cleanup — paid in latency, in CPU time, in unpred...
-
Improvements to reading Process outputs: Exploring the .NET 11 preview - Part 5
andrewlock.net Issue #498
In this post I show some of the improvements to the Process API in .NET 11 for running processes and reading their outputs without risk of deadlock
-
How to guide agents during production investigations with .NET CLI
csharpdigest.net Issue #498
AI agents can drive .NET diagnostic tools the same way a senior developer would
-
Self-ordering modules: discovered, Kahn-ordered, and extractable
medium.com Issue #497
A module declares its name and its dependencies. The framework discovers every module, sorts them with Kahn’s algorithm, and registers…
-
Don’t rewrite your CLI for agents
developer.microsoft.com Issue #497
There’s advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, ...
-
Dapr Workflow Engine: Building Durable Distributed Applications
c-sharpcorner.com Issue #497
Dapr Workflow Engine simplifies durable distributed applications by managing state, retries, and recovery for complex business processes.
-
Event-Driven Systems in .NET, Python, and Go: A Practitioner’s Comparison
topuzas.medium.com Issue #497
I have built event-driven systems in all three of these ecosystems, not as a research exercise but because different jobs put different…
-
Building Internal AI Tools with Azure AI Foundry and .NET
c-sharpcorner.com Issue #497
Build internal AI tools with Azure AI Foundry & .NET for enhanced productivity, faster info access, and streamlined operations. Secure, scalable, and intelligent.
-
Domain-Driven Design (DDD)
medium.com Issue #497
Prerequisite Note: While this tutorial is implemented using .NET and the Clean Architecture, the DDD concepts explored here are universal…
-
Microsoft Releases Agent Skills for .NET
c-sharpcorner.com Issue #497
Microsoft releases Agent Skills for .NET, enabling developers to package reusable domain expertise, scripts, and instructions that AI agents can discover and use on demand.
-
[.NET Versions Explained]: Confusion- .Net
medium.com Issue #496
Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP.NET Core? Do you know why each exists…
-
️ Modernizing .NET — Part 32: When Four Architectures Coexist
medium.com Issue #495
A framework migration can use layered design, modular boundaries, middleware flow, and service contracts without treating them as rivals.