what are the ways to improve performance in .net
application?
Answer Posted / rahul bhatnagar
You have some more technique to doing it
Use Style sheet at top of page
Use javascript at bottom of page
Use External Style Sheet/Java Script
Remove duplicate refn of java script
Use caching
Reduce no of http request
use gzip
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is postback pixel?
Explain what is event bubbling?
What are the different session state management options available 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?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain how dot net compiled code will become platform independent?
What are validators and list some validators of asp.net?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the difference between debug and release?
What is state management in asp.net with example?
Explain managed code an un-managed code.
What is ashx file in asp.net?
What is the difference between response.redirect and server.transfer?
What is redirectpermanent in asp.net?
Explain Life cycle of ASP.NET page when a request is made.