Posted on September 9, 2008 by ubk
How to use connection strings to various Databases in ASP.NET 2.0
Some of the values and strings are used across all the pages of a website. It is a tedious process to code those values and strings in each page of the website.
The connection string will be used in many pages of the web site if [...]
Filed under: C# Script, Microsoft Track, Scripts, sql | Tagged: AppSettings, asp.net, ASP.NET 2.0, c#, configuration, ConfigurationManager, connection, connection string, ConnectionString, database, provider, SQL Serevr 2005, sql server, SqlConnection, web.config | Leave a Comment »
Posted on September 8, 2008 by ubk
Background
The .NET Framework provides developers with some easy to use classes for modern encryption. One of the more popular methods these days is the use of MD5 encryption. MD5 encryption, to quote from RFC 1232, “takes as input a message of arbitrary length and produces as output a 128-bit “fingerprint” or “message digest” of the [...]
Filed under: C# Script, Microsoft Track | Tagged: asp.net, c#, Cryptography, data, encryption, hash, login, md5, MD5CryptoServiceProvider, password, UTF8Encoding | Leave a Comment »