Click here to Skip to main content
16,021,226 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
hi i am an c# developer from last 3 year . i build lots of applications . but my all applications facing an issue . that when i build application and deploy them and install on client system it run fast and performance is to good .

but applications become slower day by bay after installation . and performance come down .

i am Totally confuse . what is the issue . and how to solve it . plz solve my issue .
Posted
Comments
CHill60 1-Mar-13 8:25am    
Are your applications using a database?

1 solution

Hi,

There are several reasons that can make the .NET (any for that matter) application performance slow or poor. So, you need to find out the possible reasons for that. Here i am giving some MSDN links where they have discussed on how to evaluate the .NET application's performance and fine tune them.
Monitoring ASP.NET Application Performance[^]
Tuning .NET Application Performance[^]
Improving .NET Application Performance and Scalability[^]
Improving ASP.NET Performance[^]
ASP.NET Performance Monitoring, and When to Alert Administrators[^]
Measuring .NET Application Performance[^]

try the steps discussed in the articles and evaluate your application, and ofcourse it depends on what type of .NET application you have developed.

hope it helps
 
Share this answer
 
v2

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