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
List the asp.net validation controls?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What do you mean by authentication?
What are the different method of navigation in asp.net?
What is the difference between “Web.config” and “Machine.Config”?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is the difference between GridView and Repeater controls in ASP.NET?
How do you implement sql caching in asp.net?
Does web services support data reader like pom project?
What is Razor View Engine
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain the steps to be followed to use passport authentication.
What are the advantages of asp.net mvc framework? : asp.net mvc