ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 22 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 22 of 49
Newest first
-
Introduction to ASP.NET – Architecture, Features & Real-World Use Cases
c-sharpcorner.com Issue #326
Explore ASP.NET: a robust framework for building dynamic web apps, APIs, and enterprise software. Learn about its architecture, key features, and real-world applications.
-
Dynamically Setting HTML Attributes Using C# in ASP.NET
c-sharpcorner.com Issue #326
Learn how to dynamically set HTML attributes in ASP.NET using C#. Modify control behavior and appearance based on server-side logic for enhanced interactivity and accessibility.
-
Dependency Injection and IoC in ASP.NET Core: A Professional Guide
medium.com Issue #326
In the world of professional .NET application development, Dependency Injection (DI) and Inversion of Control (IoC) are not just trendy…
-
Difference Between ASP.NET Web Forms, MVC & .NET Core
c-sharpcorner.com Issue #325
Explore the evolution of ASP.NET: Web Forms, MVC, and .NET Core. Understand key differences, features, and ideal use cases to choose the right framework.
-
Advanced .NET Core Concepts — DI, Middleware & Memory Leaks
c-sharpcorner.com Issue #325
Master advanced .NET Core: Dependency Injection for loose coupling, custom middleware for request handling, and memory leak prevention for robust applications.
-
Building an Extremely Fast Caching Repository Using the Decorator Pattern in ASP.NET Core 9.
medium.com Issue #325
Modern web applications demand high performance, low latency, and efficient data retrieval. With ASP.NET Core 9 and C#, you can easily… Continue reading on Stackademic »
-
Various Way To Displaying Backend Data in Frontend with Data Binding in ASP.NET
c-sharpcorner.com Issue #325
Explore various ASP.NET data binding techniques to display backend data in the frontend. Learn to use GridView, Repeater, ListView, and more for dynamic web pages.
-
.NET Core Cheat Sheet (Middleware + DI Lifetimes)
c-sharpcorner.com Issue #325
Master ASP.NET Core! This cheat sheet covers Middleware (pipeline, registration, rules) and Dependency Injection (lifetimes, best practices, common mistakes).
-
From Spring Boot to .NET: The Struggle
rasathuraikaran26.medium.com Issue #325
My articles are open to everyone; non-member readers can read the full article by clicking this link Continue reading on Javarevisited »
-
Clean Architecture Project Setup From Scratch (with .NET 9) — Copy-Paste Starter
medium.com Issue #324
If you want the full source code, join our community: Here
-
Building Interactive UI in ASP.NET Web Forms with Data Binding & jQuery
c-sharpcorner.com Issue #324
Explore dynamic data binding in ASP.NET Web Forms! Learn how to pass data to client-side JavaScript for interactive modal updates using Bootstrap.
-
This One Header Can Make Your API 30% Faster
medium.com Issue #324
(And it takes less than 2 minutes to add)
-
ASP.NET Core REST API Best Practices: The 2025 Developer’s Guide
isitvritra101.medium.com Issue #324
Learn ASP.NET Core REST API best practices for 2025. Master HTTP methods, status codes, JWT auth, versioning & pagination.
-
Building a REST API with .NET and SQL Server — The Clean Way
medium.com Issue #324
When I first started building APIs in .NET, I thought the goal was simple: get data from SQL Server and return it as JSON. It worked — but…
-
Zero Downtime Deployment Strategies for ASP.NET Core Apps
c-sharpcorner.com Issue #324
Eliminate downtime during ASP.NET Core deployments on IIS! Learn Blue-Green strategies, Jenkins CI/CD, health checks, and monitoring for seamless updates.
-
The Simplest Way to Add Health Checks in .NET APIs
medium.com Issue #324
One line of code that can save your entire deployment.
-
How Copilot Studio uses .NET and WebAssembly for performance and innovation - .NET Blog
devblogs.microsoft.com Issue #324
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.
-
How to Secure Your .NET APIs with OAuth2 and IdentityServer — Without the Headache
medium.com Issue #324
If you’ve ever tried securing a .NET API using OAuth2, you already know how quickly things can spiral from “simple auth” to a rabbit hole…
-
Key Innovations in ASP.NET Core 9 (and beyond)
c-sharpcorner.com Issue #323
Explore ASP.NET Core 9's key innovations: static asset optimization, enhanced Minimal APIs, Blazor improvements, security, and performance boosts for modern web apps.
-
10 No-Drama Patterns to Make Your ASP.NET Core API Controllers Incredibly Simple (in .NET 9)
medium.com Issue #323
If you want the full source code, join our community: Here
-
Distributed Caching in ASP.NET Core with Redis | A Complete Practical Guide (.NET 9 + Minimal APIs)
medium.com Issue #323
I didn’t understand caching for years.
-
Custom Middleware and Pipeline Behavior in ASP.NET Core
dotnetfullstackdev.medium.com Issue #322
The Secret Behind Every HTTP Request
-
Background Jobs in ASP.NET Core Without Hangfire (Using Hosted Services)
c-sharpcorner.com Issue #322
Discover how to implement background jobs in ASP.NET Core using Hosted Services, a lightweight and dependency-free alternative to Hangfire. Simplify task automation!
-
Binding Backend Values to Frontend in ASP.NET
c-sharpcorner.com Issue #322
Learn how to seamlessly bind backend data to your ASP.NET frontend! Explore techniques like embedding values in JavaScript, using ClientID, HiddenFields, and AJAX WebMethods.
-
Master Repository & Unit of Work Patterns in ASP.NET Core (Part-37 of 40)
c-sharpcorner.com Issue #321
Build testable, maintainable, and scalable data access layers for your applications. This comprehensive guide provides real-world examples, production-ready code, and best practices for implementing t...