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
it.
. Use connection pooling.
. Use stored procedures instead of in-line SQL or dynamic
SQL.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A web service can only be written in .net? State whether true or false.

536


Explain why datareader is useful?

548


What is session in http request?

554


How do we ensure view state has not tampered?

602


Will session work if cookies is disabled?

523






Explain the difference between inline and code behind - which is best in?

502


How to retrieve user name in case of Window Authentication?

277


What is difference between viewstate and session state in javascript?

572


Can viewstate be accessed in another page?

507


What is the base class from which web forms are inherited?

526


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

596


What a diffgram is, and a good use for one?

563


Explain security types in asp.net?

536


Can I stream live content/events?

575


Explain diff between dataset and datareader?

526