How would you describe encapsulation in c#?
Explain how do you directly call a native function exported from a dll?
Explain the different ways a method can be overloaded?
Explain the difference between a struct and a class?
How do I do implement a assert?
Does c# support try-catch-finally blocks?
Explain the difference between const and static read-only?
Explain how can I get around scope problems in a try/catch?
Explain how is the dll hell problem solved in .net?
Explain the ways to deploy an assembly?
Define delay signing?
Explain the difference between and xml documentation tag?
Give an example of a directcast.
Define strong name in c#?
Define constructor in c#.