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
What is a server cookie?
What is paging in context of Memory?
What is applicatio domain?
How many types of validators are there in asp net?
What is the difference between rest and restful?
Can you explain architecture of your project ?
What is the difference between union and structure?
Why mvc is better than asp.net? : Asp.Net MVC
Can you explain one critical mapping? Performance issue which one is better?
What is the function of the ViewState property?
What is OSI layer? Explain different layers.
How to disable disable browser's Back button in asp.net (JavaScript)?
What is the exact purpose of http handlers?
Which method is used to perform all validation at the page level?
What is a viewbag?