.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 2 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 2 of 59
Newest first
-
.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.
-
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.
-
CQRS Without MediatR: A Lightweight Approach for Modern .NET Applications
c-sharpcorner.com Issue #494
Implement CQRS in .NET without MediatR for a simpler, more maintainable, and easily debuggable architecture. Focus on core principles.
-
The DI Coupling Trap: When .NET Libraries Block Their Own Capabilities
medium.com Issue #494
A pattern that shows up repeatedly in .NET library code — where a public convenience method hardcodes a dependency resolution strategy and…
-
Packaging and Package Identity for .NET apps with WinApp CLI on Windows
devblogs.microsoft.com Issue #494
Package identity has often been a pain point for developers looking to build apps that integrate with Windows APIs. Many modern Windows features, like push notifications or the AI APIs, are gated behi...
-
Dependency Injection in .NET Is Easy to Get Wrong
medium.com Issue #494
Almost every weird intermittent bug I’ve dealt with in a .NET
-
From Student to Software Engineer: What I Wish I Knew Before Learning DotNet
medium.com Issue #494
Most people don’t struggle with learning DotNet because it’s difficult. They struggle because they learn it in the wrong order.
-
The Complete .NET 11 Developer’s Guide to the Agentic Web Part 1
medium.com Issue #493
For the last few months, in these posts, we’ve been doing things the hard way on purpose. We built attention from scratch, watched tokens…
-
OWASP Top 10 for .NET Developers - Part 6: Preventing Vulnerable and Outdated Components
medium.com Issue #492
Modern software development is no longer just about writing secure code. It’s about trusting code written by others. Every NuGet package…
-
Replacing wkhtmltopdf in .NET: A Migration Guide to a Maintained Engine
medium.com Issue #492
The tool that generated your invoices for a decade is archived. Here is how to move a real .NET codebase off it without breaking your PDFs.
-
Getting Started with .NET Aspire for Microservices Development
c-sharpcorner.com Issue #492
.NET Aspire simplifies microservices development with built-in service discovery, observability, and orchestration for cloud-native apps.
-
Building an AI-Powered Root Cause Analysis System for Production Incidents in .NET
c-sharpcorner.com Issue #492
Build an AI-powered Root Cause Analysis system in .NET to accelerate incident resolution, reduce MTTR, and enhance system reliability with modern observability.
-
From .sln to .slnx: Why the New Solution Format Matters for Modern .NET Development
medium.com Issue #491
Photo by Mohammad Rahmani on Unsplash
-
Building a Search Platform Using OpenSearch and .NET
c-sharpcorner.com Issue #491
Build powerful search platforms with OpenSearch and .NET. Learn about its architecture, indexing, querying, and advanced features for scalable, relevant search.
-
.NET AI Community Standup: Why Orleans for AI Agents
youtube.com Issue #491
Join Bruno Capuano and Konstantin Semenenko for a deep dive into building AI agents with .NET and Orleans. As AI applications evolve from simple prompts to complex, stateful systems, developers need a...
-
Implementing Local LLM Inference in .NET Applications Using ONNX Runtime
c-sharpcorner.com Issue #491
Unlock local LLM inference in .NET with ONNX Runtime for faster, private, and cost-effective AI applications. Learn integration & best practices.
-
Architecting a Production-Ready AI Agent Backend: .NET Core vs. FastMCP (Python)
medium.com Issue #491
Why the era of dynamic “vibe coding” is over and how senior engineers are shifting AI tooling to robust backend frameworks.
-
Claude Skills for .NET: Teach AI to Build Features Your Way
antondevtips.com Issue #491
Stop pasting the same instructions into every AI session. Learn how to create Claude skills for .NET (also works for Codex, Copilot and Cursor) - reusable, on-demand instruction packs that teach AI yo
-
The .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs
dotnettips.com Issue #491
This guide explores the essential role of the .NET host process, which initializes the runtime, resolves dependencies, and launches applications. It highlights common issues with lingering host proces...
-
Stop Using _logger.LogInformation For Everything.
rushikprajapati.medium.com Issue #491
Stop Guessing: Which .NET Logger Method Should You Actually Use?
-
Building a Self-Healing Background Job System with .NET Aspire
c-sharpcorner.com Issue #490
Build resilient, self-healing background job systems with .NET Aspire. Learn to implement retries, health checks, and observability for reliable applications.
-
On .NET Live: Building AI Archaeology Platform with .NET, Durable Workflows & Multi-Agent Systems
youtube.com Issue #490
Divakar Kumar introduces Archaios, an AI-powered exploration platform designed to help archaeologists analyze massive LiDAR datasets and uncover hidden historical sites. In this episode, he demonstrat...
-
Event Sourcing in .NET: When to Use It and When to Avoid It
c-sharpcorner.com Issue #490
Explore Event Sourcing in .NET: understand its benefits, challenges, and when to use this powerful pattern for auditability and history.