www.evidhyashala.com provides free free mock test , free online exam , online exam free test series , online exam free , Online Test Exam Series , free exam papers past papers , online exam form ,Online Test Series for Exam Prep. Free Mock Tests - for All govt jobs. Bank PO, Clerk, SSC CGL, CHSL, JE, GATE, Insurance, Railways, IBPS RRB, SBI, RBI, IPPB, BSNL TTA

Sponser Link

know more info pls click here

List some of the common steps to follow to optimize a web application for performance?-tech10032012

Turn off debugging for deployed applications. Code that has been compiled with release options runs faster than code compiled with debug options. Avoid round-trips between the client and server. ASP.NET uses postbacks to process server events on a page. Try to design Web forms so that the data on the Web form is complete before the user posts the data to the server. You can use the validation controls to ensure that data is complete on the client side before the page is submitted. Turn off Session state if it isn’t needed. In some cases, you can design your code to use other techniques, such as cookies, to store client data. Turn off ViewState for server controls that do not need to retain their values. Saving ViewState information adds to the amount of data that must be transmitted back to the server with each request. Use stored procedures with databases. Stored procedures execute more quickly than ad hoc queries. Use SqlDataReader rather than data sets for read-forward data retrieval. Using SqlDataReader is faster and consumes less memory than creating a data set. to have those processes distributed across multiple CPUs and/or multiple servers.

0 comments:

Popular Posts