ASP.NET MVC 2 project default script files. What do you use?
Posted
by Andrew Florko
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Florko
Published on 2010-05-20T10:15:51Z
Indexed on
2010/05/20
10:20 UTC
Read the original article
Hit count: 187
Many js files are included into Scripts folder by default in ASP.NET MVC 2 Projects. I suppose developers use jquery library nearly every time they program a site, but what about other files?
Please, can you tell scenarios and reasons when you:
- Use Microsoft.Ajax instead of jquery or mix both libraries?
- Do you use JQuery validation infrastructure instead of asp.net mvc one, or combine them both?
Thank you in advance!
P.S. there are also diferrent editions of the same file. Do you include different editions depenending on debug/release build?
© Stack Overflow or respective owner