frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 16 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 16 of 58
Newest first
-
How to Stop Wasting Resources: The Beginner’s Guide to .NET CancellationTokens
c-sharpcorner.com Issue #373
Master graceful task cancellation in .NET using CancellationToken! Learn how to stop long-running operations, manage resources, and improve user experience. Essential for robust .NET Core apps.
-
Understanding Schema Registry in Apache Kafka using .net
c-sharpcorner.com Issue #372
Apache Kafka - Schema Registry using .net
-
The Soul of Abstraction in .NET
binaryintellect.net Issue #372
Abstraction is often introduced to developers as a pragmatic tool—a way to hide complexity, reduce duplication, and enforce contracts. But for those who have lived long enough in the .NET ecosystem, a...
-
How We Synchronize .NET’s Virtual Monorepo
devblogs.microsoft.com Issue #372
A deep dive into the technical challenges of keeping .NET's product repositories synchronized with our Virtual Monolithic Repository using a custom two-way algorithm. The post How We Synchronize .NET...
-
The Right Way to Hire a Dedicated .NET Developer Without Costly Mistakes
medium.com Issue #371
A few years ago, a startup founder I worked with learned a lesson the hard way. Continue reading on Predict »
-
The Better Way to Configure Entity Framework Core
medium.com Issue #371
A Story About Control, Clarity, and Taking Back Ownership (With Real Code)
-
ASP.NET Community Standup - What's next for Orleans?
youtube.com Issue #371
DbContext Fundamentals — What Every Developer Gets Wrong
-
Dependency Injection Made Simple: A Practical .NET Core Guide
c-sharpcorner.com Issue #370
Unlock the power of Dependency Injection (DI) in ASP.NET Core! Learn how DI promotes loose coupling, testability, and scalability for robust .NET applications.
-
.NET Toolbox
steven-giesel.com Issue #369
Let's start the new year with a bang: I created a new tool called "Toolbox" to offer some helpful tools for your everyday .NET life. Totally free, open-source and everything client-side!
-
The Hidden Impediment of the Strangler Fig Pattern
medium.com Issue #369
Why Legacy Systems Fight Back (and How .NET Teams Get Trapped)
-
C# for Everything: One Language Powering the Modern Software World
c-sharpcorner.com Issue #369
C# is no longer just a backend language. Learn how C# powers web, cloud, mobile, desktop, games, and AI in 2026 with one ecosystem.
-
5 C# Secrets That Make LINQ Queries 10x Faster (You’re Using It Wrong)
medium.com Issue #369
I have a confession: for years, I shipped slow code.
-
Modern C# Error Handling Patterns You Should Be Using in 2026
medium.com Issue #369
Error handling in C# has matured significantly with modern .NET releases. In 2026, effective error handling is less about blanket…
-
When Scoped DbContext Fails — Real Production Scenarios
medium.com Issue #369
In Part 1, we learned why Scoped lifetime is the default for DbContext. One instance per HTTP request, shared across services…
-
Why Most Multi-Tenant RAG Apps Will Leak Data (And How to Actually Prevent It)
medium.com Issue #369
This is Part 1 of the Production AI Series, where we explore the hidden engineering challenges of shipping AI apps in .NET.
-
Environment-based Configuration in ASP.NET Core – appsettings.json, Environment Variables & Launch Profiles
codewithmukesh.com Issue #368
Master configuration management in ASP.NET Core. Learn how to use appsettings.json, environment variables, launch profiles, and User Secrets to build applications that adapt seamlessly across Developm...
-
What Is .NET? What's C# And F#? What's The .NET Ecosystem? .NET Core Explained, What Can .NET Build? Click Through The Next Document (u0oe1niXR8)
news.google.com Issue #368
What Is .NET? What's C# And F#? What's The .NET Ecosystem? .NET Core Explained, What Can .NET Build? Click Through The Next Document (u0oe1niXR8)
-
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
news.google.com Issue #368
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
-
Your Codebase, Your Rules
youtube.com Issue #366
Repository Pattern vs Direct DbContext Usage in .NET
-
Channels in C#
medium.com Issue #366
Learn how to build high-performance, thread-safe producer-consumer applications using System.Threading.Channels.
-
StructQueue: Lightning-Fast C# Queues: No Copies, No Garbage
medium.com Issue #366
In C#, Queue<T> is the go-to data structure for storing items in a first-in, first-out order. But when we really need ultimate performance…
-
Real Plugin Systems in .NET: AssemblyLoadContext, Unloadability, and Reflection‑Free Discovery
jordansrowles.medium.com Issue #364
How to build production-grade plugin systems that unload, avoid file locks, and survive the failure modes that break naive approaches
-
Top .NET Blog Posts of 2025
devblogs.microsoft.com Issue #364
Let's look back at the most-read .NET blog posts published in 2025, from .NET 10 to AI, performance, and developer tooling. The post Top .NET Blog Posts of 2025 appeared first on .NET Blog.
-
7 Mistakes .NET Developers Should Avoid
medium.com Issue #364
Being a .NET developer means continuously upgrading yourself, not just writing code. Here are key mistakes that slow down career growth 👇
-
What Is the EF Core Model DbContext, OnModelCreating, and the Truth About Caching
medium.com Issue #364
Many developers using EF Core get confused by questions like: When is the Model created? Is it rebuilt every time a new DbContext is…