A .NET application must run over the Common Language Runtime (CLR).
The CLR is Microsoft's implementation of the CLI standard. (And there are other implementations of the CLR beside the Microsoft .NET Framework i.e.: Mono, Portable.NET).
The CLR executes a type of bytecode known as the Common Intermediate Language (CIL).

