ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 6 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 6 of 49
Newest first
-
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...
-
ASP.NET Community Standup: Boosting Razor productivity
youtube.com Issue #478
It’s not just about new features. It’s about getting more done faster. Join us as we walk through the latest Razor editor and tooling improvements that help streamline development, reduce friction, an...
-
ASP.NET MVC to ASP.NET Core Migration NuGet Packages: Modernization Guide
faciletechnolab.com Issue #478
A guide for CTOs, architects, and engineering leaders planning legacy modernization. Find out which NuGet packages can be upgraded, replaced, removed, or redesigned based on real-world migration exper...
-
Refactoring an ASP.NET Core API with clean architecture
roundthecode.com Issue #478
Learn how to refactor an ASP.NET Core API using clean architecture by separating validation, business logic, and database access into clear layers. The page Refactoring an ASP.NET Core API with clean ...
-
Building AI-Powered Apps with Claude and ASP.NET Core
c-sharpcorner.com Issue #478
Integrate Claude AI into ASP.NET Core with C# to build intelligent apps. Learn API setup, service creation, and REST endpoint exposure.
-
Getting the Client IP Address in ASP.NET Core
weblog.west-wind.com Issue #477
When I need to pick up the client IP Address in ASP.NET Core I always forget where to find the connection information. It's simple enough: HttpContext?.Connection?.RemoteIpAddress but I never remember...
-
API Key Authentication in ASP.NET Core (.NET 10) - Complete Guide
codewithmukesh.com Issue #477
Production-grade API key authentication in ASP.NET Core .NET 10. Hashed keys, DB-backed store, AuthenticationHandler, decision matrix, full source repo.
-
Building Resilient Cloud Applications with Polly and ASP.NET Core
c-sharpcorner.com Issue #477
Build robust ASP.NET Core cloud apps with Polly. Implement retries, circuit breakers, timeouts, and fallbacks for ultimate resilience.
-
ASP.NET Core Rate Limiting Best Practices for High-Traffic APIs
c-sharpcorner.com Issue #476
Master ASP.NET Core rate limiting for high-traffic APIs. Protect against abuse, ensure stability, and optimize performance with best practices.