What is early binding and Late binding. Difference which is
better ?
Answer Posted / 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 View All Answers
What is AutoEventWireup attribute for ?
What is full form of asp.net?
What are the built-in objects in asp.net?
What does asp in asp.net stand for?
How do you declare static variable? What is its lifetime?
How to bind all the binding controls in a page at once in ASP.NET?
Can you explain autopostback?
Is there any alternative to avoid name collisions other then Namespaces?
What are the two types of web pages?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
Explain code snippet to register exception filters from controller?
Differentiate the session object and application object?
What is the difference between web config and machine config files?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is cache in asp net?