frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1525 articles Updated Page 4 of 61
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 4 of 61
Newest first
-
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.
-
.NET 8 vs .NET 6: Should You Upgrade?
faciletechnolab.com Issue #495
.NET 8 vs .NET 6 compared. Support timelines, performance gains, and breaking changes. A practical guide to deciding when and how to upgrade.
-
Modernize .NET applications in the GitHub Copilot app
devblogs.microsoft.com Issue #495
Upgrading a .NET application isn't a single prompt. Every upgrade begins with understanding your application, evaluating dependencies, planning the work, applying code transformations, fixing build fa...
-
Building Event-Driven Systems with Apache Kafka and .NET
c-sharpcorner.com Issue #495
Build scalable, real-time event-driven systems with Apache Kafka and .NET. Learn core concepts, implementation, and best practices for robust distributed applications.