vote up 1 vote down star

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

flag

2 Answers

vote up 0 vote down check

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

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

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