AJAX MVC :

This project was created to fill a temporary need for an Ajax framework for ASP.NET Server Control authoring for the ASP.NET MVC Framework. ASP.NET Ajax server controls are authored by inheriting from the System.Web.UI.ScriptControl class which is dependent upon the System.Web.UI.ScriptManager control which is in turn dependent upon the Web Forms application module. This dependency chain is not compatible with the ASP.NET MVC framework which does not require an html form element with the runat attribute set to "server". The AJAX MVC project provides an abstraction layer between System.Web.UI.ScriptControl and System.Web.UI.ScriptManager which enables the authoring of server controls which can be used for both the Web Forms model as well as the MVC model. The aim of this project is to make developers more productive by allowing them to author server controls which encapsulate their favorite javascript framework that do not require a version for both application models....

Read More:
AJAX MVC :

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment