Does any new thing comes into play other than CLR when we use any other language like COBOL.NET or any other language or CRL has the capabilities of handling it by its own if so does CLR contains all the compiler and debugger of all supported language in it
Please do not paste any links.
Bechir BejaouiPosted Sep 11, 2010, 9:03 AM
To understand the Common language runtime mecanism let's say.
The .NET compiler converts VB.NET C# COBOL.NET .... code into Common Intermediate language code, you can create a simple assembly an run ildasm.exe to see the CIL syntax. At runtime, the CLR's just-in-time compiler converts the CIL code into binary code that the operating system core could those are my atrtilces they could help you deal with that staff
Introduce the assembly concept
http://www.c-sharpcorner.com/UploadFile/yougerthen/101152008124829PM/1.aspx
Those fou part ig into the details of dealing with assemblies
http://www.c-sharpcorner.com/UploadFile/yougerthen/201152008123837PM/2.aspx
http://www.c-sharpcorner.com/UploadFile/yougerthen/301152008125757PM/3.aspx
http://www.c-sharpcorner.com/UploadFile/yougerthen/501152008131829PM/5.aspx
http://www.c-sharpcorner.com/UploadFile/yougerthen/401152008130743PM/4.aspx