frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 20 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 20 of 48
Newest first
-
How to Make Your ASP.NET Core APIs Fast: Practical Optimization Tips
medium.com Issue #332
A simple and effective way to make your ASP.NET Core APIs faster without rewriting the entire codebase.
-
Best ASP.NET Development Company in the USA
medium.com Issue #332
In today’s rapidly evolving digital landscape, choosing the best ASP.NET development company in the USA can significantly influence your…
-
Structuring Dependency Injection in ASP.NET Core 9 — The Right Way (Clean Architecture + Full Code)
medium.com Issue #332
PART 1 — The Foundations, DI Philosophy, and Setting Up Clean Architecture for Real-World Applications Continue reading on CodeToDeploy »
-
Understanding Dependency Injection (DI) In ASP.NET Core — A Beginner-Friendly Guide
c-sharpcorner.com Issue #332
Unlock the power of Dependency Injection (DI) in ASP.NET Core! This beginner-friendly guide provides clear explanations and practical examples for cleaner, testable code.
-
Inside Kestrel: The Beating Heart of ASP.NET Core
bipinjoshi.net Issue #332
When you build an ASP.NET Core application and run it with a simple dotnet run, something powerful starts working quietly in the background — the Kestrel web server. It listens for HTTP requests, mana...
-
ASP.NET Core — Concept Overview
c-sharpcorner.com Issue #331
Explore ASP.NET Core: a cross-platform framework for building modern web apps, APIs, and microservices. Learn key concepts like MVC, DI, EF Core, and more with practical examples.
-
Implementing Distributed Caching with Redis in ASP.NET Core for Scalable Applications
c-sharpcorner.com Issue #331
Boost ASP.NET Core app performance with Redis distributed caching! Learn to set up, configure, and implement caching for scalable, high-traffic applications. Optimize your database workload and improv...
-
How to Implement Rate Limiting and API Throttling in ASP.NET Core
c-sharpcorner.com Issue #331
Protect your ASP.NET Core APIs with rate limiting! Learn to implement throttling using built-in features, Redis, and best practices for production environments.
-
Efficient Background Task Processing in ASP.NET Core Using Hangfire and Quartz.NET
c-sharpcorner.com Issue #331
Master background task processing in ASP.NET Core using Hangfire and Quartz.NET. Learn to implement asynchronous tasks, improve performance, and enhance user experience.
-
What's New in ASP.NET Core
youtube.com Issue #330
Join us to see how ASP.NET Core continues to be the best framework for building cloud-native web applications with .NET. .NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms...
-
Implementing the Outbox Pattern in ASP.NET Core for Reliable Message Delivery
c-sharpcorner.com Issue #330
Ensure reliable message delivery in ASP.NET Core with the Outbox Pattern. Learn how to implement it using EF Core and RabbitMQ/Kafka for robust microservices.
-
Build a Task Question Assignment Feature in ASP.NET Core (Step-by-Step)
c-sharpcorner.com Issue #330
Build a task assignment feature in ASP.NET Core! Learn to store, fetch, and display assigned questions using EF Core. Includes filtering and status updates.
-
Multi-Theme and Brand Customization Strategies in Enterprise UIs | Angular + ASP.NET Core Integration Guide
c-sharpcorner.com Issue #330
Implement multi-theme & brand customization in enterprise Angular UIs with ASP.NET Core. Dynamic themes, accessibility, & efficient branding explained.
-
Announcing .NET 10
devblogs.microsoft.com Issue #330
Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14, .NET MAUI, Aspire, and so much more. ...
-
ASP.NET Core Middleware: A Practical Guide to Building the Request Pipeline
medium.com Issue #329
In ASP.NET Core, every HTTP request passes through a pipeline of middleware components that handle tasks like routing, authentication…
-
Nullable Reference Types: It's Actually About Non-Nullable Reference Types
youtube.com Issue #329
Going Passwordless - A Practical Guide to Passkeys in ASP.NET Core
-
Modern Windows Development with .NET
youtube.com Issue #328
.NET Aspire 13 — Simplified orchestration for cloud-native apps: https://aka.ms/aspire13/announcement Whether you're building new Windows apps or modernizing existing ones, see how .NET provides the ...
-
Smart API Documentation: Auto-Generating Swagger Descriptions using AI in ASP.NET Core
c-sharpcorner.com Issue #328
Automate Swagger documentation in ASP.NET Core using AI. Generate descriptions with OpenAI, ensuring up-to-date, developer-friendly API documentation.
-
Building a Scalable Web Application using Angular 19 and ASP.NET Core 9
c-sharpcorner.com Issue #328
Build scalable web apps with Angular 19 & ASP.NET Core 9! This guide covers architecture, authentication, deployment, and best practices for enterprise growth.
-
.NET + React: The Perfect Duo for Building Scalable Business Apps in 2025
medium.com Issue #328
In 2025, businesses are demanding applications that are fast, secure, and scalable — without sacrificing user experience. To meet these…
-
Create + Assign + List + Edit + Complete operations and role-wise views (Admin / Manager / User) ASP.NET Core MVC project
c-sharpcorner.com Issue #328
Build a complete ASP.NET Core MVC task management app with role-based views (Admin, Manager, User). Includes CRUD, assignment, and completion features using EF Core and Identity.
-
Introduction To Permission Authorization In ASP.NET
medium.com Issue #328
Part 1 — Core Concepts, Architecture, Database Design & Permission Model
-
Build a Task Raised System in ASP.NET Core (Beginner to Advanced Guide)
c-sharpcorner.com Issue #328
Build a complete ASP.NET Core task management app, from basic setup to real-time notifications and role-based access. Includes EF Core, SignalR, and more!
-
Securing Secrets in Web Apps Using Azure Key Vault and AWS Secrets Manager
c-sharpcorner.com Issue #328
Secure web apps with Azure Key Vault & AWS Secrets Manager. Learn best practices for managing API keys, database credentials, and encryption secrets in ASP.NET Core.
-
Article 3 — Startup.cs vs Minimal Hosting: Migration Without Tears
medium.com Issue #328
Subtitle: Moving from .NET 3.1/5 patterns to .NET 6+ without breaking your app