frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 17 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 17 of 48
Newest first
-
Clean Architecture in .NET: Why I Stopped Fighting the Framework and Started Building Better APIs
medium.com Issue #369
Remember my first article where I talked about feeling lost in corporate? Well, here’s something that made me feel even more lost: Clean…
-
Environment-based Configuration in ASP.NET Core – appsettings.json, Environment Variables & Launch Profiles
codewithmukesh.com Issue #368
Master configuration management in ASP.NET Core. Learn how to use appsettings.json, environment variables, launch profiles, and User Secrets to build applications that adapt seamlessly across Developm...
-
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
news.google.com Issue #368
JWT Authentication With ASP.NET Core Identity Done Right Just Click The Next Document (P81nrdBjX2)
-
ASP.NET Development Company: Building Secure, Scalable, and High-Performance Web Applications in…
medium.com Issue #366
In today’s digital-first world, businesses need web applications that are fast, secure, scalable, and future-ready. Microsoft’s ASP.NET…
-
Unlock Blazing Fast ASP.NET Core APIs with Smart Caching Strategies
nelsonyounus.medium.com Issue #366
Minimal APIs in .NET 10: Clean, Lightweight, But Are They Really Minimal?
-
launchSettings.json Explained — The File Every ASP.NET Dev Ignores (Until It Breaks Something)
medium.com Issue #364
If you’ve worked with ASP.NET Core long enough, you’ve definitely seen a file called launchSettings.json.
-
.NET 10 and ASP.NET Core: Refinements That Matter in Production
c-sharpcorner.com Issue #361
Discover what’s new in ASP.NET Core with .NET 10. Explore enhance security, observability, and performance for production apps. Discover improvements in Blazor, APIs, and authentication!
-
The Practical Series Every .NET Developer Needs Before Building Real Backends (Part 1)
towardsdev.com Issue #361
When I first started building backend applications with .NET, everything felt like magic — controllers, APIs, routing… but nothing truly… Continue reading on Towards Dev »
-
What is Redis and how does it fit into Clean Architecture in a .NET application
c-sharpcorner.com Issue #361
Unlock blazing-fast .NET performance with Redis! Learn how to integrate this in-memory data store into your Clean Architecture for caching, messaging, and more. Boost scalability!
-
Hybrid Cache & Output Caching in .NET: A Game Changer for High-Performance Applications
c-sharpcorner.com Issue #361
This article explains how Hybrid Caching and Output Caching in ASP.NET Core (.NET 10) significantly boost application performance, reduce database load, enhance scalability, and improve system resilie...
-
ASP.NET Development Services: Building Secure, Scalable, and High-Performance Web Applications
medium.com Issue #359
In today’s rapidly evolving digital landscape, businesses require web applications that are not only visually appealing but also secure…
-
-
ASP.NET Core route constraints: A quick guide for developers
roundthecode.com Issue #358
Learn ASP.NET Core route constraints in this quick guide for developers. Fix routing issues fast and improve API accuracy with simple, clear examples. The page ASP.NET Core route constraints: A quick ...
-
Why ASP.NET Core Feels Stable in a Fast-Changing World
medium.com Issue #357
Unpacking the Reliability of ASP.NET Core
-
MediatR Implementation: The Industry-Standard Way to Build Serious .NET APIs
nelsonyounus.medium.com Issue #356
Mastering ASP.NET Core Middleware — How Every Request Flows
-
Custom Middleware in ASP.NET Core (Beginner Friendly Guide)
medium.com Issue #356
If you are new to ASP.NET Core, the word “Middleware” may sound confusing. But don’t worry — after reading this article, you will clearly…
-
This One Line of ASP.NET Core Code Allocates More Than You Think
medium.com Issue #356
(And why your API burns memory before business logic even starts) Continue reading on Towards Dev »
-
Jordan’s .NET Guide to Advanced HttpClientFactory
medium.com Issue #355
In my other article, I covered the basics of using HttpClientFactory instead of HttpClient to prevent some common bugs like stale DNS, and…
-
Modernize ASP.NET MVC Razor UI with AWS Transform
news.google.com Issue #353
Modernize ASP.NET MVC Razor UI with AWS Transform
-
Latency Is a Feature, Not a Bug
medium.com Issue #352
Designing APIs for Perceived Performance in ASP.NET Core
-
Stop writing all validation logic inside your .NET Controllers
medium.com Issue #352
Your controller should be a traffic cop not a security guard. Continue reading on Readers Club »
-
Dependency Injection (DI) in ASP.NET Core (without magic)
medium.com Issue #352
When I first started with ASP.NET Core, Dependency Injection sounded scary. People talked about “IoC containers”, “lifetimes”, and other…
-
A Comprehensive Guide for FluentValidation in .NET
medium.com Issue #352
Master object validation in .NET with clean, maintainable, and flexible validation rules
-
Best Practices For Building REST APIs
antondevtips.com Issue #352
Learn the best practices for building secure, scalable, and maintainable REST APIs in .NET. Learn about REST Maturity levels, resource naming, HTTP methods and status codes, API versioning, request/re
-
Server-Sent Events in ASP.NET Core and .NET 10
milanjovanovic.tech Issue #352
ASP.NET Core 10 introduces native Server-Sent Events as a lightweight, HTTP-native alternative to SignalR for simple one-way real-time updates like dashboards and notifications.