What is typical about a windows process in regards to memory allocation in .net?
Answer / Raj Kumar Pandey
In .NET, a Windows process has a managed and an unmanaged heap. The managed heap is garbage-collected automatically by the CLR, while the unmanaged heap is not managed and requires explicit deallocation of resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the single responsibility principle?
What is .net assembly?
What are data types in .NET?
Value type & data types difference. Example from .NET.
How Garbage Collector (GC) Works?
What is 3 tier architecture?
What is value type and refernce type in .net?
How different are interface and abstract class in .Net?
What is connected and diconnected database ?
What is a Strong Name?
What is LINQ?
What is "common language specification" (cls) in .net?