April 2008 Entries

Thank you everyone who came to my Building "Pure" Ajax Applications talk in Orlando! Here are the performance results recorded during the talk: Server-Side ASP.NET : 2,884 bytes (response size) Server-Side ASP.NET AJAX (Update Panel) : 1,663 bytes (response size) Client-Side AJAX (with Web Service Call) : 778 bytes (response size) Here is a link to the updated PowerPoint slides: Pure Ajax PowerPoint Slides Finally, here is the code for the different approaches discussed during the talk: Talk Code The talk code includes the pure declarative client-side control sample. This sample also demonstrates how to create templates that...

Posted Monday, April 28, 2008 3:15 AM

Thank you everyone who came to my full-day workshop on ASP.NET MVC! Here is the link to the updated PowerPoint slides: ASP.NET MVC PowerPoint Here are the links to the sample applications discussed during the workshop. All of the sample applications were built against the CodePlex release of ASP.NET MVC (build 0416) at www.CodePlex.com/aspnet. Custom Routes Demo -- Demonstrates how to create different types of custom routes. Demonstrates Catch-All routes, httpMethod constraints, and the RouteExistingFiles property. Controller Demo -- Demonstrates RenderView(), NonActionAttribute, RedirectToAction(), Redirect(), and HandleUnknownAction. Views Demo -- Demonstrates how...

Posted Monday, April 28, 2008 3:03 AM