VB.NET and C# (and other language) compilers generate MSIL code. How can I see that code?
What is there in that file? Where does that file reside and how can I access that?
Second question:
How do I compile a C# program from the cmd
prompt and how do I check each and every file created using that compiler?