|
Related Questions |
View Answer |
 |
Can you declare the override method static while the original method is non-static?
|
View Answer |
 |
Can you store multiple data types in System.Array? |
View Answer |
 |
Does C# support C type macros? |
View Answer |
 |
Does C# support parameterized properties? |
View Answer |
 |
Does C# support templates? |
View Answer |
 |
Does C# support #define for defining global constants? |
View Answer |
 |
Is it possible to have different access modifiers on the get/set methods of a property? |
View Answer |
 |
Can I define a type that is an alias of another type (like typedef in C++)? |
View Answer |
 |
Can I define a type that is an alias of another type (like typedef in C++)? |
View Answer |
 |
How do I port "synchronized" functions from Visual J++ to C#? |
View Answer |
 |
How do you inherit from a class in C#? |
View Answer |
 |
Explain the three services model (three-tier application). Presentation (UI), business (logic and underlying code) and data (from storage or other sources). |
View Answer |
 |
What is the difference between and XML documentation tag? |
View Answer |
 |
What is the difference between // comments, /* */ comments and /// comments? |
View Answer |
 |
Is there any sample C# code for simple threading? |
View Answer |
 |
Is there any sample C# code for simple threading? |
View Answer |
 |
Why do I get a security exception when I try to run my C# app? |
View Answer |
 |
What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET? |
View Answer |
 |
What is the advantage of using System.Text.StringBuilder over System.String? |
View Answer |
 |
Does Console.WriteLine() stop printing when it reaches a NULL character within a string? |
View Answer |