What is iformatprovider in c#?
How do you inherit from a class in C#?
What are assemblies?
What are the Types of compatabilities and explain them
What is eager and lazy loading in c#?
What do multicast delegates mean?
class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?
What is continue in c#?
how do you do exception management
Give an example to show for hiding base class methods?
Which program construct must return a value?
what is meant inheritance. can you exaplain what kind inhertance ussed in your project
What?s the difference between the Debug class and Trace class?