Is C# partially interpreted or really compiled?

C# is compiled into IL, by the c# compiler.

This IL is then compiled just-in-time (JIT) as it’s needed, into the native assembly language of the host machine. It would be possible to write a .NET runtime that interpreted the IL instead though. Even if this was done, I’d still argue that c# is a compiled language.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)