ASP.NET Core Articles, Tutorials & News
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
1213 articles Updated Page 28 of 49
ASP.NET Core articles, tutorials, and news from the DotNetNews archive.
ASP.NET Core articles
Page 28 of 49
Newest first
-
Full Stack .NET + Angular Interview Mastery Guide — 2025 Edition
blog.yaseerarafat.com Issue #287
Landing a developer job in 2025 isn’t about memorizing syntax anymore. Interviewers want engineers who can design scalable systems, code…
-
What Are DTOs in ASP.NET Core and Their Benefits
c-sharpcorner.com Issue #287
This article explains how DTOs enhance security by preventing sensitive data exposure, improve performance through optimized data transfer, and decouple your API from database models. Learn to impleme...
-
Top 12 Essential C# Code Snippets for ASP.NET and .NET Developers (Ultimate Guide
shahedbd.medium.com Issue #287
Reusable code snippets are the backbone of efficient programming. For ASP.NET, .NET, and C# developers, having a toolkit of time-saving…
-
HTML Tag Helpers vs. Tag Helpers in ASP.NET Core
c-sharpcorner.com Issue #287
Confused about HTML Tag Helpers vs. ASP.NET Core Tag Helpers? This article clarifies the differences between standard HTML elements and ASP.NET Core's server-side helpers. Learn how Tag Helpers enhanc...
-
Security Headers Every ASP.NET Core App Should Have
c-sharpcorner.com Issue #287
This article provides a comprehensive guide to protecting against XSS, clickjacking, and other common web vulnerabilities. Learn how to implement HSTS, CSP, X-Frame-Options, and more with practical co...
-
Implementing API Versioning in ASP.NET Core
medium.com Issue #286
Practical API versioning for Minimal APIs and MVC.
-
AspGoat: The First Intentionally Vulnerable modern ASP.NET Core App for OWASP Top 10
infosecwriteups.com Issue #286
Most intentionally vulnerable applications we know and use for training like DVWA, Juice Shop, and WebGoat are written in PHP , Node.JS… Continue reading on InfoSec Write-ups »
-
Serverless with Azure Functions in .NET
malshikay.medium.com Issue #286
Serverless made simple for .NET developers
-
From JSON files to Strongly Typed objects in ASP.NET Core
medium.com Issue #286
In this article, we’ll explore JSON file configuration in ASP.NET Core, demonstrating how to add custom JSON files, access their values…
-
Graceful Error Handling in ASP.NET Core APIs
medium.com Issue #285
How to Build Robust APIs with Centralized Error Handling in ASP.NET Core.
-
Clickjacking Protection with X-Frame-Options and CSP in ASP.NET Core
c-sharpcorner.com Issue #285
Protect your ASP.NET Core applications from clickjacking attacks! This guide explains how to implement robust defenses using X-Frame-Options and Content Security Policy (CSP) with frame-ancestors. Lea...
-
Using a cache in a clean way in ASP.NET Core
medium.com Issue #284
Inject a cache directly in the controller where you need to use it — it’s not the good approach to implement caching in your app.
-
Preventing CORS Misconfigurations in ASP.NET Core APIs
c-sharpcorner.com Issue #284
Secure your ASP.NET Core APIs! This article dives into preventing CORS misconfigurations, a critical aspect of web application security. Learn how overly permissive CORS settings can lead to vulnerabi...
-
Cross-Site Request Forgery (CSRF) Protection in ASP.NET Core
c-sharpcorner.com Issue #284
This article details built-in mechanisms like anti-forgery tokens, SameSite cookies, and global validation to safeguard authenticated users. Learn how to implement CSRF protection in Razor Pages, MVC,...
-
File and Input Security in ASP.NET Core MVC and Web API Applications Introduction
c-sharpcorner.com Issue #283
Protect your ASP.NET Core MVC and Web API applications from critical vulnerabilities! This article provides essential best practices for securing file uploads and user inputs. Learn how to prevent SQL...
-
Mastering the Blazor Lifecycle: When to Use Each Method (Without Losing Your Sanity)
medium.com Issue #283
I still remember the first time I messed with Blazor’s lifecycle methods — I threw all my data fetching into OnInitializedAsync, hit F5… Continue reading on Stackademic »
-
-
What is a Reverse Proxy? YARP Explained
medium.com Issue #282
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
Stop Guessing in ASP.NET
blog.stackademic.com Issue #282
A practical breakdown with real-world scenarios that will help you choose the right setup every time — whether you’re building APIs, MVC… Continue reading on Stackademic »
-
Secure Coding Guidelines for ASP.NET Core MVC & Web API
c-sharpcorner.com Issue #282
Fortify your ASP.NET Core MVC & Web API applications with these essential secure coding guidelines. Learn practical techniques to prevent common vulnerabilities like XSS, CSRF, and SQL injection. ...
-
-
Production-Ready .NET Configuration: Options Pattern, Null Safety & DI
medium.com Issue #281
Avoid scattered settings, null crashes, and brittle DI with production-grade configuration patterns.
-
Extremely FAST Caching Repository With Decorator Pattern in ASP.NET Core
medium.com Issue #281
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
-
Protecting Against JSON Injection and Malformed Payloads in ASP.NET Core
c-sharpcorner.com Issue #281
Protect your ASP.NET Core APIs from JSON injection and malformed payloads! This guide details how to prevent attacks like privilege escalation, DoS, and XSS. Learn to use DTOs, strict validation, requ...