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.
- .NET 4.x features details.
- Base Class Library (BCL).
- CLR and its components.
- CTS and CLS with their relationships.
- MSIL and JIT compiler.
- Managed and Unmanaged Code.
- Stack and Heap memory management.
- Assembly and GAC.
- Garbage Collector and its methods.
- Garbage Collector algorithm.