Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Generating Forms Authentication Compatible Passwords (SHA1) - ASP.NET tutorial


In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Run a .BAT file from .Net with parameters
Run a .BAT file from .Net with parameters
A simple function to execute batch file in ASP.Net with parameters.
Category: ASP.NET tutorials - Difficulty:
Creating Dropdown list control from Datasource
Creating Dropdown list control from Datasource
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.
Category: ASP.NET tutorials - Difficulty:
ASP.NET Button Example
ASP.NET Button Example
Learn how to use buttons and apply rollover and rollout styles on them
Category: ASP.NET tutorials - Difficulty:
Tab Key in ASP.NET
Tab Key in ASP.NET
Explains how to use Tab key in both ASP.NET 1.1 and ASP.NET 2.0 Web applications.
Category: ASP.NET tutorials - Difficulty:
How to get the .NET framework version your website is running on
How to get the .NET framework version your website is running on
Tutorial explaining how to get the .NET framework version your website is running on.
Category: ASP.NET tutorials - Difficulty: