ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 24 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 24 of 49
Newest first
-
ASP.NET Core Swagger Mastery: Interactive API Documentation Guide (Part-15 of 40)
c-sharpcorner.com Issue #314
Master ASP.NET Core Swagger! This guide provides a comprehensive walkthrough, from basic setup to advanced customization, ensuring your API documentation is interactive, secure, and versioned. Learn b...
-
Adding metadata to fallback endpoints in ASP.NET Core
andrewlock.net Issue #314
In this post I discuss fallback endpoints and show how adding metadata to MVC or Razor Page fallback endpoints has some quirks to be aware of
-
Serverless Architecture with Angular and ASP.NET Core
c-sharpcorner.com Issue #314
Build a serverless full-stack application using Angular and ASP.NET Core (Azure Functions) with SQL Server. This article guides you through creating a cost-efficient, scalable application. Learn to cr...
-
Real-Time Cache Monitoring and Alerting with NCache in ASP.NET Core Web API
c-sharpcorner.com Issue #314
Boost ASP.NET Core Web API performance with NCache! This guide details integrating NCache for distributed caching, real-time monitoring, and proactive alerting. Learn to configure NCache, track cache ...
-
ASP.NET Core Caching Mastery: Redis, Memory Cache, Distributed Patterns & Performance Optimization (Part - 27 of 40)
c-sharpcorner.com Issue #314
Master ASP.NET Core caching with this comprehensive guide! Explore Redis, memory caching, and distributed patterns for building high-performance applications. Learn real-world strategies, optimization...
-
ASP.NET Core Razor Pages Mastery: Advanced UI Patterns, Real-World Examples & Performance Optimization(Part-21 of 40)
c-sharpcorner.com Issue #314
Master UI development patterns, data binding, and handler methods. Explore real-world e-commerce examples, performance optimization, and best practices. Part 21 of a 40-part series, this module delive...
-
ASP.NET Core Architecture Patterns: CQRS, DDD, Clean Architecture Mastery (Part -19 of 40)
c-sharpcorner.com Issue #313
Master ASP.NET Core architecture with this comprehensive guide! Explore CQRS, DDD, and Clean Architecture to build scalable, maintainable enterprise systems. Learn through real-world e-commerce exampl...
-
Title: .NET Framework (4.x) to .NET 8 Migration Challenges
medium.com Issue #313
Author: Enamul Hasan | Software Engineer (.NET)
-
Implementing a Custom Authorization Handler in .NET
medium.com Issue #313
If you want the full source code, join our community: Here
-
Deploying ASP.NET Core + Angular Apps using CI/CD with Jenkins
c-sharpcorner.com Issue #313
Automate ASP.NET Core and Angular app deployments with Jenkins CI/CD! This guide provides a step-by-step walkthrough for building a robust pipeline.
-
ASP.NET Core Advanced Authorization: Policy-Based Security & Resource Protection Guide (Part-14 of 40)
c-sharpcorner.com Issue #313
Unlock robust ASP.NET Core application security with advanced authorization techniques! This guide delves into policy-based security, resource protection, and custom authorization requirements. Learn ...
-
Module 16 of 40 : ASP.NET Core Middleware Mastery: Custom Logging, Auth & Pipeline Control
c-sharpcorner.com Issue #313
Master ASP.NET Core middleware! This comprehensive guide covers custom logging, authentication, error handling, and pipeline optimization. Learn to build robust and efficient web applications with rea...
-
🧩 Building Microservices with C# and .NET Core — A Complete Guide with Example
c-sharpcorner.com Issue #312
This comprehensive guide provides a step-by-step approach to building scalable, maintainable, and independent applications. Learn to create a Product Microservice, connect it with an API Gateway (Ocel...
-
Real-Time Applications with SignalR, Angular, and ASP.NET Core
c-sharpcorner.com Issue #312
Build real-time web applications effortlessly using ASP.NET Core, Angular, and SignalR! This tutorial guides you through creating a simple chat application with instant updates. Learn to implement ser...
-
Custom Middleware in .NET( Beginner’s Guide)
medium.com Issue #312
If you’re building web applications with .NET, you’ve probably heard the term “middleware” thrown around. But what exactly is it, and more…
-
Understanding Extension Methods in C#
medium.com Issue #312
Have you ever wished you could add your own methods to a class that’s already built into .NET — like string, int, or even a library class…
-
7 Clean Patterns for Elegant Global Error Handling in .NET 9 (with Copy-Paste Middleware)
medium.com Issue #310
If you want the full source code, join our community: Here
-
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...