Antalin said:
Hey,
First you tell me that .NET is having two compilers or not?
It is straight question and you can answer to this with 'Yes' or 'No' single word
The .NET Framework comes with 3 compilers: C# (csc.exe), VB.NET
(vbc.exe) and JScript.NET (jsc.exe). These compilers are available on
any system where the .NET Framework is installed.
Two other compilers are readily available from Microsoft at no cost:
J# (vjc.exe) - this can be obtained by downloading vjredist.exe
from microsoft.
MC++ (Managed C++, cl.exe) - this can be obtained by downloading
the "Visual C++ Toolkit 2003" from Microsoft.
Other compilers for .NET are available form other sources. Google around.
If you are having long description around 18459 pages then you can very well post me that to my gmail id "(e-mail address removed)"
I think his point is that explaining the .NET Framework in detail would
require *a lot* of text.
You should simply start reading the documentation in the .NET Framework
SDK and reading the vast amount of information on the Internet.
http://msdn.microsoft.com is a good place to start (in addition to the
Framework SDK's docs).