what is the difference between early binding and late binding
in .net?
Answer Posted / venkat
Late Binding: runtime binding
Early Binding: compile time binding
as compilation is done before executing an application so
it is called early binding.
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
Which namespace is used to support multithearding in .NET?
What is Ajax? How it is related to your project?
How to create properties and methods using controls?
Is there any attempt system for microsoft technology papers?
What is an anonymous method and how is it different from a lambda expression?
Will my .net app run on 64-bit windows?
What is COM Interoperability in .NET
Can you create instance of a class which has private constructor?
What is the difference between reference type and value type?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
What is loosely coupled solution in.net?
Does .net supports destructors concept?
Explain what is the difference between web application and enterprise application?
What is the intermediate language between asp and asp.net1.0?
What’s different between process and application in .net?