What is the .net datatype that allows the retrieval of data by a unique key?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Why does my windows application pop up a console window every time I run it?
What is the difference between // comments, /* */ comments and /// comments?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Is it possible to have different access modifiers on the get/set methods of a property?
Why do I get a syntax error when trying to declare a variable called checked?
Does c# support #define for defining global constants?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
Does c# support templates?
How do I port "synchronized" functions from visual j++ to c#?
How do I declare inout arguments in c#?
Is there regular expression (regex) support available to c# developers?
What’s a strong name?
How do I create a multilanguage, single-file assembly?