⟩ What is the top .NET class that everything is derived from?
System.Object.
System.Object.
What is the implicit name of the parameter that gets passed into the set method/property of a class?
Can you declare an override method to be static if the original method is not static?
If a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is a C# delegate?
What debugging tools come with the .NET SDK?
What is the difference between the Debug class and Trace class?
Between Windows Authentication and SQL Server Authentication, which one is trusted and which one is untrusted?
What does the Dispose method do with the connection object?
What is the smallest unit of execution in .NET?
Difference between directcast and ctype.