ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 10 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 10 of 49
Newest first
-
MERN vs .NET vs Node.js: How to Pick the Best Tech Stack for Your Project in 2026
medium.com Issue #447
Choosing the right technology stack is one of the most important decisions when starting a web development project. With multiple powerful…
-
CVE-2026-40372: ASP.NET Core Privilege Escalation
news.google.com Issue #447
CVE-2026-40372: ASP.NET Core Privilege Escalation
-
The best way to create email templates in .NET
roundthecode.com Issue #447
Learn how to generate reusable email HTML using Razor Views in ASP.NET Core with strongly-typed models. The page The best way to create email templates in .NET appeared on Round The Code.
-
ASP.NET, Factory Patterns, and the Illusion of Control
bipinjoshi.net Issue #447
In the world of ASP.NET and .NET, there is a quiet but persistent instinct: the desire to control how things come into existence. Object creation, in particular, feels like something that must be care...
-
.NET 10.0.7 Out-of-Band Security Update
devblogs.microsoft.com Issue #446
We are releasing .NET 10.0.7 as an out-of-band (OOB) update to address a security issue introduced in Microsoft.AspNetCore.DataProtection Security update details This release includes a fix for
-
Caching a geo-restricted app without the cache exploding
melkisetoglu.medium.com Issue #446
A small .NET pattern that’s really just a small idea — and works in any web stack.
-
Serving Media from Azure Blob Storage in ASP.NET Core : Downloads, Streaming and Secure Tickets
medium.com Issue #445
Azure Blob Storage is one of those services that quietly underpins a huge number of production systems. It’s where your audio recordings…
-
Why Converting Browser HTML to PDF in .NET Is Harder Than You Think
medium.com Issue #445
You open a web page, inspect the DOM, and think: “I’ll just grab the HTML and convert it to PDF.”
-
Setup CI Build Pipeline in Azure DevOps for ASP.NET Core Web API
medium.com Issue #444
Subscibe to my weekly .NET newsletter
-
Global Error Handling in ASP.NET Core Web API: Building Reliable, Secure, and Production-Ready APIs
achuchiwilliam.medium.com Issue #444
Modern backend systems are expected to be stable, predictable, and easy to maintain. Users may forgive a failed request, but they rarely…
-
Fail Fast — for incorrect or missing configuration
medium.com Issue #444
In the .NET world, it’s common to store configuration such as connection strings, topic names, API keys, and log levels in configuration…
-
ASP.NET Community Standup: Simplifying Entra ID authentication with AI
youtube.com Issue #443
Tuesday Coding Tip 96 — Reference equality in C#
-
-
I Built a Lead-Generation Funnel With Blazor — Here’s Every Architectural Decision I Made
fries-dotnet-legacy.medium.com Issue #443
A practitioner’s walkthrough of a real-world Blazor WebAssembly application with quiz engine, Double-Opt-In, PDF delivery, and fully…
-
ASP.NET Core (Latest Microsoft Release)
c-sharpcorner.com Issue #443
This article explores the latest advancements in ASP.NET Core with the release of .NET 10, focusing on performance improvements, enhanced Minimal APIs, and Blazor updates. It provides practical code e...
-
Dependency Injection as a Practice of Surrender
binaryintellect.net Issue #443
In the early stages of a developer’s journey, there is a natural inclination toward control. We construct our dependencies explicitly, wire objects together manually, and take comfort in knowing exact...
-
Feature Management in .NET | Real Production Pattern with Targeting Filter
medium.com Issue #442
Modern applications don’t release features to everyone at once — they rely on controlled rollouts, user targeting, and safe deployments.
-
HTTP/3 and QUIC: The Next Generation of .NET Web Performance
medium.com Issue #442
Understanding why the fastest websites are moving beyond TCP and how to implement HTTP/3 in your .NET applications today
-
Blazor in .NET: Building Modern Web Apps Without JavaScript
medium.com Issue #442
How Microsoft’s full-stack framework is changing the way .NET developers approach the web
-
Middleware in ASP.NET Core: What Actually Happens
medium.com Issue #441
I had been using middleware in ASP.NET Core without really understanding what it was doing.
-
-
JWT + Refresh Token Authentication in React 18 + ASP.NET
medium.com Issue #441
I implemented this exact flow and it stopped 3 a.m.
-
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
news.google.com Issue #440
Microsoft calls time on ASP.NET Core 2.3 on .NET Framework
-
Why Your Business Needs ASP.NET Developers for Digital Transformation
medium.com Issue #440
In today’s rapidly evolving digital landscape, businesses must continuously adapt to stay competitive. Digital transformation is no longer…
-
ASP.NET Community Standup: Combining API Versioning with OpenAPI
youtube.com Issue #439
Difference Between Span and Memory in C# with Examples?