Basic .NET Framework

1) What is IL?
2) What is the CLR?
3) What is the CTS?
4) What is CLS(Common Language Specification)?
5) What is Managed Code?
6) What is Assembly ?
7) What are different types of Assembly?
8) What is NameSpace?
9) What is Difference between NameSpace and Assembly?
10) What is Manifest?
11) Where is version information stored of a assembly ?
12) Is versioning applicable to private assemblies?
13) What is GAC
14) How to add and remove a assembly from GAC?
15) What is Delay signing ?
16) What is garbage collection?
17) Can we force garbage collector to run ?
18) What is reflection?
19) What are different type of JIT ?
20) What are Value types and Reference types ?
21) What is concept of Boxing and Unboxing ?
22) What’s difference between VB.NET and C# ?
23) What’s difference between System exceptions and Application exceptions?
24) What is CODE Access security?

3 comments:

  1. Il means intermediate language all the .net source is complied in Intermediate language

    ReplyDelete
  2. nmanaged code is the type of code which will not execute
    in the CLR environment. Memory manangement,garbage
    collection,security of CLR environment do not apply to
    Ummanaged code.

    ReplyDelete