Author: Tales from the Evil Empire : ASP.NET | Posted on: 10/19/2009 1:50:53 AM | Views : 758

Last week, I wrote a post about how the new Microsoft Ajax Library Preview 6 made it a lot easier to write unobtrusive and imperative data-driven applications . Because for the previous preview, I had written a cool little class browser using a declarative style, I thought it would be nice to rewrite this in a completely imperative way. The mistake I made though was to call it unobtrusive. Never mind that ?unobtrusive? is a perfectly well-defined word that actually existed way before JavaScript. ?Unobtrusive JavaScript? has a very specific meaning that people feel strongly about. To be worthy of that label, an application must basically conform to (at least) those two requirements: Markup and behavior are strictly separated. That means no DOM...(read more) ...

Go to the complete details ...