What is typical about a windows process in regards to memory allocation in dot net?
Answer / Virendra Kumar Sharma
A Windows process typically has a fixed amount of memory allocated for the process itself, including a Private Bytes and Working Set. .NET applications also use garbage collection to manage memory allocations dynamically.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a DLL?
How will you make .NET programs work in Linux ?
What are the differences between com architecture and.net architecture?
How is a managed code executed?
what is viewstate?
What is the need of OLE-automation?
what is assembly?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
asp mean
What are the collections you've used?
What is interface and abstract class in .net?
What is garbage collection in .net? Explain the garbage collection process?