Why are local variables stored in stack?
Will finally block get executed if the exception had not occurred?
What?s class SortedList underneath?
What is an example of a delegate?
What is Garbage Collection in .Net?
What is the concept of strong names?
explain DIFFERENCE BETWEEN CLASS AND MODULE?
What is argument in c#?
Explain About disco and uddi
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
how to return morethan one value using out parameter in c#.net ; For Example : public int show(out int []a) { int []a={1,2,3,4,5}; return a[]; } we have to print all the values without using the Console.WriteLine statement;
What is the usage of OLE?
Difference between imperative and interrogative code?