ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 5 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 5 of 49
Newest first
-
Designing a Feature Module Engine for .NET: Architectural Decisions Behind PowerCSharp.Features
medium.com Issue #485
How a composite flag resolver, opt-in discovery, and ASP.NET Core conventions combine into a production-grade modular capability system.
-
How to Set a Default Value in ASP.NET DropDownList (Static and Dynamic)
c-sharpcorner.com Issue #485
Learn how to set a default value in ASP.NET DropDownList for both static and dynamic data sources. Step-by-step guide with code examples to bind grids based on selected values.
-
Building AI-Powered Architecture Review Assistants with ASP.NET Core
c-sharpcorner.com Issue #485
Build AI-powered architecture review assistants with ASP.NET Core to automate analysis, identify risks, and enhance expert decision-making in enterprise development.
-
How to Build AI-Driven API Versioning Strategies in ASP.NET Core
c-sharpcorner.com Issue #485
Master AI-driven API versioning in ASP.NET Core. Detect breaking changes, automate migration guides, and ensure seamless API evolution.
-
ASP.NET Core Identity with JWT Authentication - Step-by-Step Practical Guide
c-sharpcorner.com Issue #485
Master ASP.NET Core Identity & JWT for secure user registration, login, and role-based API authorization. A practical step-by-step guide.
-
Policy-Based Authorization in ASP.NET Core - A .NET 10 Guide
codewithmukesh.com Issue #485
Build policy-based authorization in ASP.NET Core .NET 10 - requirements, handlers, AddAuthorizationBuilder, IAuthorizationRequirementData, fallback policies.
-
How to Simplify ASP.NET Core API Testing
medium.com Issue #484
When developing applications, we strive to avoid code duplication. We extract commonly used code into libraries and use DI containers to…
-
Human Resource Management System in ASP.NET Core MVC
c-sharpcorner.com Issue #484
Build a Human Resource Management System (HRMS) in ASP.NET Core MVC. Covers setup, authentication, Admin, and Employee modules for efficient HR operations.
-
How to Build AI-Driven Engineering Assistant Portals with Blazor
c-sharpcorner.com Issue #484
Build AI-driven engineering assistant portals with Blazor & ASP.NET Core. Enhance developer productivity by unifying knowledge and data.
-
Your HttpClient Is Quietly Killing Production. You’ll Find Out at 2 A.M.
medium.com Issue #484
One using statement. 65,535 sockets. Zero warnings until the pager went off.
-
Building Custom Role-Based Authorization in ASP.NET Core Using Attributes and Middleware
medium.com Issue #483
Controlling access to different parts of an application is one of the most important aspects of application security. While ASP.NET Core…
-
Building AI-Powered Release Validation Systems Using ASP.NET Core
c-sharpcorner.com Issue #483
Build AI-powered release validation systems with ASP.NET Core for smarter, safer, and more reliable software deployments.
-
♂️ BONUS! Modernizing .NET — Part 29: Bonus Round with System.Web Request and Response Wrappers
medium.com Issue #483
Use HttpRequest and HttpResponse wrappers to keep legacy System.Web code moving during an ASP.NET Core migration.
-
Building AI-Powered Data Validation Pipelines in ASP.NET Core
c-sharpcorner.com Issue #483
Build intelligent AI-powered data validation pipelines in ASP.NET Core to enhance data quality, detect anomalies, and reduce manual reviews.
-
Modernising Legacy .NET Applications Without a Rewrite
medium.com Issue #483
Most legacy .NET applications don’t need a rewrite — they need a plan.
-
Human Resource Management System in ASP.NET Core MVC – Part 3
c-sharpcorner.com Issue #483
Complete your ASP.NET Core MVC HRM with role-based dashboards, insightful reports, and robust deployment strategies for enterprise readiness.
-
How to Implement AI-Assisted Database Query Optimization in ASP.NET Core
c-sharpcorner.com Issue #482
Boost ASP.NET Core app performance with AI-assisted database query optimization. Learn to identify bottlenecks, get recommendations, and improve productivity.
-
Building Multi-Tenant AI Applications in ASP.NET Core
c-sharpcorner.com Issue #482
Build secure, scalable multi-tenant AI apps in ASP.NET Core with Azure OpenAI, Semantic Kernel, and Azure AI Search.
-
Building AI-Powered DevOps Assistants for Internal Engineering Teams
c-sharpcorner.com Issue #482
Build AI-powered DevOps assistants with ASP.NET Core, Azure OpenAI, and Semantic Kernel to boost engineering productivity and accelerate software delivery.
-
Middleware: What It Is and Why It Matters
ngcheehou.medium.com Issue #482
If I had to summarize why we need middleware in .NET development in one sentence, I would say:
-
Building AI-Powered Engineering Portals with ASP.NET Core and Blazor
c-sharpcorner.com Issue #482
Build AI-powered engineering portals with ASP.NET Core & Blazor. Centralize knowledge, boost productivity, and accelerate software delivery.
-
ASP.NET Core + MongoDB: Building Modern APIs
alifiyakapasi07.medium.com Issue #482
When building modern applications, choosing the right database is an important decision. While relational databases like SQL Server remain…
-
Using GraphRAG with Azure AI Search and .NET Applications
c-sharpcorner.com Issue #482
Unlock enterprise AI with GraphRAG, Azure AI Search, and .NET. Enhance LLMs with knowledge graphs for deeper context and reasoning.
-
Building Enterprise AI Approval Workflows with ASP.NET Core
c-sharpcorner.com Issue #481
Build robust enterprise AI approval workflows with ASP.NET Core and Azure OpenAI. This guide details how to integrate AI recommendations with human oversight for critical business decisions, ensuring ...
-
Role-Based Authorization in ASP.NET Core - A .NET 10 Guide
codewithmukesh.com Issue #481
Implement role-based authorization in ASP.NET Core .NET 10 - add roles to JWTs, protect Minimal API endpoints with RequireRole, and fix roles that won't map.