ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 3 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 3 of 49
Newest first
-
Creating an AI-Powered API Documentation Assistant with ASP.NET Core and Vector Search
c-sharpcorner.com Issue #492
Build an AI-powered API documentation assistant using ASP.NET Core and vector search for faster, contextual answers.
-
Static Web Apps CLI: local authentication emulation with ASP.NET
johnnyreilly.com Issue #492
The Static Web Apps CLI has a local authentication emulator. This is a useful tool for local development, and can be used with ASP.NET authentication. This post shows how.
-
Getting Inherited Controller Routes to work in ASP.NET Core
weblog.west-wind.com Issue #492
By default ASP.NET applies Controller Attribute Routes on concrete types. If you create a Controller class, the class and its routes are automatically recognized by ASP.NET during the startup process....
-
Building High-Performance Distributed Caching with Redis and ASP.NET Core
c-sharpcorner.com Issue #492
Boost ASP.NET Core app performance with Redis distributed caching. Learn integration, best practices, and patterns for scalability.
-
JWT Done Right: 15 Production Mistakes Every ASP.NET Core Developer Should Avoid (.NET 9 Guide)
medium.com Issue #492
Fifteen JWT mistakes in ASP.NET Core APIs: validation, refresh tokens, key rotation, revocation, and the controls that must sit beside a…
-
How to Implement AI-Driven Root Cause Detection in ASP.NET Core Applications
c-sharpcorner.com Issue #492
Implement AI-driven root cause detection in ASP.NET Core apps with OpenTelemetry, Azure OpenAI & App Insights for faster MTTR.
-
Building a Semantic Caching Layer for AI Applications in ASP.NET Core
c-sharpcorner.com Issue #492
Boost AI app performance & cut costs with semantic caching in ASP.NET Core. Match queries by meaning, not text, for faster, cheaper AI.
-
How to Implement Passkey Authentication in ASP.NET Core Applications
c-sharpcorner.com Issue #491
Implement secure passkey authentication in ASP.NET Core apps. Enhance security & user experience with WebAuthn & FIDO2.
-
Use Ports and Adapters to Make ASP.NET Core Migration Incremental
medium.com Issue #491
Wrap legacy framework dependencies behind stable interfaces so infrastructure can change without rewriting business logic.
-
Building AI-Powered Deployment Risk Assessment Systems in ASP.NET Core
c-sharpcorner.com Issue #491
Build AI-powered deployment risk assessment systems in ASP.NET Core to predict failures, optimize strategies, and enhance release reliability.
-
Building AI-Powered Incident Postmortem Generators with ASP.NET Core
c-sharpcorner.com Issue #491
Build AI-powered incident postmortem generators with ASP.NET Core, OpenTelemetry, and Azure OpenAI for faster, more consistent incident analysis.
-
Building Intelligent API Discovery Portals with ASP.NET Core and Vector Search
c-sharpcorner.com Issue #490
Build intelligent API discovery portals with ASP.NET Core and vector search. Enhance developer productivity by enabling semantic API search.
-
Keeping front end and back end in sync with NSwag generated clients
johnnyreilly.com Issue #490
By generating clients from OpenAPI specs, it is possible to have integration tests that check your front end and your back end are aligned. This post will show you how to do that using NSwag.
-
Building AI-Driven Feature Flag Optimization Systems in ASP.NET Core
c-sharpcorner.com Issue #490
Build AI-driven feature flag optimization in ASP.NET Core using Azure services for smarter, data-driven releases and enhanced performance.
-
Migrating a Legacy Razor + JavaScript Frontend to React and TypeScript, One Component at a Time
iamjosepunto.medium.com Issue #490
Most articles about React migrations start from a clean, modern setup. Real enterprise apps rarely look like that. This is the story of…
-
What's New in .NET 11: Features, Performance Improvements, and Migration Guide
c-sharpcorner.com Issue #490
.NET 11 boosts performance, productivity & cloud-native dev with Native AOT, faster ASP.NET Core, smarter GC & improved tooling. Migrate easily!
-
Building AI-Powered Operational Runbook Generation Systems with ASP.NET Core
c-sharpcorner.com Issue #490
Build AI-powered operational runbook systems with ASP.NET Core, OpenTelemetry, and Azure OpenAI for faster incident response and improved reliability.
-
How to Build AI-Powered Engineering Knowledge Assistants with Blazor
c-sharpcorner.com Issue #489
Build AI-powered engineering knowledge assistants with Blazor & ASP.NET Core for faster access to crucial information.
-
Elsa 3.8 Preview: Secrets, State Machines, and a Security Hardening Pass
topuzas.medium.com Issue #489
A hands-on early look at what’s changed and what it signals about where this .NET workflow engine is heading.
-
Building AI-Powered Enterprise Search Validation Pipelines
c-sharpcorner.com Issue #489
Build AI-powered enterprise search validation pipelines in ASP.NET Core to ensure accurate, trustworthy, and actionable information delivery.
-
Your first MCP server with ASP.NET
timdeschryver.dev Issue #489
Learn how to query your application's data using natural language by building an ASP.NET MCP server.
-
Building Enterprise AI Capability Catalogs with ASP.NET Core
c-sharpcorner.com Issue #489
Build an Enterprise AI Capability Catalog with ASP.NET Core to centralize, discover, govern, and reuse AI assets, boosting innovation and reducing duplication.
-
Building AI-Powered API Backward Compatibility Testing in ASP.NET Core
c-sharpcorner.com Issue #489
Build AI-powered API backward compatibility testing in ASP.NET Core to ensure seamless evolution and prevent client disruptions.
-
Implementing AI-Based Dependency Risk Analysis in Large .NET Solutions
c-sharpcorner.com Issue #489
Leverage AI for .NET dependency risk analysis. Proactively manage vulnerabilities, predict issues, and optimize large solutions with ASP.NET Core.
-
AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server
devblogs.microsoft.com Issue #489
MSBuild binary logs (.binlog files) contain a wealth of information about your build — every property evaluation, target execution, task invocation, error, and warning. But navigating that data manual...