Also
read
Manifest in .NET helps to understand the relation between
the elements of the assemblies...........
JIT compiler is a part of the runtime execution environment that helps in a higher performance by
placing the complied code in the cache for a faster
execution.............
Application exceptions can be user defined exceptions thrown by
the application.............
Both
Class and Structures can have methods, variables and
objects..............
Dispose method belongs to IDisposable interface. It is used
to free unmanaged resources like files, network connection
etc.............. |