What is GC (Garbage Collection) and how it works
Answer / kirti
One of the good features of the CLR is Garbage Collection, which runs in the background collecting unused object references, freeing us from having to ensure we always destroy them. In reality the time difference between you releasing the object instance and it being garbage collected is likely to be very small, since the GC is always running.
[The process of transitively tracing through all pointers to actively used objects in order to locate all objects that can be referenced, and then arranging to reuse any heap memory that was not found during this trace. The common language runtime garbage collector also compacts the memory that is in use to reduce the working space needed for the heap.]
Heap:
A portion of memory reserved for a program to use for the temporary storage of data structures whose existence or size cannot be determined until the program is running.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you write a class without specifying namespace? Which namespace does it belong to by default?
Describe the .net framework architecture.
I have 2+ years of fake experience,actually i could not answer for project questions..?how can i answer please suggest me..?
What are class access modifiers
What is the importance of NonActionAttribute?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is serialization ?
what is mean by type-safe? Please answer me. Advance thanks.
How is method overriding different from method overloading
Explain what is routing?
What is the difference between windows vista and .net framework 3.0 ?
what do you mean by navigation property?