What ?ll u do in early and late binding ?



What ?ll u do in early and late binding ?..

Answer / wayforcoupons

early (or static) binding refers to compile time binding and
late (or dynamic) binding refers to runtime binding (for
example when you use reflection).


find godaddy coupon & domain name for $1 at
http://www.wayforcoupons.com/domain-name-registration-for-
1.aspx

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Can you create an app domain ?

1 Answers  


what is view state

5 Answers   Microsoft, Siebel Systems,


What are Session states available and its Uses?

0 Answers   CTS, iLogic,


What is the caspol.exe tool used for?

0 Answers  


What is session state server?

0 Answers  






What is difference between masterpage and user control, what is the objective of master page when we had user control in .NET 1.1 version

3 Answers   DELL, Soham,


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

0 Answers  


what is Versioning in asp.net and how it maintain in any web application

1 Answers   TCS,


while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

0 Answers  


What are the different properties of server control that exists?

0 Answers   Cap Gemini,


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


Any alternative to avoid name collisions other then Namespaces?

1 Answers  


Categories