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


Please Help Members By Posting Answers For Below Questions

Who generates session id?

486


Explain why datareader is useful?

548


Where you store Connection string in "Web.Config" file in ASP.NET?

580


What is application in asp net?

492


What is a viewstate?

563






What is cookies cache and session?

538


In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?

649


Differentiate between globalization and localization.

534


Can we handle the error and redirect to some pages using web.config?

907


What does ascx stand for?

504


Define the term Web Garden?

548


How about the security in Activex DLL and Activex EXE ?

1784


What is the use of data set in asp.net?

482


What is server side session management?

524


How do you design a website with multilingual support in ASP.NET ?

542