How can I access the registry from c# code?
Can you use foreach iteration on arrays in c#?
What is the difference between an implicit conversion and an explicit conversion?
How do I declare a pure virtual function in c#?
Are string objects mutable or immutable?
How do I do a case-insensitive string comparison?
What is the difference between string keyword and system.string class?
What standard types does c# use?
Can a sealed class be used as a base class?
Are c# generics the same as c++ templates?
Why does dllimport not work for me?
List the 5 different access modifiers in c#?
What is class sortedlist underneath?
Does c# do array bounds checking?
What do you mean by string objects are immutable?