frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1420 articles Updated Page 2 of 57
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 2 of 57
Newest first
-
.NET 11 Preview 7: What’s New and Why Developers Should Explore It
c-sharpcorner.com Issue #529
A simple and practical look at .NET 11 Preview 7, covering the latest features, performance improvements, ASP.NET Core updates, C# development, EF Core, cloud tools, and what developers should know be...
-
Every Agent Platform Needs a Front Door: A Production YARP Gateway with Runtime Config
topuzas.medium.com Issue #529
Three weeks after our verification layer finally stopped paging me at night, sales closed a customer whose contract had one non-negotiable…
-
I Didn’t Want to Rewrite My ASP.NET Core API for MCP — So I Built Nabu.NET
medium.com Issue #529
Turn existing ASP.NET Core controllers, Minimal APIs, and even SignalR hubs into MCP tools with a single attribute — while keeping your…
-
I Built a Full-Stack Bug Tracker with .NET and React: Here’s What I Learned
medium.com Issue #528
Clean Architecture on the backend, a hard line between server and client state on the frontend, and the small choices that mattered more…
-
I Ship to Production Every Day. Feature Flags Are Why That’s Safe.
medium.com Issue #528
How I built a code-first feature flag system for trunk-based development — with per-environment state, client-safe filtering, expiry…
-
.NET 11 Preview 7 Brings Updates Across C#, ASP.NET Core, EF Core, and Windows Forms - infoq.com
infoq.com Issue #528
.NET 11 Preview 7 Brings Updates Across C#, ASP.NET Core, EF Core, and Windows Forms infoq.com
-
ASP.NET Core: JWT Authentication and Authorization
towardsdev.com Issue #528
-
Security Headers and CSP for Blazor: One Middleware, Every Host
medium.com Issue #526
Every client-facing host must stamp the same hardened response headers, but a Blazor host needs a Content-Security-Policy no static string…
-
API Versioning in ASP.NET Core - The .NET 10 Guide
codewithmukesh.com Issue #526
An opinionated guide to API versioning in ASP.NET Core on .NET 10: URL vs header, Asp.Versioning 10.2, Minimal APIs, OpenAPI, and field-level versioning.
-
5 Ways to Improve ASP.NET Core Web API Performance with a Real-World Example
c-sharpcorner.com Issue #525
Learn five practical ways to improve ASP.NET Core Web API performance using optimized database queries, pagination, async/await, AsNoTracking, and caching for scalable applications.
-
OOP in C#: How Encapsulation, Inheritance, Polymorphism & Abstraction Actually Show Up in ASP.NET
medium.com Issue #525
Every C# developer can recite the four pillars of OOP in an interview. Fewer can point to where each one is actually doing work in a real…
-
Rate Limiting in System Design: Algorithms, Use Cases, and .NET Implementation
medium.com Issue #525
Modern applications are expected to handle thousands or even millions of requests. But what happens when too many requests arrive at the…
-
Building Scalable Enterprise Architectures with the Backend for Frontend (BFF) Pattern in C#
c-sharpcorner.com Issue #524
Unlock scalable enterprise architectures with the Backend for Frontend (BFF) pattern in C#. Optimize performance, security, and client experience.
-
PostgreSQL 18 OAuth Authentication with ASP.NET Core Identity
c-sharpcorner.com Issue #524
PostgreSQL 18 OAuth integrates with ASP.NET Core Identity for secure database authentication, enhancing layered security without replacement.
-
I keep seeing developers use Dependency Injection without really understanding what ASP.NET
nitish-kaushik.medium.com Issue #524
Stop Memorizing Dependency Injection in ASP.NET Core. Understand How It Actually Works.
-
Building a Real-Time Horse Racing Data Dashboard with ASP.NET Core and SignalR
c-sharpcorner.com Issue #524
Build a real-time horse racing data dashboard with ASP.NET Core & SignalR. Focus on licensed data, snapshots, deltas, and efficient updates.
-
Using Scriban in .NET 10 for Runtime-Editable HTML Templates with SSR and SEO
donmahsu.medium.com Issue #524
In my previous post, I tested RazorEngineCore. The main goal was to make .NET 10 work a bit more like the old ASPX days, where I could…
-
CSP Nonces vs Hashes: Lessons I Learned Securing an ASP.NET Core Application
c-sharpcorner.com Issue #524
Master CSP nonces vs hashes for ASP.NET Core security. Learn when to use each to prevent XSS and secure your application effectively.
-
Implement BFF using Auth0, Angular and ASP.NET Core
damienbod.com Issue #523
This post should how to implement a web application which needs secure access and secure identities. The application uses Angular as the UI tech, ASP.NET Core as the backend tech and a backend for fro...
-
-
Benchmarking HTTP Compression Algorithms for ASP.NET Core APIs
c-sharpcorner.com Issue #523
Compare HTTP compression algorithms in ASP.NET Core APIs using real-world benchmarks for response size, CPU consumption, latency, throughput, and network efficiency.
-
MCP HTTP Scalability with the New C# SDK 2.0
c-sharpcorner.com Issue #522
Unlock MCP HTTP scalability with C# SDK 2.0. Embrace stateless design for easier horizontal scaling and leverage familiar ASP.NET Core infrastructure.
-
Document Q&A on ASP.NET Core + Azure OpenAI
faciletechnolab.com Issue #522
How to build a document Q&A system on ASP.NET Core and Azure OpenAI. RAG architecture, Azure AI Search, chunking strategy, citations, and real cost estimates.
-
The HTTP Logging Anti-Pattern Cluttering Your .NET Code: Ditch the try-catch Bloat
truestorydavestorey.medium.com Issue #522
Stop cluttering .NET services with try-catch blocks just to log HTTP calls. Learn how to use native ASP.NET Core & Extended Diagnostics!