ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 21 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 21 of 49
Newest first
-
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
-
Comparing ASP.NET Core vs Node.js for High-Traffic APIs
c-sharpcorner.com Issue #328
Explore ASP.NET Core vs Node.js for high-traffic APIs. Compare architecture, performance, scalability, and security to choose the best framework for your needs.
-
7 Game-Changing Ways an API Gateway Supercharges Your .NET
blog.stackademic.com Issue #328
Discover how API Gateways eliminate bottlenecks, centralize control, and make your .NET microservices architecture smarter, safer, and… Continue reading on Stackademic »
-
CQRS Is A Specialized Tool, Not an Architecture Theater.
levelup.gitconnected.com Issue #328
The Technical Justification Behind Read/Write Separation Continue reading on Level Up Coding »
-
GraphQL vs REST: Building Smarter APIs in ASP.NET Core
c-sharpcorner.com Issue #327
Explore REST vs. GraphQL in ASP.NET Core. Learn about API design, implementation, and performance. Discover which approach suits your project best for efficient data fetching.
-
The Future of Frontend Development: Why Blazor Is Gaining Momentum
medium.com Issue #327
Frontend development has always moved quickly. New tools appear, older ones fade, and developers constantly adjust.
-
Why You Should Use DTOs Instead of Entities in ASP.NET Core Web API
malshikay.medium.com Issue #327
Using DTOs: a simple step toward secure and maintainable APIs
-
.NET Core Advanced MCQs — Dependency Injection (DI)
c-sharpcorner.com Issue #326
Test your .NET Core knowledge with these advanced MCQs on Dependency Injection, Middleware, Memory Management & Performance. Sharpen your skills and ace your next interview!
-
Stop leaks — master ASP.NET Core lifetimes today
medium.com Issue #326
Master ASP.NET Core service lifetimes — Singleton, Scoped, Transient. Avoid leaks and thread bugs with clear rules, runnable examples, and…