Also
read
Garbage collection helps in
releasing memory occupied by objects. CLR automatically releases these unused
objects...........
Application exceptions can be user defined exceptions
thrown by the application.............
Ngen.exe helps in improving performance
of managed applications by creating native images and storing
them on the cache.............
Class is a group of items, attributes
of some entity. Object is any specific item that may
or may not be a part of the
class.............
Dispose method belongs to IDisposable interface. It is used
to free unmanaged resources like files, network connection
etc.............. |