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 does postback mean?
How many types of sessions are there in asp net?
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?
What kind of data we can store in viewstate?
Explain the difference between response.redirect vs server.transfer
witch is the best insistute in sharpoint course.what abt future of share point course.
What is AutoEventWireup attribute for ?
What are the 3 types of web?
Describe the diffeerence between inline and code behind?
Why should i prefer JSP over asp.net or any other web development language..??
Can you explain one critical mapping?
What is the purpose of url encoding?
How we can force all the validation controls to run?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the difference between stored procedure vs function?