Explain managed code?
What is the difference b/w Readonly Variable and Constant Variable?
What is early binding?
What is the feature anonymous type?
Explain an assembly and its use?
Explain about the feature anonymous type?
What do you mean by Redim in VB.NET?
What is MSIL.
Explain the difference between dispose and finalize()?
how to call a list box on the text if some one send me the code for it
hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.
Can you please explain the difference between dispose and finalize()?
Tell us how many languages are supported by .net?