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 Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
How is mvc different from asp.net? : Asp.Net MVC
Explain the flow of processing of the request? : asp.net mvc
How would you enable impersonation in the web.config file?
What are the features that make asp.net more used framework? : asp.net mvc
What is routing in MVC?
List some of the important session state modes of asp.net.
What are the disadvantages of using session?
What is autopostback true?
What is the maximum amount of memory any single process on windows can address?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
How to find last error which occurred?
What does session_start () do?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What are Master Pages in ASP.NET? or What is a Master Page?