ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 26 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 26 of 49
Newest first
-
Let’s talk about *.resx in ASP.NET Core
medium.com Issue #301
Do we still need to use *.resx files in ASP.NET Core?
-
Do developers still use ASP.NET Web Forms?
medium.com Issue #301
ChatGPT Response Continue reading on Prompt Engineering — Practical Questions for ChatGPT (and others) »
-
Show me a migration path from Web Forms to modern .NET
medium.com Issue #301
ChatGPT Response Continue reading on Prompt Engineering — Practical Questions for ChatGPT (and others) »
-
Meet the Microsoft Agent Framework: A .NET Developer’s Gateway to AI Agents
medium.com Issue #300
I still remember wiring together my first AI “assistant” in a Blazor app last year. Picture this: me at 2 AM, juggling Semantic Kernel…
-
Understanding Dependency Injection (DI) in .NET Core with Simple Examples
c-sharpcorner.com Issue #300
Unlock the power of Dependency Injection (DI) in .NET Core! This guide provides a clear understanding of DI principles with practical examples, including a Car/Engine scenario and the built-in ILogger...
-
How to Secure Your ASP.NET Core Web API with API Key Authentication in .NET
medium.com Issue #300
In today’s interconnected world, securing your APIs is not optional — it’s essential. Whether you’re building microservices, mobile… Continue reading on FullStack Web Development »
-
Stop Using C# Enums the Wrong Way — Advanced Tips for ASP.NET & .NET Developers
shahedbd.medium.com Issue #300
If you’re treating C# enums as nothing more than fancy integer labels, you’re leaving powerful features on the table. Most developers I’ve…
-
OpenAPI & Minimal APIs in ASP.NET Core 10.0
c-sharpcorner.com Issue #300
This article dives into building lightweight, well-documented, and secure APIs with minimal boilerplate. Discover how to leverage route groups, filters, SSE, and OpenAPI security definitions for impro...
-
Mastering REST APIs in ASP.NET Core and C#: A Complete Guide for .NET Developers
shahedbd.medium.com Issue #298
In today’s interconnected digital landscape, REST APIs serve as the backbone of modern web applications, enabling seamless communication… Continue reading on .Net Programming »
-
Introduction to Cloud-Native .NET Development
c-sharpcorner.com Issue #298
Explore cloud-native .NET development! Learn how to build scalable, resilient apps with ASP.NET Core, Docker, and cloud platforms like Azure and AWS.
-
ScriptManager, Alert, Alertify, and Confirmation in ASP.NET + JavaScript
c-sharpcorner.com Issue #298
Master ASP.NET WebForms feedback with ScriptManager, alert, Alertify, and confirm. Learn to display messages and handle user interactions effectively.
-
Token Validation and Generation in ASP.NET – Step-by-Step Guide
c-sharpcorner.com Issue #298
Secure your ASP.NET apps! Learn to generate & validate tokens for NSE IPO APIs. Step-by-step C# guide with code examples & best practices.
-
What .NET 10 GC Changes Mean for Developers
roxeem.com Issue #298
What if I told you that starting with .NET 10, several of your fundamental ideas about garbage collection are now outdated? Imagine that…
-
State Management in .NET MAUI: MVVM, MVU, and Dependency Injection
vipin-johney.medium.com Issue #298
Managing state is one of the most important parts of building mobile apps. In .NET MAUI, you have multiple ways to handle state depending…
-
Blazor Enhancements in Asp.Net Core 10.0
c-sharpcorner.com Issue #297
Discover faster startup times, persistent component state, improved Blazor Hybrid integration, validation enhancements, QuickGrid updates, and robust security features. Learn how these advancements ma...
-
C# ASP.NET Developer Roadmap 2025 —
medium.com Issue #297
Your Path to Success Continue reading on AI Career Quest »
-
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically? Continue reading on Medium »
medium.com Issue #296
💡 Ever wondered how your ASP.NET Core app can go from GitHub push → Live on Azure App Service automatically?
-
Passkeys in ASP.NET Core
c-sharpcorner.com Issue #296
Unlock passwordless authentication in your ASP.NET Core applications with this comprehensive guide! Learn how to implement passkeys using the latest .NET features and the WebAuthn API. Enhance securit...
-
Top C# Best Practices Every Web Developer Should Know
shahedbd.medium.com Issue #296
As a web developer working with C# and ASP.NET Core, you’ve likely encountered codebases that range from beautifully crafted to downright…
-
Modernize .NET apps in days with GitHub Copilot
youtube.com Issue #295
Get started with modernizing your .NET apps (https://aka.ms/ghcp-appmod/dotNET) today and learn more about the details here: https://aka.ms/ghcp-appmod/blog Supercharge your .NET app modernization wi...
-
Containerizing .NET Core Web Applications with Docker: Step-by-Step Guide
blog.stackademic.com Issue #295
In today’s fast-paced development landscape, containerization has become a cornerstone of modern application deployment. Docker, the… Continue reading on Stackademic »
-
Building a Reverse Proxy with YARP in .NET
medium.com Issue #295
Modern microservices architectures often involve multiple services running independently. Managing and exposing these services efficiently… Continue reading on ExpertMinds »
-
5 Traps That Break .NET Background Services in Production (and How to Fix Them)
medium.com Issue #295
Five production traps with .NET BackgroundServices — and the patterns that kept them from silently killing our system.
-
Visual Studio Dev Tunnels: Built-In Power and When to Use Third-Party Tools
medium.com Issue #294
When you’re building and debugging an API or web app in Visual Studio, you often hit the same wall:
-
⚡ CancellationToken: .NET’s Most Overlooked Superpower
medium.com Issue #294
Imagine this: your .NET web API starts a heavy data-processing task. Then the user closes their browser or the request times out…