frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 5 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 5 of 48
Newest first
-
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.
-
How to Build AI-Powered Requirement Traceability Systems with ASP.NET Core
c-sharpcorner.com Issue #481
Build AI-powered requirement traceability systems with ASP.NET Core. Automate links, improve coverage, and enhance compliance for enterprise software.
-
Human Resource Management System in ASP.NET Core MVC – Part 2
c-sharpcorner.com Issue #481
Build an ASP.NET Core MVC Human Resource Management System. This article covers Leave Requests, Payroll, and Recruitment modules.
-
Strongly-Typed Redis Caching in ASP.NET Core (Without the Boilerplate)
medium.com Issue #481
If you've added Redis to an ASP.NET Core app, you've probably met IDistributedCache. It does the job, but it only speaks in byte[] and…
-
The Modern .NET
medium.com Issue #481
From scattered concepts to production-ready intuition, everything you need to build real ASP.NET Core applications.
-
Building AI-Powered Release Notes Generators Using ASP.NET Core
c-sharpcorner.com Issue #481
Automate software release notes with ASP.NET Core, Azure OpenAI, and Semantic Kernel. Streamline documentation and improve communication.
-
Building AI-Powered Support Engineers with Azure OpenAI and ASP.NET Core
c-sharpcorner.com Issue #480
Build AI-powered support engineers with ASP.NET Core, Azure OpenAI, and Azure AI Search for faster resolutions and reduced costs.
-
Building an Inventory & Order Management System in ASP.NET Core (Setup & Core Features) Part 1
c-sharpcorner.com Issue #480
Build an ASP.NET Core Inventory & Order Management System. Part 1 covers project setup, core features like Product, Category, Supplier, and Customer CRUD.
-
Building AI-Powered Knowledge Extraction Pipelines with ASP.NET Core
c-sharpcorner.com Issue #480
Unlock insights from unstructured data with ASP.NET Core AI knowledge extraction pipelines. Transform documents into actionable knowledge.
-
📖 Building a Web-Based Timesheet Management System in ASP.NET Core
c-sharpcorner.com Issue #480
Build a robust ASP.NET Core MVC timesheet system with SQL Server. Features include entry, allocation, approvals, auth, reporting & deployment.
-
Simplifying file logging in ASP.NET Core with Serilog
blog.elmah.io Issue #480
Imagine a bug suddenly arises in the frontend from an endpoint. The endpoint has multiple layers and involves dozens of files. Now, you are tasked to resolve that bug, those piles of code make it diff...
-
GROUP BY in GraphQL for .NET
medium.com Issue #479
If you’re building a GraphQL API in .NET, you’ve almost certainly run into HotChocolate — the de-facto GraphQL server for the platform.
-
How to migrate ASP.NET Web Forms to .NET 10 without a big rewrite
fries-dotnet-legacy.medium.com Issue #479
Why “just change the target framework” was never a plan and the page-by-page approach that actually ships
-
CQRS in ASP.NET Core: Practical Scenarios Where It Actually Makes Sense
c-sharpcorner.com Issue #479
Explore CQRS in ASP.NET Core: understand its benefits, when it truly makes sense, and avoid overengineering simple applications.
-
Building Context-Aware Enterprise Search Applications with ASP.NET Core
c-sharpcorner.com Issue #479
Build intelligent, context-aware enterprise search with ASP.NET Core, vector databases, and AI for enhanced productivity and knowledge discovery.
-
The Ultimate Guide to Observability and Resiliency in ASP.NET Core
c-sharpcorner.com Issue #479
Master ASP.NET Core observability & resiliency with structured logging, middleware, global exception handling, and Serilog for rapid production issue resolution.
-
How to Build Offline AI Applications in .NET Without Cloud Dependencies
c-sharpcorner.com Issue #478
Build offline AI apps in .NET without cloud. Leverage local models like Phi & tools like Ollama for privacy, cost savings, and faster responses.
-
ASP.NET Core with C#: A Complete Introduction and Practical Example
c-sharpcorner.com Issue #478
Discover the fundamentals of ASP.NET Core and C# in this beginner-friendly guide. This article explains the key features of ASP.NET Core, including its cross-platform capabilities, high performance, a...