NET is the underlying framework of the language. Every language running under .NET is interpreted into ILASM (Intermediate Language Assembly) Which is then compiled into bytecode, then executed in a...
NET is not a language rather a framework that provides a set of Bse class libraries and runtime environment. It defines a Common type system for all languages wishing to use this framework and hence...