Is constructor a static method?
Distinguish between system.string and system.text.stringbuilder classes?
What is cshtml extension?
What is the wildcard character in sql?
When To use HashTable In C#
When static constructor is invoked?
Where value types are stored in c#?
What?s an interface class?
Can non-default constructors be used with single call sao?
Can you describe iuknown interface in short?
explain the features of static/shared classes.
HOw to judge a person for a team if you are allowed to ask only 2 questions to him?
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;