Types of optimization and name a few and how do u do?



Types of optimization and name a few and how do u do?..

Answer / amrit sidhu

Four Optimization,

Heuristic Optimization
Syntactical Optimization
Cost-Based Optimization
Semantic Optimization

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Difference between datagrid and datareader?

1 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


What is the difference between web config and machine config files?

0 Answers  


List down the sequence of methods called during the page load.

0 Answers  


What are client activated objects?

0 Answers  






What is session id in web application?

0 Answers  


What is the basic difference between asp and asp.net?

0 Answers  


When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.

5 Answers   Netsweeper,


whats the best method to cal id in javascript

2 Answers  


I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

0 Answers   Patni,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


what are the ihttphandler and ihttphandlerfactory interfaces ?

0 Answers  


Categories