What is .Net ?
.NET is platform for developing and supporting any type of app including cloud based web service.
OR
A platform for developing and running a program providing all the necessary equipment o implement that program.
What .Net Framework Contains ?
.NET Framework contains all the Microsoft Family Products.
Example:
Note: 'X' means here any language that supports .NET.
How .Net Works ?
C#, VB and X.Net all these languages after execution form MSIL and IL or CIL.
- MSIL: Microsoft Intermediate Language.
- IL: Intermediate Language.
- CIL: Common Intermediate Language.
After forming in this form then it runs on your system and show output according to the program.