DOTNET Interview Questions and Answers Book

//
About the Book
.NET is a software development platform developed by Microsoft. .NET provides tools and libraries that allow developers to develop applications and services much easily, faster and secure by using a convenient way. This book covers the following topics.
  1. .NET 4.x features details.
  2. Base Class Library (BCL).
  3. CLR and its components.
  4. CTS and CLS with their relationships.
  5. MSIL and JIT compiler.
  6. Managed and Unmanaged Code.
  7. Stack and Heap memory management.
  8. Assembly and GAC.
  9. Garbage Collector and its methods.
  10. Garbage Collector algorithm.