What is early binding and Late binding. Difference which is
better ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Do you know using sql cache invalidation?
What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?
What is application session?
How many types of Cookies are available in ASP.NET?
What is the concepts of globalization and localization in .net?
What is state management techniques in asp.net?
Does JITting occur per-assembly or per-method? How does this affect the working set?
What is session tracking & methods?
What is Partial in ASP.NET 2.0?
Asp.net - How to find last error which occurred?
What is asp.net mvc? : asp.net mvc
Interface and Abstract class, inheritance, abstraction with examples. Polymorphism (difference betn overloading and overriding
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)