Meta Data:
Definition:
It contains the data about the object that is the Name of an object, the bases, interfaces implemented in that object and also the types and members of an object etc.
Manifest:
Definition:
It contains the information about the assembly like identity of an assembly, Scope of the assembly and also contains the security permissions.
JIT Compiler:
Definition:
During Run Time, the CLR invokes the JIT compiler to convert the MSIL into Native code (i.e. Executable Binary Code). When the Function is called, the IL of the function’s body is converted to Native code Just In Time.
Types:
-
- PreJIT
- EconoJIT
- Standard JIT
Class:
Definition:
Class is the collection of object and it will contain member variables and member functions.
List of Classes available:
Static class: Static classes are sealed and therefore cannot be inherited. Static classes cannot contain a constructor, although it is still possible to declare a static constructor to assign initial values or set up some static state
Sealed class: Sealed classes are used to restrict the inheritance feature of object oriented programming. Once a class is defined as sealed class, this class cannot be inherited.
Abstract class: Abstract class can simply defined as incomplete class. It contains one or more incomplete methods called abstract methods. It leaves the implementation of these methods to derived or sub classes. Since abstract classes are incomplete, they can not be instantiated
Polymorphism:
Definition:
It means “Ability to take more than one form”. An operation may exhibit different behavior and different instances. Behavior is depends upon the operation.
Polymorphism is the ability for classes to provide different implementations of methods that are called by the same name.
Types:
1. Compile Time Polymorphism
2. Runtime Polymorphism
Implementation:
Compile time polymorphism is done by functions and operators overloading.
Runtime time polymorphism is done using inheritance and virtual functions.
Assemblies:
Definition:
It is the building block of an application which provides all required execution information to “CLR” and also the Assembly is physical grouping of logical units.
Types:
- Public Assembly
This is used by multiple applications and this is stored in Global Assembly Catch (GAC). We have to give cryptographically Strong Name for these shared assemblies.
- Private Assembly:
This is used by a single application and this assembly is stored in that application installation folde
See more Here

FYI
127.0.0.1 is the standard IP address used for a loopback network connection.
This means that if you try to connect to 127.0.0.1, you are immediately looped back to your own machine.
If you telnet, ftp, etc… to 127.0.0.1, you are connected to your own machine.
In other words, 127.0.0.1 is you.
For example, if your system was named “joker”, and you attempted to telnet to 127.0.0.1, you would see:
# telnet 127.0.0.1
Trying 127.0.0.1…
Connected to joker
Escape character is ‘^]’.
Convincing newbie’s to connect to 127.0.0.1 is a frequent joke on the Internet.
Another name for 127.0.0.1 is localhost.
Although 127.0.0.1 is the most commonly utilized address for localhost, any IP address in the 127.*.*.* range should also function in the same manner.
hi porchi..ur materials are very clear and easy to understand. There is no way to explain better than this. I really say thanks for ur blog.
hi namaste,ur materials are very impressiveand very easy to undersand.i like ur notes ,it helps me a lot.thanks for ur blog