Questions of Test: C# Interview questions

More >>

1

What is a satellite Assembly?

2

Can you force the garbage collection ?

3

Can the scope of a field/method of a class be restricted to the classes in the same namespace ?

4

What are the issue that may arise when 'is' or 'as' operator is used to check an object?

5

What is true about using unsafe feature ?

6

How does the compiler determine the correct type in a generic method call ?

7

Structures can inherit how many classes?

8

How do you inherit from a class in C#? 

9

Can you override private virtual methods? 

10

Events in C# are heavily intertwined with which other language feature?

More >>