|
Related Questions |
View Answer |
|
How does one compare strings in C#?
|
View Answer
|
|
What is the difference between a struct and a class in C#?
|
View Answer
|
|
How can I get the ASCII code for a character in C#?
|
View Answer
|
|
Is it possible to inline assembly or IL in C# code?
|
View Answer
|
|
If I return out of a try/finally in C#, does the code in the finally-clause run?
|
View Answer
|
|
Does C# support try-catch-finally blocks?
|
View Answer
|
|
Is it possible to have a static indexer in C#?
|
View Answer
|
|
What optimizations does the C# compiler perform when you use the /optimize+ compiler option?
|
View Answer
|
|
How can I access the registry from C# code?
|
View Answer
|
|
Does C# support #define for defining global constants?
|
View Answer
|
|
Is there any sample C# code for simple threading?
|
View Answer
|
|
Is there regular expression (regex) support available to C# developers?
|
View Answer
|
|
Why do I get a security exception when I try to run my C# app?
|
View Answer
|
|
Does C# support parameterized properties?
|
View Answer
|
|
How do you inherit from a class in C#?
|
View Answer
|
|
Does C# support multiple inheritance?
|
View Answer
|
|
Describe the accessibility modifier protected internal.
|
View Answer
|
|
C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
|
View Answer
|
|
What is a delegate?
|
View Answer
|
|
What is a multicast delegate?
|
View Answer
|