Security
Security is the condition of being protected against danger or loss.
Language
Any
Platform
License
Any
Are you creating a security system for a SaaS application? This article is here to help! It lists the important questions to ask from the beginning of your project to avoid security breaches or...
Highly confidential information, such as passwords or banking details, should be encrypted in memory during use to reduce the risk that it may be revealed to malware or forensic examination. The...
User Account Control (UAC) protects Vista by preventing programs from performing administrative or system functions without prior permission. Before attempting such a function, you should check...
In any software endeavor, the most expensive operation is that of connecting the application’s business logic and presentation code to the database. To streamline the overhead caused by these costly...
Currently, the DataTable has minimal support for custom validation in data columns when creating extended data columns. This article shows how to add regular expression validation capabilities to the...
Introduction to Role-Based Security in .NETIntroduction to Role-Based Security in .NETIntroduction to Role-Based Security in .NET
This article presents a more powerful alternative for use with DataSets that can disable controls when data is missing and provide nice feedback on validation failures. The source for this new...
This article looks at various mechanisms that can be used to
reverse engineer .NET applications and libraries for the
purpose of learning the platform better.
This article demonstrates how to implement forms-based authentication by using a database to store the users.
ASP.NET provides many different ways to persist data between user requests. You can use the Application object, cookies, hidden fields, the Session or Cache objects, and lots of other methods....
Most if not all Web sites require images for their user interface, and these are usually stored on disk. This article shows how images can be served from an assembly, which can avoid the...
In this article, i am going to explain how you can implement .NET Passport Authentication in Web applications using ASP.NET. Basically we are going to see what are steps that are required to...
As promised, this week we will be going over how to add client-side JavaScript to a custom validator control. But last week I was asked a very interesting question. What validator control should I...
Security has often been the neglected stepchild of software development, but it is increasingly coming under closer scrutiny. As Web Services are deployed in greater numbers, the security of these...
This How To illustrates how to disable client-side validation for a .NET Button control. This question has came up quite a few times on newsgroups so I am going to throw it in an How To
With the advent of the .NET Framework we are introduced to a series of Web Server Controls known as Validation controls, which are used like any other .NET controls. Contrasting conventional...