Monday, December 20, 2010
Basic .NET Framework questions
- What is IL? (Twist :- What is MSIL or CIL , What is JIT?)
- What is the CLR?
- What is the CTS?
- What is CLS(Common Language Specification)?
- What is Managed Code?
- What is 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 (Twist : What is ILDASM ?) ?
- What is Manifest?
- Where is version information stored of a assembly ?
- Is versioning applicable to private assemblies?
- What is GAC (Twist :- What are situations when you register .NET assembly in GAC ?) ?
- What is concept of strong names (Twist :- How do we generate strong names or what is the process of generating string names , What is use of SN.EXE , How do we apply strong names to assembly ? , How do you sign an assembly ?)?
- 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 VB.NET and C# ?
- What’s difference between System exceptions and Application exceptions?
- What is CODE Access security?
Then Comments the Question Will Update here .......