Tutorial search
Tutorials
Stuff
Affiliates
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

Category: ASP.NET tutorials - Difficulty: 

Enabling Gzip and Deflate HTTP Compression in ASP.NET pages tutorial description
| Added on | 26.12.2007 |
| Total clicks | 15 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Enabling Gzip and Deflate HTTP Compression in ASP.NET pages
More cool ASP.NET tutorials:

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: 


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: 


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: 


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: 


A simple function to execute batch file in ASP.Net with parameters.
Category: ASP.NET tutorials - Difficulty: 



