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
Explain how dot net compiled code will become platform independent?
how to write html code with ssl
What is postback in asp net?
What is the use of express session?
How would you turn off cookies on one page of your website?
Why do we use asp.net?
In the Repeater control which way you can edit?
How to implement form based authentication in asp.net application?
How do cookies work?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
Explain parts of assembly?
What are sessions and cookies?
How can you use a custom controls in ASP.NET application?
What is cross page posting? How is it done?
Name the tools or API for developing or testing web api?