Learn how to enable rich communication patterns between your AJAX Web pages and Web server using existing and new features in Windows Communication Foundation.
-
Jon FlandersJon is most at home spelunking, trying to figure out how things work from the inside out. Jon is the author of RESTful.NET from O'Reilly, as well as Essential ASP for Addison-Wesley, and was a co-author of Mastering Visual Studio.NET for O'Reilly. Jon's current major interest is helping people to understand the advantages of REST, but he sees a bright future for modeling as a way to build complex systems. He's a Microsoft MVP, and writes and teaches courses for Pluralsight (http://www.pluralsight.com/). You can read Jon's blog athttp://www.rest-ful.net/.
2 Comments
Scott said
March 25, 2009
Whats the difference between WCF and ASMX? Does it scale better or is it faster? I see no reason to switch unless im going to another site.
Help?
Robert said
March 27, 2009
In case anyone's wondering, at the end of the video, regarding the question about caching; it doesn't add a cache-header to the JS because it wasn't built in release mode. If the site is built in release mode then the ScriptManager does proper cache control of JS files.