frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 22 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 22 of 58
Newest first
-
Your LINQ is Slowing You Down: 5 Fixes Every .NET Developer Should Know
medium.com Issue #324
Five practical changes that eliminate hidden allocations, buffering, and unnecessary work.
-
C# Value Types vs Reference Types — Differences, Performance, and Memory Usage Explained
medium.com Issue #324
Discover how C# value and reference types work, where they live in memory, their behavior, and impact on performance!
-
Redis: The Fastest In-Memory Data Store Powering Modern Applications
c-sharpcorner.com Issue #324
Unlock blazing-fast performance with Redis! This guide explores Redis as a versatile in-memory data store for caching, real-time apps, and MERN stack optimization.
-
How Copilot Studio uses .NET and WebAssembly for performance and innovation - .NET Blog
devblogs.microsoft.com Issue #324
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.
-
The Rise of the Solopreneur Economy
c-sharpcorner.com Issue #324
Discover the solopreneur economy: redefine work, wealth, and business. Learn to build scalable digital assets and thrive as a solo builder in the new era.
-
Key Innovations in ASP.NET Core 9 (and beyond)
c-sharpcorner.com Issue #323
Explore ASP.NET Core 9's key innovations: static asset optimization, enhanced Minimal APIs, Blazor improvements, security, and performance boosts for modern web apps.
-
10 No-Drama Patterns to Make Your ASP.NET Core API Controllers Incredibly Simple (in .NET 9)
medium.com Issue #323
If you want the full source code, join our community: Here
-
Distributed Caching in ASP.NET Core with Redis | A Complete Practical Guide (.NET 9 + Minimal APIs)
medium.com Issue #323
I didn’t understand caching for years.
-
✅ .NET Data Mesh Architecture — Beyond Microservices
medium.com Issue #322
Why 2025 is the year .NET developers stop treating data as a “shared backend” and start treating it as a product.
-
IOptions vs IOptionsSnapshot vs IOptionsMonitor: The Ultimate Deep Dive
medium.com Issue #322
Friend link :- Read full story for free!
-
Performance Optimisation Techniques for .NET
medium.com Issue #322
Introduction Continue reading on Front-end World »
-
Add This One Line to Catch Every Unhandled Exception in .NET
medium.com Issue #322
(Because some errors never make it to your logs — until now.) By Mohammad Shoeb · Microsoft Solution Architect
-
The Complete Guide to App Settings in C#: Configuration Files Demystified
medium.com Issue #322
Friend link :- Read full story for free!
-
Microservices in .NET: From Theory to Practice
medium.com Issue #322
Have you ever wondered how Netflix handles millions of users simultaneously, or how Amazon manages thousands of orders per second? The…
-
Using SignalR with Wolverine 5.0
jeremydmiller.com Issue #321
The Wolverine 5.0 release earlier last last week (finally) added a long requested SignalR transport. The SignalR library from Microsoft isn't hard to use from Wolverine for simplistic WebSockets or Se...
-
Stop Writing Boilerplate: Let These 5 Modern C# Features Do the Work
blog.stackademic.com Issue #321
Less clutter, fewer ifs, cleaner models, and APIs that basically document themselves. These tricks just make C# feel… nicer. Continue reading on Stackademic »
-
Life Tracker: A .NET App — 6 Basic Auth
jackymlui.medium.com Issue #321
Code fohttps://github.com/Recelis/questionnaire.net.git
-
DotNet: 9 Versions of .NET Performance Enhancements
medium.com Issue #320
Are you stuck on a prior version of .NET? 3.5 or 4.8 or maybe .NET CORE. It’s time to think about migrating to .NET 10. Read this digest…
-
Use swiyu, the Swiss E-ID to authenticate users with Duende and .NET Aspire
damienbod.com Issue #320
This post shows how to authenticate users using Duende IdentityServer and ASP.NET Core Identity which verifies identities (verifiable digital credentials) using the Swiss Digital identity and trust in...
-
⚙️ Mastering Exception Handling in .NET Core — Complete Guide with Examples
c-sharpcorner.com Issue #319
Master .NET Core exception handling! Learn try-catch, global handlers, middleware, custom exceptions, and logging for robust & user-friendly apps.
-
Is C# Dying in 2025?
blog.probirsarkar.com Issue #318
Every few years, the same question resurfaces:
-
Why Use the Unit of Work Pattern in .NET
malshikay.medium.com Issue #318
Build Consistent, Maintainable, and Testable ASP.NET Core Applications with the Unit of Work Pattern
-
11 No-Drama Ways to Organize Minimal API Endpoints in Clean Architecture (with Copy-Paste Code)
medium.com Issue #318
If you want the full source code, join our community: Here
-
🚀 Batch Processing in C# using async and await — The Smart Way to Handle Workloads
c-sharpcorner.com Issue #318
Master batch processing in C# using async/await! Learn how to efficiently handle large workloads, improve performance, and scale your applications. Real-world examples included.
-
Designing a Robust Global Exception Handling Strategy in ASP.NET Core
c-sharpcorner.com Issue #317
Implement robust ASP.NET Core global exception handling for resilient APIs. Centralize error management, ensure consistent responses, and enhance observability. #dotnet