Is it true that asp.net MVC doesn’t use SESSIONS [Sessions varibale] and hence there it’s performance is better than asp.net webform.
if this is not the case then why the speed of asp.net MVC is faster than asp.net webform?
Is it true that asp.net MVC doesn’t use SESSIONS [Sessions varibale] and hence there
Share
It’s actually does not use
VIEWSTATE,since viewstate data doesn’t transmit to and fro between client and server,the MVC pages load a bit faster.