frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1420 articles Updated Page 5 of 57
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 5 of 57
Newest first
-
JWT Session 14: Implement Refresh Token Authentication in ASP.NET Core Web API
c-sharpcorner.com Issue #515
Enhance ASP.NET Core Web API security with JWT refresh tokens. Learn to implement long-lived refresh tokens for seamless user authentication and improved UX.
-
Automating Software Architecture Validation with ArchUnitNET
c-sharpcorner.com Issue #515
Automate software architecture validation with ArchUnitNET for ASP.NET Core. Ensure clean architecture, detect violations early, and integrate into CI/CD.
-
Automatic CSRF protection based on Fetch Metadata headers
andrewlock.net Issue #515
In this post I describe the new Cross-Site Request Forgery protection added to ASP.NET Core that uses Fetch Metadata HTTP headers instead of antiforgery tokens
-
Building Self-Healing Background Services in ASP.NET Core
c-sharpcorner.com Issue #515
Build resilient ASP.NET Core background services with self-healing capabilities. Learn patterns for automatic recovery from failures.
-
How to use ShowColumns() Function in Power Apps
c-sharpcorner.com Issue #514
Master Power Apps' ShowColumns() function to select specific data columns, streamlining your apps and improving performance. Learn syntax and examples.
-
API Rate Limiting in ASP.NET Core: Protecting Your Applications from Abuse
c-sharpcorner.com Issue #514
Master ASP.NET Core API rate limiting to protect apps from abuse, ensure stability, and optimize resource usage with built-in middleware.
-
Implementing Passkeys in ASP.NET Core Identity Without Breaking Existing Authentication
c-sharpcorner.com Issue #514
Implement passkeys in ASP.NET Core Identity without breaking existing authentication. Enable passwordless login gradually.
-
Redis Caching in ASP.NET Core: Strategies That Actually Improve Performance
c-sharpcorner.com Issue #514
Boost ASP.NET Core performance with Redis caching. Learn effective strategies for reduced latency, lower database load, and improved scalability.
-
Graceful Shutdown in ASP.NET Core: Preventing Data Loss During Application Restarts
c-sharpcorner.com Issue #514
Master ASP.NET Core graceful shutdown to prevent data loss, ensure reliable deployments, and minimize service interruptions during restarts.
-
Background Processing in ASP.NET Core: Hosted Services, Worker Services, and Scheduled Jobs
c-sharpcorner.com Issue #514
Master ASP.NET Core background processing: Hosted Services, Worker Services, and Scheduled Jobs for scalable, responsive apps. Learn implementation & best practices.
-
ASP.NET Core Health Checks: Monitoring Databases, Redis, and External Services
c-sharpcorner.com Issue #514
Master ASP.NET Core Health Checks for robust apps. Monitor databases, Redis, APIs & more for production readiness.
-
Global Exception Handling in ASP.NET Core 8
medium.com Issue #514
Handle Exceptions the Clean Way with IExceptionHandler
-
Adding AI to Your ASP.NET Core Application: What It Actually Involves
faciletechnolab.com Issue #514
What adding AI to an existing ASP.NET Core application actually involves - integration patterns, Microsoft Agent Framework, Azure OpenAI, and what to expect.
-
Building Resilient HTTP Clients in ASP.NET Core with Polly
c-sharpcorner.com Issue #514
Build resilient ASP.NET Core HTTP clients with Polly. Master retries, circuit breakers, timeouts, and fallbacks for robust API communication.
-
Building Distributed Caching in ASP.NET Core with Redis: Architecture, Performance, and Production Best Practices
c-sharpcorner.com Issue #514
Scale ASP.NET Core apps with Redis distributed caching. Learn architecture, performance, and best practices for faster, more responsive applications.
-
Efficient Pagination in ASP.NET Core: Offset vs Keyset Pagination Explained
c-sharpcorner.com Issue #513
Master ASP.NET Core pagination: Offset vs. Keyset. Learn efficient strategies for large datasets, API performance, and better user experience.
-
Cancellation Tokens in ASP.NET Core: How to Cancel Long-Running Requests Correctly
c-sharpcorner.com Issue #513
Master ASP.NET Core cancellation tokens to prevent resource waste on abandoned requests, boosting scalability and responsiveness.
-
Building Production-Ready Rate Limiting in ASP.NET Core 10
c-sharpcorner.com Issue #513
Master ASP.NET Core 10 rate limiting for production. Learn strategies, policies, and best practices to protect your APIs from abuse and traffic spikes.
-
Day 9: The Day ASP.NET Core MVC Started Making Sense
medium.com Issue #513
Every day I spend learning C#, I notice that the language itself is only one piece of the puzzle. The more I explore, the more I realize…
-
Building Idempotent ASP.NET Core APIs for Distributed Systems
c-sharpcorner.com Issue #513
Build resilient ASP.NET Core APIs for distributed systems by implementing idempotency. Prevent duplicate data with Idempotency-Key, distributed caching, and database constraints.
-
Request Timeout Handling in ASP.NET Core 10: Preventing Slow Requests from Hurting Your Application
c-sharpcorner.com Issue #513
Master ASP.NET Core 10 request timeouts to prevent slow requests from crashing your app. Learn configuration, policies, and cancellation for resilient APIs.
-
Designing AI-Ready Web APIs in ASP.NET Core
c-sharpcorner.com Issue #513
Design AI-ready web APIs in ASP.NET Core with predictable endpoints, structured responses, and accurate OpenAPI for seamless AI integration.
-
Secure File Uploads in ASP.NET Core: Validation, Storage, and Best Practices
c-sharpcorner.com Issue #513
Master secure file uploads in ASP.NET Core. Learn validation, storage, and best practices to prevent security risks and ensure robust applications.
-
Graceful Shutdown in ASP.NET Core 10: Safely Stopping Applications Without Losing Requests
c-sharpcorner.com Issue #512
Learn how ASP.NET Core 10 enables graceful shutdowns, preventing data loss and ensuring application reliability during deployments and scaling.
-
Distributed Caching in ASP.NET Core: IMemoryCache vs IDistributedCache Explained
c-sharpcorner.com Issue #512
Master ASP.NET Core caching! Compare IMemoryCache vs IDistributedCache for optimal performance, scalability, and data consistency.