C# Secure Programming

OOP’s Object-oriented programming is the core ingredient of the .NET framework. OOP is so important that before embarking on the road to .NET, you must understand its basic principles and terminology to write even a simple program. The fundamental idea behind OOP is to combine into a single unit both data and the methods that […]

ASP.NET Security

This article’s objective is to further understanding of the Form Authentication mechanism in ASP.NET. The developer typically creates a custom authentication mechanism to validate a user name and password against a custom store such as its own SQL Server database. Fortunately, ASP.NET includes a built-in infrastructure for executing such systems. ASP.NET handles and establishes the […]

Scroll to top