0
kicks
Garbage Collection Notifications in .NET 4.0
Memory management is primary for any application. From the very beginning, we have used destructors, or deleted the allocated memory whilst using the other programming languages like C or C++. C# on the other hand being a proprietor of .NET framework provides us a new feature so that the programmer does not have to bother about the memory deallocation and the framework does it automatically.