what are the ways to improve performance in .net
application?
Answer Posted / rajesh sharma
. Avoid round-trips to server.
. Perform validation on client.
. Save viewstate only when necessary.
. Employ caching.
. Leave buffering on unless there is a dire need to disable
. Use connection pooling.
. Use stored procedures instead of in-line SQL or dynamic
SQL.
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
How to prevent client side validation from the ASP.NET validation controls?
Explain the difference between webfarm and webgardens in .net?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What are the main differences between asp and asp.net?
What is application variable in asp.net?
Explain the asp.net page life cycle.
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the difference between dispose() and finalize()?
List the events in page life cycle.
Why we are using mvc instead of asp.net? : Asp.Net MVC
How do you deploy your asp.net application?
Can we use MSSql as backend in asp.net...if yes then How.?
What is base class of .net?
Can I combine classic asp and asp.net pages?
Where can I get information on cookies in asp.net?