what is the difference between early binding and late binding
in .net?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / satyambabu
early binding:-
compiler have knowledge about objects.
late binding:-
compiler doesn't have knowledge about objects.
| Is This Answer Correct ? | 10 Yes | 4 No |
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
How to store and retrieve images in SQL server database through VB.NET?
Do I have any control over the garbage collection algorithm?
Explain how viewstate is being formed and how it's stored on client in .net?
.What is Marshaling?
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
What are Generics? Where do we use them.
Using com component in .net?
What operating systems does the .net framework run on?
How server form post-back works?
What is Event Bubbling in .NET?
diff between forms authentication and windows authentication?