Explain the advantage of using system.text.stringbuilder over system.string?
How do you create dlls in .NET
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
Define parsing? Explain how to parse a datetime string?
Explain boxing and unboxing in c#?
Distinguish between system.string and system.text.stringbuilder classes?
If a method's return type is void, can you use a return keyword in the method?
Name some properties of array.
What is scope c#?
Explain manifest in c#.
What is class method c#?
How do I automate my desktop application?
What is the difference between add and addrange in c#?
What is satellite assembly? And steps to create satellite assembly?
When To use HashTable In C#