vote up 1 vote down star
1

Are the client side javascript extensions, e.g. MicrosoftAjax.js, the same in both ASP.NET AJAX (for ASP.NET WebForms) and ASP.NET MVC?

For example, does it still include:

  • Global Namespace
  • Sys Namespace
  • Sys.Net Namespace
  • Sys.Serialization Namespace
  • Sys.Services Namespace
  • Sys.UI Namespace
  • Sys.WebForms Namespace

although I'd suspect that the Sys.WebForms namespace might be redundant for MVC...

flag

1 Answer

vote up 0 vote down check

Both frameworks share the same MicrosoftAjax.js file, but each has a seperate additional ajax file too:

MVC has a MicrosoftMvcAjax.js file Webforms has a MicrosoftAjaxWebForms.js file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.