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

What does postback mean?

741


How many types of sessions are there in asp net?

725


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2174


What kind of data we can store in viewstate?

784


Explain the difference between response.redirect vs server.transfer

855


witch is the best insistute in sharpoint course.what abt future of share point course.

2961


What is AutoEventWireup attribute for ?

789


What are the 3 types of web?

681


Describe the diffeerence between inline and code behind?

727


Why should i prefer JSP over asp.net or any other web development language..??

1700


Can you explain one critical mapping?

738


What is the purpose of url encoding?

689


How we can force all the validation controls to run?

730


Explain the main function of url routing system in asp.net mvc? : asp.net mvc

694


What is the difference between stored procedure vs function?

771