Explain the types of memory management? : .NET Architecture
Answer / Garima Agrawal
Memory Management in .NET is handled automatically by the Common Language Runtime (CLR), but it's useful to understand the different types of memory management techniques:
1. Manual Memory Management: The programmer explicitly allocates and deallocates memory, which can lead to memory leaks or invalid memory references.
2. Automatic Memory Management: The runtime automatically manages memory allocation and deallocation using Garbage Collection (GC). In .NET, this is the primary method of memory management.
3. Demand-Paged Memory Management: This technique allocates memory only when it's actually needed, instead of reserving a large block at once.
| Is This Answer Correct ? | 0 Yes | 0 No |
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is .net viewstate?
What is MS chart control in visual studio?
How can I write my own .NET host?
what is diffrent beatween localprinter and networkprinter
What is a service contract, operation contract and data contract?
What is .net mobile utility controls. Explain with an example? : Microsoft dot net mobile
how to kill user session ?
How do you handle this COM components developed in other programming languages in .NET?
1 Answers InfoAxon Technologies,
Explain some of the disadvantages due to microsoft.net?
What are the options provived by vss to the user? how it will help us while delevoping application?
Explain pipelining? : Dot net architecture