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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Authentication and Authorization?

613


What is application variable in asp.net?

471


Who can consume WebAPI?

599


Explain ViewState?

595


Explain how can we access static variable?

562






How does session work?

515


Explain the difference between or and orelse?

546


What is session handling in a webfarm, how it can work with its limits?

634


What is a form tag?

515


Define data caching?

551


What threading model used in asp and asp.net?

578


How is mvc different from asp.net? : Asp.Net MVC

560


Why web api is better than wcf?

567


Which method is used to force all the validation controls to run?

557


How can we apply themes to an asp.net application?

568