frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 10 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 10 of 58
Newest first
-
Just for fun: A survey of write protect notches on floppy disks and other media
devblogs.microsoft.com Issue #416
As you may have noticed, sometimes I waste time
-
-
Modernize .NET Anywhere with GitHub Copilot
devblogs.microsoft.com Issue #416
See how the modernize-dotnet agent helps you assess apps, create upgrade plans, and modernize .NET projects from Visual Studio, VS Code, GitHub Copilot CLI, and GitHub. The post Modernize .NET Anywhe...
-
.NET R&D Digest (February, 2026)
olegkarasik.wordpress.com Issue #416
This issue includes bits of AI, software development, performance, operating systems, C#, patterns, and of course a lot of .NET.
-
Garbage Collection Internals in .NET: How Memory Management Really Works
c-sharpcorner.com Issue #416
Unlock .NET's garbage collection secrets! Explore generational memory management, LOH behavior, GC modes, and optimization techniques for high-performance C# apps.
-
Modernizing .NET — Part 14: Migrating from WebHost to WebApplication in ASP.NET Core
medium.com Issue #415
WebHost was common in early ASP.NET Core apps. This post shows how to migrate to the modern WebApplication model.
-
Building High-Performance APIs with ASP.NET Core: A Practical Guide for Production
blog.stackademic.com Issue #414
Modern applications live and die by API performance. Slow endpoints increase infrastructure costs, reduce scalability, and hurt user… Continue reading on Stackademic »
-
.NET 11 Preview 2 is now available!
devblogs.microsoft.com Issue #413
Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more! The post .NET 11 Preview 2 is now available! appeared firs...
-
Why async void Should Almost Never Be Used in .NET Core
medium.com Issue #411
Asynchronous programming is a core part of modern .NET applications. The async and await keywords make it easier to write non-blocking…
-
Claude Opus 4.6: Anthropic’s powerful model for coding, agents, and enterprise workflows is now available in Microsoft Foundry
azure.microsoft.com Issue #411
With Claude Opus 4.6 now available in Microsoft Foundry, developers can delegate complex tasks end‑to‑end and trust the AI to execute independently in production. The post Claude Opus 4.6: Anthropic’...
-
C# vs Java — Which Language Should You Choose in 2026?
medium.com Issue #410
Choosing between C# and Java in 2026 isn’t just about syntax or company loyalty — it’s about building software that lasts, scales, and…
-
The Real Difference Between record and class Isn’t About Syntax
donmahsu.medium.com Issue #410
When I first saw record, I honestly couldn’t grasp the point at all.
-
Things I Stopped Doing While Building Real-World .NET Software
medium.com Issue #410
When I started learning .NET, everything felt structured and reassuring.
-
Scheduled jobs using Background Service in .NET
medium.com Issue #410
When building .NET applications, developers often focus on user-facing features — APIs, UI, and business logic. But behind the scenes…
-
Studying compiler error messages closely: Input file paths
devblogs.microsoft.com Issue #410
A colleague was working in a project that used a number of data files to configure how the program worked. They wanted one portion of the configuration file to be included only if a particular build f...
-
Building Workflows with Branching Logic in .NET (Microsoft Agent Framework)
blog.gopenai.com Issue #410
Modern applications often involve complex decision trees, where the flow of operations depends on conditions, user input, or model results… Continue reading on GoPenAI »
-
Understanding Assemblies in .NET: Concepts Every Developer Should Know
medium.com Issue #409
When working with .NET, terms like DLL, assembly, NuGet, and strong naming often get used interchangeably — sometimes incorrectly. Behind…
-
Why I Replaced Microsoft’s DI Container — And Never Looked Back
fries-dotnet-legacy.medium.com Issue #408
DryIoC delivers what the built-in container promises but can’t keep: speed, flexibility, and control over complex dependency graphs.
-
CurlDelegating Handler in .NET
srinjoysantra.medium.com Issue #408
Debug your .NET core http client requests by logging as curl
-
-
I Compared .NET and MERN in 2026 — Here’s the Brutally Honest Truth
medium.com Issue #408
Let’s be honest.
-
C#: The Engine Behind Modern Digital Infrastructure
medium.com Issue #408
When Anders Hejlsberg and his team at Microsoft introduced C# in 2000, it was positioned as a modern, object oriented language for the…
-
Mastering Dependency Injection in C#
medium.com Issue #408
Enhancing Software Scalability and Maintainability through Loosely Coupled Architecture
-
How to Use Entity Framework Core Migrations in Production?
c-sharpcorner.com Issue #408
Safely deploy EF Core migrations in production! Learn best practices for script-based deployments, zero-downtime strategies, CI/CD integration, and rollback plans. Ensure reliable database evolution.
-