In which language CLR is written??
-
From my knowledge CLR is a set of DLLs. In which language CLR is Written?
My small attempt...
-
From my knowledge CLR is a set of DLLs. In which language CLR is Written?
My small attempt...
Yes you are right. It is made from set of DLLs (Assemblies). Find more info here... The Common Language Runtime (CLR) and Java Runtime Environment (JRE)[^] http://www.dotnet-guide.com/clr.html[^] HTH
Jinal Desai - LIVE Experience is mother of sage....
-
Yes you are right. It is made from set of DLLs (Assemblies). Find more info here... The Common Language Runtime (CLR) and Java Runtime Environment (JRE)[^] http://www.dotnet-guide.com/clr.html[^] HTH
Jinal Desai - LIVE Experience is mother of sage....
Jinal Desai - LIVE wrote:
It is made from set of DLLs (Assemblies).
Have you even read some of the information you have posted links to? You claim that CLR is set of assemblies, which is completely wrong. There's significant difference between assembly and dll.Each dll is not assembly and each assembly is not a dll.One of the links you posted claims that CLR is an equivalent of JVM.Are java frameworks part of JVM?When we are talking about CLR we mean MS runtime for running managed code, we don't mean mscorlib and the other assemblies.
Life is a stage and we are all actors!
-
From my knowledge CLR is a set of DLLs. In which language CLR is Written?
My small attempt...
-
From my knowledge CLR is a set of DLLs. In which language CLR is Written?
My small attempt...
It's written mostly in C++, with Assembler pieces. If you want to get an idea what's inside .NET Framework, you can download Shared Source Common Language Infrastructure from Microsoft, it's a very good thing to start learning of .NET internals: http://www.microsoft.com/downloads/details.aspx?FamilyID=8c09fd61-3f26-4555-ae17-3121b4f51d4d&displaylang=en[^]
Die Energie der Welt ist konstant. Die Entropie der Welt strebt einem Maximum zu.