.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 15 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 15 of 59
Newest first
-
Extract Pages from Word Documents Using C#
medium.com Issue #383
When working with Word documents, it’s common to run into situations where you don’t need the entire file. Sometimes you only want a…
-
Zookeeper with C#.NET — A Gentle, Deep, Example‑Driven Guide
medium.com Issue #383
6,500+ Tech Courses. Upgrade Your Skills — Free To Start! Continue reading on CodeToDeploy »
-
Why Enterprises Still Choose Microsoft for Long-Term Software Systems
faciletechnolab.com Issue #383
Discover 10 data-backed reasons enterprises choose Microsoft enterprise software for long-term software systems. Azure services, .NET enterprise applications, and enterprise Microsoft solutions explai...
-
Code That Breathes: Async/Await and Cooperative Flow in ASP.NET Core
bipinjoshi.net Issue #382
In modern software systems, the greatest cost is rarely computation—it is waiting. Applications spend significant time waiting for I/O operations, network responses, or database queries. This waiting,...
-
Mastering .NET 8 Resilience Pipelines: Internals, Custom Strategies, and Production-Grade Patterns
c-sharpcorner.com Issue #382
Unlock .NET 8's Resilience Pipelines for robust ASP.NET Core apps. Master strategy ordering, custom policies, tenant isolation, testing, and observability for production.
-
Beyond the Rewrite: A Lead Developer’s Guide to Modernizing Legacy .NET & Angular System
medium.com Issue #380
Every developer eventually meets a legacy system that has quietly powered the business for years, reliable for customers, painful for…
-
Why I Simplified Clean Architecture Without the Repository Pattern (using EF core)
joehom0416.medium.com Issue #380
Introduction
-
Microservices Architecture with .NET
c-sharpcorner.com Issue #380
Explore microservices architecture with .NET! Learn to build scalable, flexible apps using ASP.NET Core, Docker, and best practices. Includes practical examples.
-
Exposing an AI Agent as an MCP Tool in .NET
medium.com Issue #380
AI agents are powerful, but to make them truly useful in larger applications and tool ecosystems, you need a way for other systems to… Continue reading on GoPenAI »
-
AddTransient vs AddScoped vs AddSingleton in .NET Core (With Examples)
medium.com Issue #380
Dependency Injection (DI) is a core feature of .NET Core. It helps create loosely coupled, testable, and maintainable applications.
-
Making foreach on an IEnumerable allocation-free using reflection and dynamic methods
andrewlock.net Issue #380
In this post I describe why foreach sometimes allocates, and show how you can use DynamicMethod and Reflection.Emit to go allocation-free
-
How to Remove Specific or Blank Pages from Word Using C# (A Step-by-Step Guide)
medium.com Issue #380
When working with Word documents, one problem we often encounter is unwanted pages — blank pages at the end of a report, cover pages we…
-
Create your own Roslyn Analyzer !!
medium.com Issue #380
As the title indicates, today we are going to talk about code analyzers and more precisely Roslyn Analyzers, the famous .net compiler. The…
-
Modern Logging in .NET with Serilog
c-sharpcorner.com Issue #379
Implement structured logging in .NET Core with Serilog. Enhance app monitoring using sinks for consoles, files, SQL, and more. Improve debugging and analysis.
-
An ASP.NET Core + React Template Overview
medium.com Issue #379
5 Minimal API myths and the real truth
-
Angular + ASP.NET Core: Building a Real-Time App with SignalR
medium.com Issue #379
Introduction
-
10 Reasons to Upgrade to .NET 10
antondevtips.com Issue #379
Explore reasons to upgrade to .NET 10 and C# 14: Long-Term Support (LTS) Release, Performance improvements in ASP.NET Core and .NET, File-Based Apps, Server-Sent Events (SSE), Extension Members in C#
-
GitHub Copilot. Rewrite of Legacy .NET App: The Smart Way to Automate Project Scaffolding
medium.com Issue #378
Part 2: Creating Solution Structure and Project Scaffolding in Visual Studio
-
C # 14 in .NET: What is New and Improved
medium.com Issue #378
C# 14 is expected to arrive with .NET 10, and it continues Microsoft’s long-term goal of making C# one of the most powerful, safe, and…
-
.NET 10: Zip and GZip API Improvements
anthonygiretti.com Issue #378
Introduction Compression APIs like ZipArchive and GZipStream have been part of .NET for years. They’ve...
-
Object Storage: Using Minio with .NET Core
medium.com Issue #378
Let’s Imagine that you (a great developer) are building an app in which you want to be able to store files/images/documents or … anything
-
Event-Driven Architecture in .NET Core Using RabbitMQ
c-sharpcorner.com Issue #377
Build scalable .NET Core apps with Event-Driven Architecture (EDA) using RabbitMQ. Learn asynchronous communication, message queuing, and best practices for resilient systems.
-
Understanding RabbitMQ in Real-World .NET Systems: Why, When, and How to Use It
c-sharpcorner.com Issue #377
Unlock resilient .NET systems with RabbitMQ! Learn how to decouple services, handle failures gracefully, and improve performance with practical C# examples. A senior engineer's guide.
-
How to Automate Dependency Injection in .NET Using Scrutor, Step‑by‑Step Guide
c-sharpcorner.com Issue #377
Simplify .NET dependency injection with Scrutor by automating service registration using assembly scanning, convention-based patterns, and decorators, with a practical, step-by-step guide to cleaner, ...
-
The .NET Core Feature That Saved Us 40% Cloud Cost Overnight
medium.com Issue #376
When working in the cloud, one fear always looms overhead — 👉 The Monthly Bill Continue reading on Dot Net, API & SQL Learning »