I do know some "basic" differences but there are still some questions in my mind:
- What's their difference in performance at runtime? //This I really wanna know.
- Why can't you build a MSIL assembly using C++/CLI?
- What's the PE code (Not the .NET's PEKind) of a MSIL/CIL assembly? (C++/CLI assemblies have the same PE Code than unmanaged binaries, right?)
Any further knowledge/answers are appreciated.