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 13 of 20
Browse additional ASP.NET Core and .NET Security articles from the DotNetNews archive.
ASP.NET Core and .NET Security articles
Page 13 of 20
Newest first
-
Top 10 Application Security Best Practices for .NET Developers
c-sharpcorner.com Issue #280
Elevate your .NET application security! This guide provides 10 essential best practices for .NET developers using ASP.NET Core MVC, Web API, and .NET Framework. Learn to prevent SQL injection, XSS, CS...
-
How I Built a Private ChatGPT That Knows Everything About My Company
ai.plainenglish.io Issue #279
We will be creating Local Chat GPT for organization which will answer smartly based on internal data of organization Continue reading on Artificial Intelligence in Plain English »
-
Secure File Access in .NET Core: Avoiding Leaks and Protecting Sensitive Data
medium.com Issue #279
Secure your .NET Core apps by mastering file access controls, secrets management, and leak prevention. Continue reading on .Net Programming »
-
The Practical .NET Guide to AI & LLM: Introduction
medium.com Issue #279
Model-agnostic guide to integrating LLMs in .NET — patterns, DI, provider abstraction, and security best practices.
-
Understanding OWASP Top 10 with Real-World .NET Examples
c-sharpcorner.com Issue #279
Secure your .NET applications by understanding and mitigating the OWASP Top 10 vulnerabilities! This article provides practical ASP.NET Core MVC & Web API examples demonstrating common security ri...
-
Best Practices for Configuration and Secrets Management in .NET
medium.com Issue #279
How to Securely Store and Access App Settings in ASP.NET Core?
-
How to add Digital Signature in C# using KAiZEN APIs?
medium.com Issue #277
Easily add digital signatures to your applications!
-
Application Security in ASP.NET Core Web API – Best Practices & Implementation
c-sharpcorner.com Issue #277
Secure your ASP.NET Core Web API with HTTPS, JWT authentication, role-based access, input validation, rate limiting, CORS, secure secrets, security headers, logging, and regular penetration testing fo...
-
Preventing SQL Injection in ASP.NET MVC, ASP.NET Core MVC, and Web API Applications
c-sharpcorner.com Issue #277
Protect your ASP.NET MVC, ASP.NET Core, and Web API apps from SQL Injection! Learn practical C# strategies, parameterized queries, and secure coding practices to prevent data breaches and ensure robus...
-
Application Security Best Practices for Developers in C# Applications
c-sharpcorner.com Issue #276
Enhance C# application security! Learn best practices for authentication, authorization, data protection, and more. Secure your ASP.NET Core apps now!
-
JWT Security Patterns Every Senior ASP.NET Core Developer Should Know
medium.com Issue #276
Why default JWT authentication breaks under scale — and how to secure ASP.NET Core with battle-tested patterns
-
Application Security Against DoS and DDoS Attacks in ASP.NET Core Web API Introduction
c-sharpcorner.com Issue #275
Protect your ASP.NET Core Web API from DoS and DDoS attacks! Learn practical techniques like rate limiting, IP filtering, caching, and WAF deployment for robust security.
-
Taming the NullReferenceException in C# | Pro Tricks & Tips
frontend2backend.medium.com Issue #275
Find Your Answer Here : https://www.youtube.com/watch?v=lqZWf_Acuok&t=5s
-
Credential Security in ASP.NET Core Web API: Best Practices and Implementation
c-sharpcorner.com Issue #274
Learn how to secure credentials in ASP.NET Core Web API using best practices such as secret management, authentication, HTTPS, and Azure Key Vault to protect sensitive data and prevent leaks.
-
Data Security in ASP.NET Core MVC Applications
c-sharpcorner.com Issue #274
Learn essential ASP.NET Core MVC data security practices, including HTTPS enforcement and authentication, encryption, XSS/CSRF prevention, and secure storage, to ensure safe and reliable web applicati...
-
Global Exception Handling in ASP.NET Core: From Throw to ProblemDetails
medium.com Issue #273
Centralized error handling with ProblemDetails in ASP.NET Core
-
Rate Limiting in ASP.NET Core — Protect Your APIs Like a Pro
medium.com Issue #273
Learn how to implement rate limiting in ASP.NET Core to protect your APIs from abuse, DDoS attacks, and excessive usage. Includes native…
-
🔐 What is Zero-Knowledge Proof?
c-sharpcorner.com Issue #273
Learn what Zero-Knowledge Proof (ZKP) is, how it works, and why it’s becoming a core part of blockchain and Web3 security. Explore real-world use cases, advantages, and examples explained simply for d...
-
Reset Cookies and force new sign-in using ASP.NET Core Identity
damienbod.com Issue #272
This post looks at implementing a cookie reset in an ASP.NET Core application using Duende identity server which federates to Entra ID. Sometimes cookies need to be reset for end users due to size pro...
-
5 .NET Core Code Patterns for Bulletproof FDA-Compliant MedTech Software
faciletechnolab.com Issue #270
Build bulletproof FDA-compliant MedTech software with these 5 .NET code patterns. Ensure audit trails, e-signatures & HIPAA security. Download our free checklist.
-
Stop Using Try-Catch for Everything — Microsoft’s Real Error Handling Patterns in C#
blog.devgenius.io Issue #268
Structured exception handling is powerful — but if you treat try-catch as your only error-handling tool, you’re silently breaking… Continue reading on Dev Genius »
-
Restricting Login by IP Address in ASP.NET
c-sharpcorner.com Issue #267
Secure your ASP.NET admin panel by restricting login access to specific IP addresses. Learn how to configure web.config and implement C# code to allow only trusted IPs for better security.
-
7 HIPAA-Compliant .NET SaaS Patterns for Healthcare Startups
faciletechnolab.com Issue #267
Discover battle-tested .NET patterns for HIPAA-compliant healthcare SaaS. Learn encryption, audit logging, and access control strategies to avoid big penalties on violations.
-
On .NET Live - Compliance in .NET: The Right Way to Classify & Redact Data
youtube.com Issue #266
Join us for a deep dive into **compliance in .NET** with special guests **Mariam Aziz** and **Darius Letterman**, two of the engineers behind the `Microsoft.Extensions.Compliance.Abstractions` and `Mi...
-
A Comprehensive Guide to Development, Deployment, Security, and Best Practices
c-sharpcorner.com Issue #265
Building Robust APIs with the Microsoft Stack: A Comprehensive Guide to Development, Deployment, Security, and Best Practices.