
ASP.NET AJAX Roadmap
Perhaps many will be interested in what to expect in the future from ASP.NET AJAX. Fortunately, asp.net developers shared their plans with us by releasing ASP.NET AJAX Roadmap .
Of the interesting things, a big movement towards client technologies and the introduction of mechanisms for easy manipulation of DOM objects through selectors like this $ query (“input [type = text] [value ~ = foo]”) can be noted. I hope Microsoft succeeds in competing with jQuery, it may not be so small, but not less functional and native to asp.net.
Client controls like tables, treeview and even Rich text editor seem to be promising.
In general, the impressions of the roadmap are positive. Microsoft's AJAX is evolving, and I like development plans.
Of the interesting things, a big movement towards client technologies and the introduction of mechanisms for easy manipulation of DOM objects through selectors like this $ query (“input [type = text] [value ~ = foo]”) can be noted. I hope Microsoft succeeds in competing with jQuery, it may not be so small, but not less functional and native to asp.net.
Client controls like tables, treeview and even Rich text editor seem to be promising.
In general, the impressions of the roadmap are positive. Microsoft's AJAX is evolving, and I like development plans.