What is MSIL?

An intermediate language generated by compiler is called MSIL. All .Net assemblies are represented in MSIL. The main Advantage of using MSIL is it provides equal performance for multiple language programming, as code is compiled to native code.

Comments

Popular posts from this blog

How do I calculate a MD5 hash from a string?

What is WSDL?