security
ASP.NET Core and .NET Security Articles, Tutorials & News
ASP.NET Core and .NET Security articles, tutorials, and news from the DotNetNews archive.
483 articles Updated Page 14 of 20
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 14 of 20
Newest first
-
The 2-Line Change That Made Our .NET App Pass the OWASP Top 10 Audit
medium.com Issue #264
We didn’t rewrite endpoints. We didn’t refactor middleware. Just two lines and one vault check saved our .NET app from a major security… Continue reading on .Net Programming »
-
.NET 10: Fortifying the Future with Post-Quantum Cryptography and Enhanced Observability
medium.com Issue #264
The landscape of digital security is constantly evolving, and with the advent of powerful quantum computers on the horizon, the need for…
-
Best Practice to Make your Project Cleaner in .NET Core
c-sharpcorner.com Issue #263
Discover essential best practices for building clean, maintainable .NET Core projects. Learn effective project structuring, dependency injection, configuration, logging, testing, security, and API des...
-
.NET 10 Preview 6: The Performance & Security Powerhouse You’ve Been Waiting For
blog.stackademic.com Issue #262
The momentum behind .NET continues its relentless march as Microsoft introduces .NET 10 Preview 6, propelling the development ecosystem… Continue reading on Stackademic »
-
The Hidden C# Trick That Turns Messy Try-Catch Blocks into Elegant, Maintainable Code
medium.com Issue #262
Learn how to build a custom Try-Catch attribute that centralizes error handling, reduces duplication, and keeps your focus on actual logic…
-
Framework to Build Safe and Trustworthy AI Agents
c-sharpcorner.com Issue #262
Autonomous AI agents are intelligent systems designed to perform tasks independently. They enhance productivity, enable automation, ensure security, and support ethical AI development across industrie...
-
How do I secure a .NET Web API (JWT, OAuth, Identity)?
c-sharpcorner.com Issue #261
Learn how to secure your .NET Web API using JWT, OAuth2, and ASP.NET Core Identity. Implement token-based authentication, role-based access control, and protect your endpoints with best practices.
-
Passkey support for ASP.NET Core identity: Exploring the .NET 10 preview - Part 6
andrewlock.net Issue #259
In this post I look at the passkey support added to ASP.NET Core Identity and the Blazor Web App template, explore how it works, and look at the implementation
-
🔐 How to Secure .NET Web API Endpoints with JWT and [Authorize]
c-sharpcorner.com Issue #258
As modern applications increasingly rely on stateless, scalable backends, securing your API is essential. JSON Web Tokens (JWT) are one of the most common methods for securing RESTful APIs in .NET. In...
-
Understanding Sealed Classes in C# with Example
c-sharpcorner.com Issue #257
In C#, a sealed class prevents inheritance, ensuring its behavior can't be altered through subclassing. It enhances security, enforces design rules, and can improve performance in certain scenarios.
-
Implementing JWT-Based Authentication and Role-Based Authorization in .NET Core
c-sharpcorner.com Issue #257
In modern web applications, security is critical—especially when dealing with user data, financial transactions, or any form of sensitive operations
-
Best Practices for Implementing JWT Auth in .NET Core and React
faciletechnolab.com Issue #255
Master secure JWT authentication for .NET Core APIs and React frontends. Learn battle-tested implementation strategies, avoid critical security flaws, and implement best practices for enterprise-grade...
-
Security Best Practices in MERN Stack (2025 Guide)
c-sharpcorner.com Issue #254
Learn essential MERN stack security practices for 2025, including input validation, HTTPS, JWT auth, CSRF protection, secure headers, MongoDB access, and more to build safe, resilient full-stack appli...
-
AI & .NET in Finance: Improving Cybersecurity and Customer Engagement
medium.com Issue #254
In today’s fast-moving digital world, the finance industry is constantly evolving. Customers now expect seamless, secure, and personalized…
-
Scheduling Messages with Brighter V10 and Hangfire
medium.com Issue #254
In previous articles, I covered Brighter V10 RC1 and using PostgreSQL as a messaging gateway. One of Brighter’s key features is message…
-
How to Build an E-commerce Application Using .NET 9
medium.com Issue #254
If you want the full source code, download it from this link: https://www.elitesolutions.shop/
-
-
How I Built a .NET Security Scanner Without a Security Team (And Blocked 90% of Vulnerabilities)
medium.com Issue #252
https://medium.com/c-sharp-programming/how-i-built-a-net-security-scanner-without-a-security-team-and-blocked-90-of-vulnerabilities-ac0803ef5bea
-
Secure Your Secrets in .NET with Azure Key Vault
c-sharpcorner.com Issue #252
https://www.c-sharpcorner.com/article/secure-your-secrets-in-net-with-azure-key-vault/
-
Authentication in .NET — Part 2: Understanding Authentication Schemes
dilankam.medium.com Issue #252
https://dilankam.medium.com/authentication-in-net-part-2-understanding-authentication-schemes-d43158e08c6f
-
Secure Your .NET
blog.stackademic.com Issue #251
https://blog.stackademic.com/secure-your-net-51eb28c0675f
-
Developer Security Quick Fire Questions with Mark Russinovich and Scott Hanselman
youtube.com Issue #251
https://www.youtube.com/watch?v=TuJw4syWSVw
-
OAuth 2.0 in .NET — Secure Access Made Simple
medium.com Issue #251
https://medium.com/@karthikns999/oauth-2-0-in-net-secure-access-made-simple-5dc8ee670410
-
Rust or C#? : Developer Security Quick Fire Questions @ MS Build
youtube.com Issue #250
https://www.youtube.com/shorts/VdlsiBj2FOo
-
ASP.NET Core security, Blazor state, EF Core tuning
DotNetNews Issue #249
This issue covers API security, Blazor state persistence, EF Core tuning, middleware ordering, async streams, and microservice reliability tips.