INTRODUCTION TO C#
INTRODUCTION TO C#
C#, like Java, is executed indirectly through an abstract computer architecture called the CLR.
CLR => Common Language Runtime.
Abstract, but well defined.
C# programs are compiled to an IL.
Also called MSIL, CIL (Common Intermediate Language) or bytecode.
C#, like Java, is executed indirectly through an abstract computer architecture called the CLR.
CLR => Common Language Runtime.
Abstract, but well defined.
C# programs are compiled to an IL.
Also called MSIL, CIL (Common Intermediate Language) or bytecode.
Comments
Post a Comment