Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
How to improve the performance of .net application
Posted

Your requirements were not very specific, but I'll try to do better and redirect you to an excellent source on Tuning .NET Applications[^].
Just in case you meant ASP.NET applications see here too: http://msdn.microsoft.com/en-us/magazine/cc163854.aspx[^].
This would also give you some valuable information: http://msdn.microsoft.com/en-us/library/ff649152.aspx[^].
Need some more? Ok here you go: http://searchwindevelopment.techtarget.com/news/1212392/Tuning-NET-applications-for-peak-performance[^].

Oh and BTW I got that just from the Top10 list googling for: "performance tuning .net applications".

Cheers!

—MRB
 
Share this answer
 
v2
Comments
Mehdi Gholam 9-Nov-11 10:16am    
5'ed
RaisKazi 9-Nov-11 10:21am    
5ed. Useful links. Haven't read fully but simply worth to read.
Sergey Alexandrovich Kryukov 9-Nov-11 10:40am    
Right, useful links, a 5.
--SA
A very vague question which cannot be answered fully with out specifics.

However like any problem you must first find where the problem is to start with, so you must gather metrics and statistics of your running application.

From these statistics you can develop a strategy to improve performance.

To this end code profiler's are your friend.
 
Share this answer
 

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