What is the relation between classes and objects?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What is the concept of strong names?
What are the 2 kinds of data type conversions in c#?
What is internal and protected-internal accessspecifier in c#.net?
What is the use of main method in c#?
Why attributes are used in c#?
Can an interface extend a class c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?
Is stringbuilder thread safe c#?
What is c# console application?
Does the variables of a private class-level inherited?