Steven Giesel 6/14/2022

What is the difference between C#, .NET, IL and JIT?

Read Original

This technical article clarifies the distinct roles of C# (a programming language), .NET (a framework), Intermediate Language (IL), and the Just-In-Time (JIT) compiler. It explains how C# code is compiled to IL, which is then compiled to native machine code by the JIT at runtime, and how this common IL enables interoperability between different .NET languages.

What is the difference between C#, .NET, IL and JIT?

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser