ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 32 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 32 of 49
Newest first
-
Authentication and Authorization in ASP.NET Core: A Comprehensive Guide 2025
medium.com Issue #264
ASP.NET Core has come a long way in simplifying authentication and authorization. In 2025, with modern security demands, understanding…
-
Common errors to avoid in ASP.NET Core dependency injection
roundthecode.com Issue #263
Looking at how you can avoid common errors in ASP.NET Core dependency injection like not registering a service and circular dependency. The page Common errors to avoid in ASP.NET Core dependency injec...
-
ASP.NET Core Middleware: Use vs Map vs Run
medium.com Issue #263
What’s the Difference? Continue reading on .Net Programming »
-
⚙️ How to Apply Rate Limiting in ASP.NET Core (.NET 8) with a Custom Attribute
medium.com Issue #263
In modern web services, controlling traffic is essential to ensure fair usage and prevent abuse. In this article, I’ll walk you through a…
-
Rate Limiter in .NET 9
medium.com Issue #263
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Minimal APIs Cheatsheet (in ASP.NET Core)
c-sharpcorner.com Issue #262
Minimal APIs in .NET 6 simplify building lightweight web services with less code, ideal for microservices and prototypes. This guide explains setup, routing, DI, JSON handling, and best practices.
-
Building an ASP.NET GridView with DatePicker Filter and WebMethod Dropdown
c-sharpcorner.com Issue #262
Learn how to build a dynamic ASP.NET GridView with a DatePicker filter and a dropdown populated using WebMethod from SQL Server using C# and AJAX for real-time filtering.
-
Building Partial Page Updates in ASP.NET Using UpdatePanel — With and Without Master Pages
c-sharpcorner.com Issue #262
UpdatePanel offers an easy way to add AJAX-like behavior to your ASP.NET Web Forms without writing custom JavaScript. If you’re using Master Pages, just remember to centralize your ScriptManager and s...
-
Creating Smart Web Apps with Angular & C# (.NET Core) — Full Stack Development
msmcoretech.com Issue #262
In 2025, full-stack development primarily involves building cohesive, scalable, smart web platforms rather than just writing both…
-
Building an ASP.NET Web API Controller
c-sharpcorner.com Issue #261
This Web API project in ASP.NET handles financial chart data by processing multiple ISINs, validating client headers, executing SQL stored procedures, and returning structured JSON data for market ana...
-
Dynamic Service Registration in .NET: A Clean Approach to Dependency Injection
medium.com Issue #261
Dependency Injection (DI) is a fundamental part of modern .NET applications, but manually registering dozens or hundreds of services can…
-
How do I secure a .NET Web API (JWT, OAuth, Identity)?
c-sharpcorner.com Issue #261
Learn how to secure your .NET Web API using JWT, OAuth2, and ASP.NET Core Identity. Implement token-based authentication, role-based access control, and protect your endpoints with best practices.
-
Top 10 .NET Development Companies of 2025: How to Choose the Right Partner
belitsoft.com Issue #261
When you’re looking to hire a trusted .NET development partner, the “top 10” label usually indicates companies with deep expertise in…
-
Understanding MVC in .NET
medium.com Issue #261
I recently started working with ASP.NET and I kept hearing about “MVC” — the Model-View-Controller pattern. Everyone around me swore by it…
-
Performance Benchmarking: .NET 9 vs Previous Versions
medium.com Issue #261
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Mastering Unified API Responses in ASP.NET Core
medium.com Issue #260
How to Wrap Success, Errors, and Created Results Like a Pro
-
3 Ways to Create Middleware in ASP.NET Core (With Real Examples)
medium.com Issue #260
Hi, I’m Ali. I’ve been working as a software developer with .NET Core for about 3 years. One of the most important things I’ve learned is… Continue reading on DotnetAsync »
-
What are Minimal APIs in .NET, and When Should I Use Them?
c-sharpcorner.com Issue #260
Explore the concept of Minimal APIs in .NET. Learn what they are, how they differ from traditional Web APIs, when to use them, and how to implement them with real code examples in .NET 6/7/8.
-
You’re Not Just a .NET Developer Anymore — Why Microsoft Wants You Thinking in Workflows
towardsdev.com Issue #259
“Durable Functions, Dapr, and Semantic Kernel: Microsoft’s New Stack for Orchestrated .NET Workflows” Continue reading on Towards Dev »
-
Passkey support for ASP.NET Core identity: Exploring the .NET 10 preview - Part 6
andrewlock.net Issue #259
In this post I look at the passkey support added to ASP.NET Core Identity and the Blazor Web App template, explore how it works, and look at the implementation
-
How to integration test exception handlers in ASP.NET Core
blog.elmah.io Issue #259
Global exception handling in ASP.NET Core is one of those features you often just set and forget. Unless you realize that your error log is awfully quiet, applications with failing or misconfigured ex...
-
✨ You’re Probably Handling Middleware Wrong in .NET — Here’s the Right Way
blog.yaseerarafat.com Issue #259
Middleware used to be magic — until it became a mess. Here’s how to reclaim control with a cleaner, composable, and more testable…
-
Understanding the MVC Application Life Cycle in ASP.NET Core (.NET 6/7/8)
c-sharpcorner.com Issue #258
With the evolution of .NET into .NET Core and now .NET 6, 7, and 8, the MVC framework has seen major architectural improvements. Understanding the ASP.NET Core MVC application life cycle is crucial fo...
-
React vs. Blazor: A Modern Showdown Beyond JavaScript vs. C#
codingwithdavid.blogspot.com Issue #258
In the ever-evolving landscape of web development, choosing the right framework can be the most critical decision you make. For years, the…
-
ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide
c-sharpcorner.com Issue #258
ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide