frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1420 articles Updated Page 10 of 57
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 10 of 57
Newest first
-
Building Multi-Tenant AI SaaS Applications with ASP.NET Core and Azure OpenAI
c-sharpcorner.com Issue #501
Build scalable AI SaaS with ASP.NET Core & Azure OpenAI. Master multi-tenancy for secure, cost-effective, isolated AI services.
-
Building Event-Driven AI Workflows with Azure Event Grid and .NET
c-sharpcorner.com Issue #501
Build scalable, event-driven AI workflows with Azure Event Grid and .NET for automated document analysis, sentiment detection, and more.
-
Why Modern ASP.NET Core Web APIs Use JWT Instead of Sessions
ajax-workspace.medium.com Issue #500
Modern applications are no longer limited to a single website. A business may have an Angular application, a mobile app, an admin…
-
From Browser to Controller: Understanding the ASP.NET Core Request Pipeline using Airport Journey Analogy
c-sharpcorner.com Issue #500
This article breaks down the ASP.NET Core request lifecycle step by step with a real-world airport analogy, making complex concepts easy to understand and remember.
-
Middleware Pipeline in ASP.NET Core Explained (Simple + Interview-Friendly)
medium.com Issue #500
Introduction
-
Building Better ASP.NET Core Applications with Middleware
medium.com Issue #500
Imagine we are building a healthcare application, and every time a user (doctors, nurses, or recipients) sends a request to the server…
-
Streaming Excel Exports in ASP.NET Core with IAsyncEnumerable
c-sharpcorner.com Issue #500
Stream Excel exports in ASP.NET Core using IAsyncEnumerable to avoid memory issues. Process large datasets efficiently without loading them entirely into memory.
-
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.