How to improve the Perfomence of asp.net Webapplication?
I am facing one question in company.my old client came to my company..my application Perfomence is Decresed ,what about solution for this question.how to increse the perfomence of my app? please tell me..
Prasham SabadraPosted Apr 14, 2015, 4:42 AM
I would suggest, please have a look once at following articles:
https://msdn.microsoft.com/en-us/library/ff647787.aspx
https://msdn.microsoft.com/en-us/library/cc668225(v=vs.140).aspx
https://msdn.microsoft.com/en-us/magazine/cc163854.aspx
http://www.codeproject.com/Articles/23306/ASP-NET-Performance-and-Scalability-Secrets
Santhakumar MunuswamyPosted Apr 14, 2015, 4:19 AM
First, we can know the few things how many concurrent users going to use your application?, How mach data will be stored on database like 50,000,1lak,2lk? and etc. How many data will be loading to your application?
Then, we can design based on that requirement entire process like requirement-to-deployment each and every phase work on that.
You have to choose right architecture, design, components like internal or external, Ui component, sql queries or sp and etc.