can we say mvc is a light weight like jQuery?
Given that jQuery is about 80k and MVC is about a 50Mb I wouldn’t say it is lightweight like jQuery, no
ok. excluding the size in general discussion is lightwt framework or not ….because i am confused …..
Lightweight doesn’t really have much of a definition. I personally wouldn’t consider it lightweight when you think about what is involved in model binding, it has to do a lot of work to map the request to .net objects. You might consider it light weight
when compared to webforms as it doesn’t have the overhead of maintaining a control tree the way webforms does. On it’s own, however, compared to other web-based platforms, I wouldn’t really say it is particularly lightweight.
yup i got it thanku