Protect your ASP.NET applications from Cross-Site Request Forgery attacks by leveraging ARMOR, a C# implementation of the Encrypted Token Pattern. Here's how. The Encrypted Token Pattern is a defense ...
Use custom-built .NET Framework 4.0 classes to connect an ASP.NET Web application to a SQL Server 2012 database. In my recent article, I showed how to connect .NET 4.0 C# and Visual Basic applications ...
Take advantage of the Glimpse debugging and diagnostics tool to gain insight into the performance of your ASP.Net Core web application Glimpse is a popular, open-source web debugging and diagnostics ...
Take advantage of security headers in ASP.NET Core MVC 5 to protect your website against cross-site scripting, code injection, clickjacking, and other attacks. ASP.NET Core MVC 5 is a lightweight, ...