ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 2 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 2 of 49
Newest first
-
Building Production-Ready RAG Pipelines with Azure AI Search and .NET
c-sharpcorner.com Issue #500
Build production-ready RAG pipelines with Azure AI Search and .NET for accurate, context-aware AI responses using your own data.
-
Secure AI APIs in ASP.NET Core with Token-Based Authorization and Rate Limiting
c-sharpcorner.com Issue #500
Secure ASP.NET Core AI APIs with JWT, authorization policies, and rate limiting. Protect against abuse and manage costs effectively.
-
CodeBehind 4.7: A Cleaner MVC Experience and Better WebForms Core Integration
mohammad-rabie.medium.com Issue #499
The next release of CodeBehind is almost here. Version 4.7 will be available in the coming days, bringing a collection of improvements…
-
Caddy vs Nginx: Which Web Server Should Developers Choose in 2026?
c-sharpcorner.com Issue #498
Caddy vs Nginx: Compare web servers for developers in 2026. Discover which is best for simplicity, automation, or advanced control.
-
OWASP Top 10 for .NET Developers - Part 8: Preventing Software and Data Integrity Failures
medium.com Issue #497
You reviewed your payment API code. Your unit tests passed, your vulnerability scans are clean, and your API gateway security policies are…
-
Delegates in C# Explained with Simple and Real Project Examples
c-sharpcorner.com Issue #497
Master C# delegates! Learn how they decouple code, enable callbacks, and power ASP.NET Core, LINQ, and events with simple examples.
-
Why and When We Need to Use [CustomAuthorize] in ASP.NET
masumkazi.medium.com Issue #497
Authorization is one of the most critical aspects of web application security. Building a feature is important, but ensuring that only the…
-
Identity API Endpoints in ASP.NET Core: When to Use Them (.NET 10)
codewithmukesh.com Issue #497
MapIdentityApi gives you register, login, and refresh for free in .NET 10. Here is exactly when to use Identity API endpoints and when to roll your own.
-
Multi-Tenant Saas Architecture
c-sharpcorner.com Issue #497
Explore multi-tenant SaaS architecture: request-driven, Clean Architecture, tenant-agnostic logic, and cloud-native stack for scalability.
-
Multi-Tenancy Isn’t About Databases
codeopinion.com Issue #496
You start off with what seems like the obvious solution to a multi-tenant SaaS application. We have tenant A. We have tenant B. We have one application and one database. Within that database, for ever...
-
Building Real-Time Applications with SignalR and ASP.NET Core
c-sharpcorner.com Issue #496
Build real-time apps with SignalR & ASP.NET Core. Enable instant updates, chat, notifications, and more with persistent connections.
-
[.NET Versions Explained]: Confusion- .Net
medium.com Issue #496
Do you know the difference between .NET, .NET Standard, .NET Framework, .NET Core, ASP.NET, and ASP.NET Core? Do you know why each exists…
-
Building AI Chat Applications with SignalR and ASP.NET Core
c-sharpcorner.com Issue #496
Build real-time AI chat apps with SignalR & ASP.NET Core. Stream responses, enhance UX, and scale your conversational AI.
-
Set LogLevel of Blazor
steven-giesel.com Issue #495
Blazor is a bit talkative when it comes to the Developer Console. PageSpeed Insights for example does complain: Browser errors were logged to the console The fix is easy.
-
Building AI-Powered Database Query Optimization Advisors with ASP.NET Core
c-sharpcorner.com Issue #494
Build an AI-powered database query optimization advisor with ASP.NET Core, EF Core, and Azure OpenAI for faster queries, reduced costs, and improved scalability.
-
ASP.NET MVC vs Razor Pages: When to Use Which
faciletechnolab.com Issue #494
ASP.NET MVC vs Razor Pages compared — when each pattern fits best, with practical guidance for choosing the right approach for your ASP.NET Core project.
-
Full-stack static typing with OpenAPI TypeScript and Microsoft.AspNetCore.OpenApi
johnnyreilly.com Issue #494
This post will show you how to write full stack applications with static typing from back to front using OpenAPI, TypeScript and .NET.
-
Implementing an AI-Powered Knowledge Base Search System with ASP.NET Core and Azure AI Search
c-sharpcorner.com Issue #494
Build an AI-powered knowledge base search with ASP.NET Core & Azure AI Search. Enhance productivity with semantic search & RAG.
-
Test Automation Best Practices with Microsoft Playwright
c-sharpcorner.com Issue #494
Master Microsoft Playwright with best practices for reliable, scalable, and maintainable test automation. Boost confidence and speed.
-
Building an Intelligent Feature Flag Management Platform with ASP.NET Core
c-sharpcorner.com Issue #493
Build an intelligent feature flag platform with ASP.NET Core for safer, faster releases, A/B testing, and data-driven rollouts.
-
Building AI Features in ASP.NET Core Using Small Language Models Instead of Large LLMs
c-sharpcorner.com Issue #493
Build AI features in ASP.NET Core with Small Language Models (SLMs) for lower costs, faster responses, and better privacy than LLMs.
-
Best Libraries for ASP.NET Core in 2026 (Opinionated)
codewithmukesh.com Issue #493
An opinionated list of the best libraries for ASP.NET Core in 2026 - what to install, what .NET 10 now ships free, and which popular packages went commercial.
-
AI-Driven Performance Profiling for ASP.NET Core Applications
c-sharpcorner.com Issue #493
Unlock faster ASP.NET Core apps with AI-driven profiling. Automate bottleneck detection, get smart recommendations, and boost performance.
-
How to Implement AI-Powered Exception Analysis in ASP.NET Core
c-sharpcorner.com Issue #493
Automate ASP.NET Core exception analysis with AI. Detect root causes, prioritize issues, and get remediation suggestions for faster troubleshooting.
-
.NET app returning a blank 500? Not with exception handlers
roundthecode.com Issue #493
Is your ASP.NET Core Web API returning a blank 500 response? Learn how to fix it properly using exception handlers. The page .NET app returning a blank 500? Not with exception handlers appeared on Rou...