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

What is the use of autowireup in asp.net?

732


What is the difference between custom controls and user controls?

678


How long do session variables last?

703


Explain what does wsdl stand for?

722


Where is asp.net view state stored?

718


Elaborate differentiation between ViewState and SessionState?

830


How would you enable impersonation in the web.config file?

713


Explain what is viewstate?

732


Which is the best institute to learn Microsoft Technologies and the faculty if you Know?

1810


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

841


What is the page life cycle in asp.net?

742


To wrap up a call to a Web service the standard used is..?

727


Why we use content place holder in asp.net?

740


What is asp.net web pages?

696


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2562