frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 15 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 15 of 58
Newest first
-
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 »
-
Add Images to PDFs in C#: The Definitive Guide for Modern .NET Projects
medium.com Issue #376
If you’ve ever needed to add images to PDF in C#, you know it’s more than a checkbox on a requirements list. Whether you’re generating…
-
What the CLR Really Does While Your App Is Running
medium.com Issue #376
Most developers know CLR stands for Common Language Runtime. Fewer developers know what it’s actually doing every millisecond your app is…
-
Modernizing .NET — Part 7: From Web References to Service References
medium.com Issue #376
How to migrate legacy SOAP clients from Web References in .NET Framework to Service References in .NET Core using dotnet-svcutil.
-
Dotnet vs. Java in 2026: One for the Brain, One for the Backbone.
medium.com Issue #376
Hi everyone. I am a .NET developer. I’m new to writing blogs, and my English is not perfect. I make spelling mistakes and my sentences are…
-
The Realistic .NET Developer Roadmap for Absolute Beginners
medium.com Issue #376
Most Roadmaps Assume Some Experience
-
Why .NET Core Still Feels Like the Future of Backend Development
c-sharpcorner.com Issue #375
.NET Core remains a top choice for backend development in 2026. Explore its cross-platform capabilities, performance, cloud-native features, and robust security. A future-proof ecosystem!
-
The Role of .NET in Modern Enterprise Systems
medium.com Issue #375
Modern enterprises run on complex, interconnected software systems that must be secure, scalable, reliable, and easy to maintain. From…
-
Is C# Still Worth Learning for .NET Development?
c-sharpcorner.com Issue #374
Explore why C# remains a top choice for .NET development in 2026. Discover its job market demand, enterprise use, cloud capabilities, and beginner-friendly nature.
-
Difference Between .NET Core and .NET 8?
c-sharpcorner.com Issue #374
.NET Core vs .NET 8: Understand the evolution from the older, cross-platform framework to the modern, unified .NET platform. Discover key differences and benefits. .NET 8 is the recommended choice!