Click here to Skip to main content
15,891,925 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
It has asked by TCS interviewer that

How can you increase the performance of your application which is developed by MVC3?
Posted
Comments
DGKumar 6-Aug-13 7:29am    
My main concern is while retrieve the data from database that will display very rapid manner.
page execution is will be faster manner.
[no name] 6-Aug-13 7:31am    
If it contains more then one js and css files then you can go for bundling up of them so that the page load time gets minimized and permanence will get enhanced too.

1 solution

Performance is a very subjective topic. I would first ask the question back that what is the expected performance desired from the application? What has been already done?

In anycase, here is nice blog about the things you should consider while developing MVC applications:

http://leoncullens.nl/post/2011/12/24/Essential-guide-to-ASPNET-MVC3-performance.aspx[^]
 
Share this answer
 
Comments
[no name] 6-Aug-13 7:33am    
In that blog there is no bundeling concept is mentioned. By bundeling the performance also increases. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900