views:

624

answers:

2

Do you know of any examples of MooTools and ASP.NET MVC?

A: 

ASP.NET MVC includes JQuery which seems to have Microsofts approval. However there really isn't a great deal of overlap (as yet) with the client side Javascript framework and the server-side MVC architecture specifically.

The use of JQuery, MooTools or any other such framework when delivering Views is realy quite independant of MVC itself. What you would probably be more interested in is how MooTools might integrate with ASP.NET AJAX which may I guess be considered a component of MVC.

Here this one blog on ASP.NET AJAX and MooTools.

Note though that MS are putting quite a bit of effort into adding intellisense support for JQuery into VS2008. Its quite possible that a third party might put the same effort into supporting MooTools in intellisense but then they might not, something worth considering if you're not too tied to MooTools.

AnthonyWJones
A: 

I have a sample of ASP.NET MVC with Mootools.

Thiago Santos