ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 25 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 25 of 49
Newest first
-
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...
-
Understanding API in .NET Core — A Beginner-Friendly Guide with Real-Life Example
c-sharpcorner.com Issue #304
Unlock the power of APIs in .NET Core with this beginner-friendly guide! Learn to build a simple web API, understand endpoints, and connect frontends to backends using real-world examples like job por...
-
.Net Yarp ile API Gateway Entegrasyonu
medium.com Issue #304
Merhabalar, Bu yazımda .Net Yarp ile API Gateway entegrasyonu gerçekleştireceğiz. İlk olarak API Gateway ve Yarp(Yet Another Reverse…
-
Microservices in .NET Core: A Beginner-Friendly Guide
c-sharpcorner.com Issue #304
Unlock the power of microservices in .NET Core with this beginner-friendly guide! Learn how to build scalable, maintainable, and resilient applications by breaking them down into independent services....
-
.NET 9: The Ultimate Platform for Microservices
medium.com Issue #303
Blazing fast. Secure by default. Built for the cloud.
-
ASP.NET Community Standup - Level up eShop with Blazor in .NET 10
youtube.com Issue #303
On .NET Live | Infrastructure as Code with Pulumi
-
I Removed Half the Glue Code From My .NET System — With One Dapr Sidecar
towardsdev.com Issue #303
It’s like using microservices with cheat codes enabled. — Mohammad Shoeb Continue reading on Towards Dev »
-
Use CancellationTokens
steven-giesel.com Issue #303
This is a very small blog post on why you should use CancellationTokens in your API.
-
⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples
c-sharpcorner.com Issue #302
Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, ...