Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Improve the performance of an ASP.NET application

How to improve the performance of an ASP.NET application? Which are are the fields I should take care? The application includes DB connections and Image Parsing etc.

like image 895
Sauron Avatar asked Jul 20 '09 05:07

Sauron


People also ask

What are the most important performance issues in ASP.NET web applications?

There can be numerous reasons why . NET applications can be slow. These include incorrect memory sizing, GC pauses, code-level errors, excessive logging of exceptions, high usage of synchronized blocks, IIS server bottlenecks, and so on. In this blog, we will look at some of the top performance problems in .


1 Answers

10 Tips for Writing High-Performance Web Applications

20 Tips to Improve ASP.net Application Performance

Bye

like image 100
RRUZ Avatar answered Oct 09 '22 12:10

RRUZ