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

Enabling Gzip and Deflate HTTP Compression in ASP.NET pages - ASP.NET tutorial


This tutorial will help you setup HTTP Gzip and Deflate compression in your ASP.NET web application. We will make use of an ASP.NET web application life cycle event in Global.asax file to achieve that. The code is very simple to understand.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



ASP.net simple email sending function
ASP.net simple email sending function
http://blog.0tutor.com sending an email through asp.net is maybe one of the most simple functions ever, and here is the source code, to make it even more simple for you.
Category: ASP.NET tutorials - Difficulty:
Encrypt Passwords Using MD5
Encrypt Passwords Using MD5
This code demonstrates how to use an MD5 hash to encrypt user passwords when storing them in a database. There are constantly news items about companies where user information is compromised. By storing passwords using an MD5 hash, even if your database is compromised the passwords cannot be decoded. The only downside is that users cannot retrieve lost passwords, they must reset them.
Category: ASP.NET tutorials - Difficulty:
Using CultureInfo to modify output
Using CultureInfo to modify output
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings.
Category: ASP.NET tutorials - Difficulty:
Master Pages
Master Pages
This tutorial covers one of ASP.NET 2.0's most useful features as far as developing an identity for your site: Master Pages. A distinguishing characteristic of most well-designed modern Web sites is the consistent look and feel of each page within the site.

Category: ASP.NET tutorials - Difficulty:
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: