What is early binding and Late binding. Difference which is
better ?

Answers were Sorted based on User's Feedback



What is early binding and Late binding. Difference which is better ?..

Answer / rakesh kamboj

Early binding:: Properties and method can be identified by
compile time.
Example: dim rs as recordset

Late binnding: Properties and method can be identified by
Run time.
Example: dim obj as classname
set obj=new classname

Is This Answer Correct ?    10 Yes 2 No

What is early binding and Late binding. Difference which is better ?..

Answer / sudhir kunnure

Early binding means one of function or type declaration
compile first then it excute.
late binding function or type direct excute at runtime

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How to handle error while project running on live

2 Answers  


Which namespace do the classes, allowing you to support COM functionality, are located?

1 Answers  


What are the page level transaction and class level transaction?

1 Answers   Satyam,


In asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?

1 Answers  


State Management (viewstate, session etc)

2 Answers   Syntel,






Are there resources online with tips on asp to asp.net conversions?

0 Answers  


Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


What are the different kinds of assemblies?

0 Answers  


How do u deploy your asp.net application?

0 Answers  


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

0 Answers  


How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


To load your generated dataset with data which method do you invoke?

0 Answers   Siebel,


Categories