Introduction.......................................................................................................................16Features of the book..........................................................................................................16Foreword...........................................................................................................................17Career path Institute..........................................................................................................17Main differences between .NET 1.1, 2.0, 3.0 and 3.5......................................................18How to read this book.......................................................................................................18Software Company hierarchy...........................................................................................19Resume Preparation Guidelines........................................................................................20Salary Negotiation............................................................................................................22Points to remember...........................................................................................................24Interview rating Sheet.......................................................................................................26Chapter 1: Basic .NET Framework................................................................................26(B)What is an IL?......................................................................................................26(B)What is a CLR?....................................................................................................26(B)What is CTS?.......................................................................................................27(B)What is a CLS (Common Language Specification)?...........................................27(B)What is a Managed Code?...................................................................................27(B)What is a Assembly?...........................................................................................27(A) What are the different types of Assembly?........................................................28(B) What is NameSpace?..........................................................................................28(B) What is Difference between NameSpace and Assembly?..................................28(A) If you want to view an Assembly how do you go about it?...............................28(A) What is Manifest?...............................................................................................30(B) Where is version information stored of an assembly?........................................30(I) Is versioning applicable to private assemblies?...................................................30(B) What is GAC?.....................................................................................................30(I) what is the concept of strong names?..................................................................30(I) How to add and remove an assembly from GAC?..............................................33(B) What is Delay signing?.......................................................................................33(B) What is garbage collection?................................................................................34(I) Can we force garbage collector to run?...............................................................34(B) What is reflection?..............................................................................................34(A) What are different types of JIT?.........................................................................36(B) What are Value types and Reference types?......................................................36(B) What is concept of Boxing and Unboxing ?.......................................................36(B) What is the difference between VB.NET and C#?.............................................36(I) what is the difference between System exceptions and Application exceptions?37(I)What is CODE Access security?...........................................................................38(I)What is a satellite assembly?................................................................................38(A) How to prevent my .NET DLL to be decompiled?............................................38(I) what is the difference between Convert.toString and .toString () method?.........39(A) What is Native Image Generator (Ngen.exe)?...................................................39(A) If we have two version of same assembly in GAC how do we make a choice?40(A)What is CodeDom?.............................................................................................46Chapter 2: NET Interoperability....................................................................................48
Leave a Comment