ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 17 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 17 of 49
Newest first
-
An ASP.NET Core + React Template Overview
medium.com Issue #379
5 Minimal API myths and the real truth
-
-
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#
-
Nobody Tells You How ASP.NET Core Uses Reflection and Attributes to Wire Controllers and Routes
medium.com Issue #378
Have you ever spent hours debugging why your ASP.NET Core API routes aren’t hitting or why your model binding silently fails? You’re not…
-
Displaying Large amounts of Records in ASP.NET Core MVC
c-sharpcorner.com Issue #378
Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.
-
Implementing Level of Identification (LoI) with ASP.NET Core Identity and Duende
damienbod.com Issue #378
This article explores how to implement Level of Identification (LOI) in an ASP.NET Core application. The solution uses Duende IdentityServer as the OpenID Connect provider and ASP.NET Core Identity fo...
-
Secure file upload validation in .NET: A layered approach
medium.com Issue #376
I thought file uploads were simple… until I saw how often they aren’t. This article shows a practical .NET baseline that covers common…
-
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com Issue #376
If You want the full source code Click :Here
-
File logging in ASP.NET Core made easy with Serilog
roundthecode.com Issue #372
Learn how to add file logging to an ASP.NET Core app using Serilog, including setup, configuration, and writing logs to daily rolling files. The page File logging in ASP.NET Core made easy with Serilo...
-
Implementing Level of Authentication (LoA) with ASP.NET Core Identity and Duende
damienbod.com Issue #372
This post shows how to implement an application which requires a user to authenticate using passkeys. The identity provider returns three claims to prove the authentication level (loa), the identity l...
-
Remote MCP Servers using .NET
logcorner.com Issue #372
The main entry point that configures and runs the MCP server using ASP.NET Core minimal APIs. Server-Sent Events (SSE) : Supports streaming responses using SSE with JSON-RPC 2.0 protocol
-
Set the amr claim when using passkeys authentication in ASP.NET Core
damienbod.com Issue #371
The post shows how to set the correct amr value when authenticating using ASP.NET Core Identity and passkeys in .NET 10. When authenticating using OpenID Connect and passkeys authentication, the OpenI...
-
The Cross-Cutting Concern Fallacy in .NET Architecture: Is Middleware a Solution or a Trap?
medium.com Issue #371
When you start an enterprise project, everything is rosy. Continue reading on TeknoPost »
-
ASP.NET Community Standup - What's next for Orleans?
youtube.com Issue #371
DbContext Fundamentals — What Every Developer Gets Wrong
-
The Problem We’re Solving
medium.com Issue #371
Building multi-tenant applications with proper observability is harder than it should be. You end up with:
-
Custom Validator in ASP.NET Core MVC (Beginner-Friendly)
medium.com Issue #370
Target audience: Absolute beginners learning ASP.NET MVC / ASP.NET Core MVC
-
The Ultimate .NET Developer Roadmap 2026 - AI, Backend, Blazor & Full-Stack
codewithmukesh.com Issue #369
A comprehensive, practical roadmap for .NET developers covering C#, AI Tools, ASP.NET Core APIs, Blazor, databases, architecture, cloud, and DevOps. Choose your path: Backend, Frontend with Blazor, or...
-
Clean Architecture in .NET: Why I Stopped Fighting the Framework and Started Building Better APIs
medium.com Issue #369
Remember my first article where I talked about feeling lost in corporate? Well, here’s something that made me feel even more lost: Clean…
-
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...
-
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)
-
ASP.NET Development Company: Building Secure, Scalable, and High-Performance Web Applications in…
medium.com Issue #366
In today’s digital-first world, businesses need web applications that are fast, secure, scalable, and future-ready. Microsoft’s ASP.NET…
-
Unlock Blazing Fast ASP.NET Core APIs with Smart Caching Strategies
nelsonyounus.medium.com Issue #366
Minimal APIs in .NET 10: Clean, Lightweight, But Are They Really Minimal?
-
launchSettings.json Explained — The File Every ASP.NET Dev Ignores (Until It Breaks Something)
medium.com Issue #364
If you’ve worked with ASP.NET Core long enough, you’ve definitely seen a file called launchSettings.json.
-
.NET 10 and ASP.NET Core: Refinements That Matter in Production
c-sharpcorner.com Issue #361
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
-
The Practical Series Every .NET Developer Needs Before Building Real Backends (Part 1)
towardsdev.com Issue #361
When I first started building backend applications with .NET, everything felt like magic — controllers, APIs, routing… but nothing truly… Continue reading on Towards Dev »