Also
read
Manifest in .NET helps to understand the relation between
the elements of the assemblies...........
Garbage collection helps in releasing memory occupied
by objects. CLR automatically releases these unused objects...........
Boxing permits any value type to be implicitly converted to type
object or to any interface type Implemented by value type.............
When a derived class is inherited from an Abstract class, no other class can be
extended then. Interface can be used in any
scenario..............
Dispose method belongs to IDisposable interface. It is used
to free unmanaged resources like files, network connection
etc.............. |