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
How is mvc different from asp.net? : Asp.Net MVC
Explain what are delegates?
How can u debug your .net application?
What is the life-span of the items in the viewstate?
What are the benefits of Razor View?
What is asp net_sessionid?
Explain the various authentication mechanisms in asp.net.
How would you create a permanent cookie?
Which dll handles the request of .aspx page?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What is postback pixel?
How is my content secured from unauthorized access?
How to do state management in ASP.NET?
Is post back in asp.net?
Explain about the Class view window?