C# Compiler and Intermediate Language

This chapter provides tutorial examples and notes on C# compiler and Intermediate Language. Topics include compiling C# source code with C# compiler; executing IL (Intermediate Language) bytecode; disassembling IL bytecode back to IL source code.

Compiling and Running C# Programs

Compilation - Converting Source Code to Bytecode

.NET Intermediate Language Disassembler

CLR Based PE (Portable Executable) Files

Disassembling Intermediate Language Bytecode

Assembling Intermediate Language Source Code

Takeaways:

Table of Contents

 About This Book

 Introduction of C# (C Sharp)

 Data Type and Variables

 Logical Expressions and Conditional Statements

 Arrays and Loop Statements

 Data Type Features

 Floating-Point Data Types

 Passing Parameters to Methods

 Execution Environment Class

 Visual C# 2010 Express Edition

 Class Features

C# Compiler and Intermediate Language

 Compiling C# Source Code Files

 MSBuild - Microsoft Build Engine

 Memory Usages of Processes

 Multithreading in C#

 Async Feature from C# 5

 System.IO.FileInfo Class

 System.Diagnostics.FileVersionInfo Class

 WPF - Windows Presentation Foundation

 Partial Classes and Partial Methods

 Archived Tutorials

 References

 Full Version in PDF/ePUB