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
What is the use of autowireup in asp.net?
What is the difference between custom controls and user controls?
How long do session variables last?
Explain what does wsdl stand for?
Where is asp.net view state stored?
Elaborate differentiation between ViewState and SessionState?
How would you enable impersonation in the web.config file?
Explain what is viewstate?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is the page life cycle in asp.net?
To wrap up a call to a Web service the standard used is..?
Why we use content place holder in asp.net?
What is asp.net web pages?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?