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 |
What does aspcompat="true" mean?
How many ways are there to maintain a state in .net? What is view state?
Explain about asp.net 2.0 themes?
How we handle the runtime database schema change issue in asp.net application?
What are the page level transaction and class level transaction?
What methods are fired during the page load? Init()
Where is http session stored?
What is ispostback method in asp.net? Why do we use that?
Is it possible to change the index of primary key on table?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain what are delegates?
define silverlight and advantages ?
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)