|
Related Questions |
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
|
|
What are the ways to deploy an assembly?
|
View Answer
|
|
What is a satellite assembly?
|
View Answer
|
|
What namespaces are necessary to create a localized application?
|
View Answer
|
|
What is the difference between // comments, /* */ comments and /// comments?
|
View Answer
|
|
How do you generate documentation from the C# file commented properly with a command-line compiler?
|
View Answer
|
|
Is XML case-sensitive?
|
View Answer
|
|
What does the This window show in the debugger?
|
View Answer
|
|
What does assert() do?
|
View Answer
|
|
What is the difference between the Debug class and Trace class?
|
View Answer
|
|
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
|
View Answer
|
|
Where is the output of TextWriterTraceListener redirected?
|
View Answer
|
|
Can you change the value of a variable while debugging a C# application?
|
View Answer
|
|
Explain ACID rule of thumb for transactions.
|
View Answer
|
|
What connections does Microsoft SQL Server support?
|
View Answer
|
|
Which one is trusted and which one is untrusted?
|
View Answer
|
|
Why would you use untrusted verificaion?
|
View Answer
|
|
What does the parameter Initial Catalog define inside Connection String?
|
View Answer
|