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
How you can manage the state of application at the server side in ASP.NET?
Is oauth for authentication or authorization?
Describe the events in the life cycle of a web application.
What is the differences between a primary key and a unique key in sql server?
How can I configure asp.net applications that are running on a remote machine?
What do you understand by aggregate dependency?
How do we access view state value of this page in the next page?
What are Master Pages in ASP.NET? or What is a Master Page?
Explain the function of new view engine in asp.net? : asp.net mvc
How can we create custom controls in asp net?
Which method is used to perform all validation at the page level?
Explain the basic functionality of garbage collector?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is the difference between page-level caching and fragment caching?