C# Tutorials - Herong's Tutorial Examples - v3.32, by Herong Yang
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
Takeaways:
Table of Contents
Logical Expressions and Conditional Statements
Visual C# 2010 Express Edition
►C# Compiler and Intermediate Language
Compiling C# Source Code Files
MSBuild - Microsoft Build Engine
System.Diagnostics.FileVersionInfo Class
WPF - Windows Presentation Foundation