What are PE(Portable Executable)?
Why are local variables stored in stack?
What is Garbage Collection in .Net?
How to find methods of a assembly file (not using ILDASM)?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
Explain about Serialize and MarshalByRef?
What is JIT (just in time)? how it works?
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 the difference between a private assembly and a shared assembly?
Why do we need to call CG.SupressFinalize?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is Event - Delegate?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What are Namespaces?