Dot Net Faqs
Basic .NET Framework
What is a IL?
What is a CTS?
What is a CLS(Common Language Specification)?
What is a Managed Code?
What is a Assembly ?
What are different types of Assembly?
What is NameSpace?
What is Difference between NameSpace and Assembly?
If you want to view a Assembly how to you go about it ?
What is ILDASM ?
What is Manifest?
Where is version information stored of a assembly ?
Is versioning applicable to private assemblies?
What is GAC?
What are situations when you register .NET assembly in GAC ?
What is concept of strong names ?
How to add and remove a assembly from GAC?
What is Delay signing ?
What is garbage collection?
Can we force garbage collector to run ?
What is reflection?
What are different type of JIT ?
What are Value types and Reference types ?
What is concept of Boxing and Unboxing ?
What’s difference between System exceptions and Application exceptions?
What is CODE Access security?
What’s the difference between Convert.toString and .toString() method ?
What is Native Image Generator (Ngen.exe)?
What is CodeDom?

