ASP.NET AJAX Class in Dallas, Texas

infomart_dallas_texas

I am returning to Phoenix today after teaching ASP.NET AJAX in Dallas, Texas.  Thanks to everyone who attended the class! 

About 50% of my students were from the same company, and were already using AJAX technologies.  One in particular had experience with Prototype, and made some excellent observations regarding the two platforms.

A concern raised about the Microsoft AJAX implementation was the total size of scripts downloaded to client.  One of the suggestions provided by Microsoft is to enable compression in the web.config file as so:

<scriptResourceHandler enableCompression="true" enableCaching="true" />

However, the following snapshot is taken from a forum discussion that makes it appear that compression is only enabled for IE7?

reflector_iscompressionenabled

This raises the question:  Are there other alternatives for managing script size issues in ASP.NET AJAX that will work across the major browsers used today? 

Published Thursday, October 18, 2007 12:28 PM by Palermo4
Filed under: , , ,

Comments

# re: ASP.NET AJAX Class in Dallas, Texas

Thursday, October 18, 2007 3:56 PM by rajbk

Looking at the reflected code you posted, compression is enabled for

Any IE browser > 6

*AND*

All other browsers (see the last line - return true;)

So you should be fine there.

# re: ASP.NET AJAX Class in Dallas, Texas

Thursday, October 18, 2007 4:05 PM by Palermo4

Doh!  Thanks for pointing that out!

# re: ASP.NET AJAX Class in Dallas, Texas

Friday, June 26, 2009 2:06 PM by Angela Rodriguez

When will there be another class in the Dallas Metroplex area in Texas??? I have so many troubles with ASP.NET 3.5.

Leave a Comment

(required) 
(required) 
(optional)
(required)