Ck Nitin
How do generations (Gen0, Gen1, Gen2, LOH) work in .NET GC and When would you call GC.Collect() manually — or should you never? How does IDisposable and using pattern interact with GC?
GC.Collect()
IDisposable
using