frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 30 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 30 of 48
Newest first
-
FastEndpoints for Senior .NET Developers: Advanced Validation, DI, and Middleware Techniques
blog.stackademic.com Issue #269
Why FastEndpoints Matters for Senior Developers Continue reading on Stackademic »
-
Building a High-Performance API with .NET and PostgreSQL
medium.com Issue #269
When I started building APIs, I thought: “If it works, it’s good.” Then came my first production issue: API calls that took forever. I…
-
How to use parameter binding for routes in Minimal APIs
roundthecode.com Issue #269
Learn how to use parameter binding in minimal API routes with wildcards and constraints as well as using them in an endpoint handler alongside special types. The page How to use parameter binding for ...
-
.NET 9 — Aspire vs Ocelot vs YARP
martinhosebastiao.medium.com Issue #268
Essas três tecnologias são muito semelhantes e estão em alta no mercado, hoje vamos presentar as finalidades e diferenças de cada um.
-
Understanding Controller Return Types in ASP.NET Core: IActionResult vs ActionResult vs T
medium.com Issue #268
When I started building Web APIs in ASP.NET Core, my controller methods “worked” — until they didn’t.
-
How To Build a Load Balancer In .NET With YARP Reverse Proxy
medium.com Issue #268
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
-
Advanced .NET Disposal Patterns Every Senior Dev Should Know
medium.com Issue #268
Avoid deadlocks, leaks, and subtle bugs by mastering the synchronization and asynchronous cleanup techniques. Continue reading on Stackademic »
-
Everything You Need to Know About Minimal APIs in .NET
mariemoalla.medium.com Issue #267
Minimal APIs are a lightweight way to build HTTP APIs in .NET with minimal ceremony. Introduced in .NET 6, they focus on simplicity, and…
-
Restricting Login by IP Address in ASP.NET
c-sharpcorner.com Issue #267
Secure your ASP.NET admin panel by restricting login access to specific IP addresses. Learn how to configure web.config and implement C# code to allow only trusted IPs for better security.
-
7 HIPAA-Compliant .NET SaaS Patterns for Healthcare Startups
faciletechnolab.com Issue #267
Discover battle-tested .NET patterns for HIPAA-compliant healthcare SaaS. Learn encryption, audit logging, and access control strategies to avoid big penalties on violations.
-
The Core of Onion Architecture: Keeping Business Logic Pure in .NET
medium.com Issue #267
Layered Architecture Patterns for Modern ASP.NET Core
-
9 AI-Powered .NET SaaS Features Revolutionizing Healthcare
faciletechnolab.com Issue #267
Discover how .NET-driven AI features like clinical documentation automation and predictive risk scoring are revolutionizing healthcare SaaS. Cut costs 40% and improve outcomes.
-
AZURE APPLICATION INSIGHTS IN ASP.NET CORE
medium.com Issue #267
Today’s world is compact and covering physical space is an issue not for humans but also for 0 and 1 which is nothing but a representation…
-
Enterprise ASP.NET Core Web API with Clean Architecture
c-sharpcorner.com Issue #267
Learn to build scalable, maintainable Enterprise ASP.NET Core Web APIs using Clean Architecture principles, focusing on separation of concerns, testability, and modular design for high-performance ent...
-
From “Why won’t this button do anything?” to Clean Blazor Callbacks (Server & WASM)
blog.venturemagazine.net Issue #267
I still remember shipping a “simple” child form and wondering why nothing updated in the parent. Spoiler: I’d passed an Action when I… Continue reading on Venture »
-
Building Your First High-Performance gRPC Server in C#-A Developer’s Complete Guide
medium.com Issue #266
Modern applications demand speed, efficiency and seamless communication between distributed systems. While REST APIs have dominated the…
-
Async/Await Done Right in .NET for High-Throughput APIs
medium.com Issue #266
Avoiding deadlocks and unlocking true concurrency in production-grade .NET services.
-
REST vs gRPC in .NET: Choosing the Right API Style for Your Backend
medium.com Issue #266
Compare REST and gRPC in ASP.NET Core with examples.
-
Razor Pages vs MVC in ASP.NET Core — Strategic Selection 2025
blog.yaseerarafat.com Issue #266
In 2025, choosing between Razor Pages and MVC in ASP.NET Core is more than a preference — it’s a strategic decision that affects…
-
Build Master-Detail Pages in ASP.NET Core MVC — Part 1
bipinjoshi.net Issue #266
Master-detail pages are a staple in many web applications, offering a structured way to display and manage related data. Developers can implement these pages using various approaches—server-side, clie...
-
A Beginner’s Guide to [HttpGet], [Route], and [ApiController] in ASP.NET Core
medium.com Issue #266
When I first started working with ASP.NET Core, I saw controller methods that were decorated with [HttpGet], [Route], [FromBody], and…
-
.NET : Build your own HybridCache!
medium.com Issue #266
Mastering MCP Integration: Build AI-Powered Database Tools with .NET
-
Mastering API Pagination Methodology with the Microsoft Stack
c-sharpcorner.com Issue #266
This comprehensive guide covers API pagination in ASP.NET Core, explaining methods like offset, cursor, token, and time-based pagination, plus best practices, performance tips, and real-world use case...
-
How to Build a .NET Document Scanner with C# and Windows OCR API
dynamsoft.com Issue #265
In today’s digital workplace, document scanning and text recognition are vital capabilities for many business applications. In this…