frameworks
ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1196 articles Updated Page 24 of 48
Browse additional ASP.NET Core articles from the DotNetNews archive.
ASP.NET Core articles
Page 24 of 48
Newest first
-
JWT Authentication Ninja: Complete ASP.NET Core Security Guide with Refresh Tokens & Claims (Part-12 of 40)
c-sharpcorner.com Issue #310
Master ASP.NET Core security with this comprehensive JWT authentication guide! Learn to implement robust security measures, including refresh tokens, role-based authorization, password policies, rate ...
-
7 No-Drama Steps to JWT Auth in .NET 9 (Clean Architecture, Copy-Paste Friendly)
medium.com Issue #309
If you want the full source code, join our community: Here
-
🚀 .NET Core API for SignalR Integration (with Example)
c-sharpcorner.com Issue #309
Unlock real-time communication in your .NET Core APIs with SignalR! This guide provides a step-by-step walkthrough, complete with a working code example, demonstrating how to integrate SignalR for ins...
-
C#.NET Developer Roadmap — A Complete Guide
medium.com Issue #309
Becoming a skilled C# ASP.NET developer is a rewarding journey that combines strong programming fundamentals with modern web development…
-
Difference between ASP.NET MVC, C#, and ASP.NET Core
c-sharpcorner.com Issue #309
Understand the key differences between C#, ASP.NET MVC, and ASP.NET Core. This guide clarifies their roles in web development, highlighting C# as a programming language, ASP.NET MVC as a legacy Window...
-
Request and Response Models: Keep Your API Contracts Clean in ASP.NET Core
medium.com Issue #309
How to separate domain entities from API contracts to prevent data leaks and breaking changes in your ASP.NET Core APIs.
-
JWT Authentication with ASP.NET Core Identity and Entity Framework (EF)
c-sharpcorner.com Issue #309
Secure your ASP.NET Core Web APIs with JWT authentication! This tutorial guides you through integrating ASP.NET Core Identity, Entity Framework Core, and JSON Web Tokens for robust user authentication...
-
Delete Single or Multiple Records from GridView in ASP.NET
c-sharpcorner.com Issue #309
Learn how to implement single and multiple record deletion in ASP.NET GridView using checkboxes, client-side validation, and a SQL Server stored procedure. This tutorial covers UI design with a GridVi...
-
ASP.NET Core Identity Unleashed: Complete Guide to Registration, Roles, 2FA & Security (Part 13 of 40)
c-sharpcorner.com Issue #308
Unlock the full potential of ASP.NET Core Identity with this comprehensive guide! Master user registration, role-based authorization, claims, and 2FA. Learn to implement secure identity systems with p...
-
CRUD Operations in ASP.NET C# with AngularJS and SQL Server
c-sharpcorner.com Issue #308
Master CRUD operations with ASP.NET C#, AngularJS, and SQL Server! This tutorial guides you through building a complete web application, connecting a dynamic AngularJS frontend to a robust ASP.NET Web...
-
Understanding Filters in ASP.NET Core: A Comprehensive Guide — Part 2
medium.com Issue #308
Welcome back! In Part 1, we covered the fundamentals of filters, the five filter types, and the execution pipeline. In Part 2, we’ll… Continue reading on .Net Programming »
-
Dependency Injection (DI) Built-In in ASP.NET Core
c-sharpcorner.com Issue #308
Unlock the power of Dependency Injection (DI) in ASP.NET Core! This guide explores the built-in DI container, demonstrating how to register services (Transient, Scoped, Singleton), inject dependencies...
-
RESTful API Mastery: ASP.NET Core Best Practices, Versioning & Serialization Complete Guide - Part-10 of 40
c-sharpcorner.com Issue #307
Master RESTful API development in ASP.NET Core with this comprehensive guide. Learn best practices for versioning, serialization, authentication, and building scalable services. Explore real-world exa...
-
ASP.NET Core 2025 Beginner Guide Part 1 - Setup, First App & Real Examples
c-sharpcorner.com Issue #307
Embark on your ASP.NET Core 2025 journey with this comprehensive beginner's guide! Learn to set up your environment, understand the architecture, and build your first web application and e-commerce AP...
-
Minimal APIs Revolution: ASP.NET Core Rapid API Development Guide & Examples : Part 9 of 40
c-sharpcorner.com Issue #307
Unlock rapid API development with ASP.NET Core Minimal APIs! This comprehensive guide, part of a 40-part series, covers everything from basic CRUD operations to advanced techniques like authentication...
-
C# 12 Features Mastery Part 4 - Primary Constructors, Records, Pattern Matching for ASP.NET Core
c-sharpcorner.com Issue #307
Master C# 12's essential features for ASP.NET Core development! Part 4 dives into primary constructors (reducing boilerplate), records (immutable data), advanced pattern matching (smarter code flow), ...
-
Async in APIs: Unlocking Scalability with .NET’s async/await
elanchezhiyan-p.medium.com Issue #306
Modern APIs power almost every interaction we have — from mobile apps and SaaS platforms to IoT devices. With rising user demand and…
-
Built-in Security in ASP.NET Core
c-sharpcorner.com Issue #306
This article dives into authentication, authorization, data protection, HTTPS enforcement, CSRF/XSS protection, and more. Learn how ASP.NET Core's middleware and integrated tools empower developers to...
-
Mastering Advanced ASP.NET Core Middleware: A Complete Guide with Real-World Examples
medium.com Issue #306
Middleware is the backbone of ASP.NET Core’s request processing pipeline, and understanding how to create, configure, and optimize custom…
-
High Performance and Scalability in ASP.NET Core
c-sharpcorner.com Issue #305
This article provides actionable strategies for building blazing-fast web applications. Learn how to optimize asynchronous programming, middleware, caching, EF Core, and Kestrel configuration. Discove...
-
Mocking HTTP Calls with HttpClientFactory in .NET
medium.com Issue #305
Test External APIs Without the Internet: HttpClientFactory + Moq Explained — Build isolated and deterministic unit tests for your .NET app.
-
ASP.NET Core Web API
medium.com Issue #305
ASP.NET Core Web API: Modern Uygulamaların Perde Arkasındaki Güç
-
C# for Cloud-Native Development
medium.com Issue #305
How to Build Scalable and Secure Apps with Azure
-
Understanding Filters in ASP.NET Core: A Comprehensive Guide — Part 1
medium.com Issue #305
In ASP.NET Core, filters are a powerful feature that allow you to run code before and after the middleware working stages of the request… Continue reading on .Net Programming »
-
ASP.NET Core and Microservices Architecture
c-sharpcorner.com Issue #305
Learn how to build independent, scalable services using minimal APIs, gRPC, and API Gateways (Ocelot). Discover best practices for database per service, observability with OpenTelemetry, and container...