In which dot net CLR is built ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 5, 2014, 7:06 AM
Initially, the C# and VB.NET compilers were built using Visual C++ as well but they have now been rewritten in C# and VB.NET themselves which will make it easier to expose the compiler API to .NET programmers and to add new features in future.
However, it wouldn't be a practical proposition to rewrite the CLR itself in a managed language and so I suspect this will always be written in Visual C++ or possibly a 'native code' version of C# if this should ever come to pass.
Kanhialal kkPosted Feb 27, 2015, 1:57 AM
Vulpes
Lakshmanan Sethu SankaranarayanPosted Apr 5, 2014, 2:06 AM