MasterCoder
3
- Username: MasterCoder
- Threads: 0
- Posts: 14
- Likes: 502
Introduction to Microsoft’s IL
The code that we write in a programming language like C#, ASP+ or in any other .NET compatible language is finally converted to either Assembler or Intermediate Language (IL). Thus, code written in the COBOL Programming Language can be modified in C# and subsequently used in ASP+. Therefore, the best way to accentuate our comprehension about the .NET technologies is by understanding IL.
Once you are conversant with IL, you will have no difficulty in understanding the .NET technologies, since all .NET languages finally compile to it. IL was invented first and it is programming language neutral. It was then followed by other programming languages like C#, Visual Basic.NET, ASP.NET, etc.