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
How to display Alert in ASP.NET
How could you modify xaml content from javascript?
Explain the concept of event bubbling in ASP.NET?
What is the use of ASP.NET routing?
How will create assesblies at run time?
How asynchronous call can be implemented using delegates?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is state management techniques in asp.net?
Describe the method to create a permanent cookie?
What is page request in asp.net?
What is the concepts of globalization and localization in .net?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
How can we implement a identity (sql server) call in an asp.net page?
How do I open an ashx file?