Explain how to produce an assembly?
No Answer is Posted For this Question
Be the First to Post Answer
Different between .net & j2ee ?
what will do to avoid prior case?
Explain how to load the contents of an xml file into an xmldocument object?
How viewstate is being formed and how it is stored on client in .net?
Explain garbage collection?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
What is Delegate? Have ever used Delegates in your project.
Explain the difference between task and thread in .net?
What is a Manifest?
How to load a user control dynamically in runtime?
Tell us what is heap and what is stack?
Can you share processes between Windows services?