Relationship Between C# and .NET
C# code is compiled into Intermediate Language (IL) code, which is then executed by the .NET runtime (CLR - COmmon Language Runtime).
C# code is compiled into Intermediate Language (IL) code, which is then executed by the .NET runtime (CLR - COmmon Language Runtime).
Date: