| C#.Net Interview Questions and Answers |
|
|
|
|
In the NUnit test framework, which attribute must adorn a test class in order for it to be picked up by the NUnit GUI?
|
|
|
|
When should you call the garbage collector in .NET?
|
|
|
|
What is a satellite assembly?
|
|
|
|
What’s a multicast delegate?
|
|
|
|
|
|
What are the different ways a method can be overloaded?
|
|
|
|
How is method overriding different from method overloading?
|
|
|
|
What’s the difference between an interface and abstract class?
|
|
|
|
What is the difference between a Struct and a Class?
|
|
|
|
What is an interface class?
|
|
|
|
What’s an abstract class?
|
|
|
|
What’s the C# syntax to catch any possible exception?
|
|