frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1316 articles Updated Page 2 of 53
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 2 of 53
Newest first
-
API Gateway Patterns in ASP.NET Core: Building Scalable Microservices with YARP
c-sharpcorner.com Issue #512
Build scalable microservices with ASP.NET Core and YARP. Centralize routing, auth, and more with a powerful API Gateway.
-
Health Checks in ASP.NET Core: Building Production-Ready Monitoring Endpoints
c-sharpcorner.com Issue #512
Build production-ready ASP.NET Core apps with health checks. Monitor dependencies, ensure readiness, and improve reliability with Kubernetes.
-
Building Secure File Upload APIs in ASP.NET Core 10
c-sharpcorner.com Issue #512
Build secure ASP.NET Core file upload APIs. Learn validation, size limits, safe storage, and best practices to prevent vulnerabilities.
-
API Gateway Patterns in ASP.NET Core with YARP: Routing, Security, and Load Balancing
c-sharpcorner.com Issue #512
Build production-ready API Gateways in ASP.NET Core with YARP for routing, security, load balancing, and scalable microservices.
-
Middleware vs Action Filters in ASP.NET
medium.com Issue #512
A simple way to understand where each one belongs in the ASP.NET Core pipeline Continue reading on Women in Technology »
-
Optimizing Minimal APIs for High-Performance ASP.NET Core Applications
c-sharpcorner.com Issue #512
Optimize ASP.NET Core Minimal APIs for peak performance. Learn techniques for efficient routing, JSON serialization, async programming, caching, and more.
-
Feature Flags in ASP.NET Core: Safely Releasing Features Without Redeploying
c-sharpcorner.com Issue #512
Master feature flags in ASP.NET Core for safe, gradual releases. Deploy code without redeploying, reducing risk & boosting flexibility.
-
Building Intelligent UAV Applications with ASP.NET Core, Azure, and AI
c-sharpcorner.com Issue #512
Learn how to build Intelligent UAV Applications using C#, ASP.NET Core, AI, Azure, IoT, SignalR, and edge computing with scalable enterprise architecture.
-
Benchmarking HybridCache vs Redis in ASP.NET Core 11
c-sharpcorner.com Issue #512
Compare HybridCache vs Redis for ASP.NET Core 11. Learn implementation, benchmarking, and when to use each for optimal performance.
-
Background Jobs in ASP.NET Core: Hangfire vs Quartz.NET vs Hosted Services
c-sharpcorner.com Issue #511
Compare ASP.NET Core background jobs: Hangfire, Quartz.NET, and Hosted Services. Choose the right solution for your needs.
-
Rate Limiting in ASP.NET Core: Protecting APIs from Abuse and Traffic Spikes
c-sharpcorner.com Issue #511
Protect ASP.NET Core APIs from abuse & traffic spikes with built-in rate limiting. Implement policies for robust security & performance.
-
Caching in ASP.NET Core 10: In-Memory, Distributed, and Output Caching Explained
c-sharpcorner.com Issue #511
Master ASP.NET Core 10 caching: In-Memory, Distributed, and Output. Boost performance, reduce load, and ensure scalability for your web apps.
-
Dependency Injection in C#: Explained Without the Confusing Jargon
medium.com Issue #511
If you’ve worked with ASP.NET Core, you’ve probably written something like this:
-
Health Checks in ASP.NET Core: A Complete Guide (.NET 10)
codewithmukesh.com Issue #511
Add health checks to ASP.NET Core on .NET 10: database, Redis and custom checks, liveness vs readiness probes, probe cost, graceful drain, and Kubernetes wiring.
-
YARP as a Multi-Tenant API Gateway: Dynamic Routing Without a Config Redeploy
medium.com Issue #511
There’s a moment in every multi-tenant platform’s life when the gateway becomes the bottleneck — not in throughput, but in process. A new…
-
Implement SAML as an external provider in an ASP.NET Core Identity application using Duende as an OIDC server
damienbod.com Issue #511
This article shows how to implement a SAML federation from an ASP.NET Core Identity application using Sustainsys.Saml2.AspNetCore2. Entra ID is used to implement the SAML authentication and the users ...
-
Day 7: From C# to ASP.NET Core
medium.com Issue #511
Today was the day I stopped learning just C# and took my first step into backend development.
-
Deep Dive: The Angular & .NET Architectural Guidelines
medium.com Issue #511
When engineers collaborate with AI code assistants, the absolute greatest threat is architectural erosion. AI models excel at generating… Continue reading on LatestTechTrends »
-
Mastering Dependency Injection in ASP.NET
medium.com Issue #511
Learn Dependency Injection (DI) in ASP.NET Core Web API from scratch with practical examples, lifetime management, interfaces, service…
-
10 ASP.NET Core 10 Features That Actually Improve Production Applications
c-sharpcorner.com Issue #511
Discover 10 ASP.NET Core 10 features that boost production apps: security, performance, cloud-native, AI-ready APIs, and developer productivity.
-
API Versioning in ASP.NET Core: Strategies for Building Backward-Compatible APIs
c-sharpcorner.com Issue #510
Master ASP.NET Core API versioning. Learn strategies like URL path, query string, and header versioning to build backward-compatible APIs and ensure smooth client upgrades.
-
Building Production-Ready MCP Servers in ASP.NET Core 10
c-sharpcorner.com Issue #510
Build secure, scalable, and production-ready MCP servers in ASP.NET Core 10. Learn best practices for AI integration, authentication, and deployment.
-
Running ASP.NET WebForms, MVC and Web API on .NET 10 with Kestrel
c-sharpcorner.com Issue #510
Run classic ASP.NET WebForms, MVC, and Web API on .NET 10 with Kestrel. A host swap, not a rewrite, for modern platforms.
-
Day 8: The Day I Finally Understood How ASP.NET Core MVC Fits Together
medium.com Issue #510
Learning a framework feels much easier when you stop memorizing files and start understanding why they exist.
-
Health Checks in ASP.NET Core 10: Monitoring Application Readiness and Liveness
c-sharpcorner.com Issue #510
Master ASP.NET Core 10 health checks for robust app monitoring, readiness, and liveness probes in modern deployments.