From Where Can I download a C# compiler?
-
Hello, I am a bit new to .NET. It would be great if someone gave me the link from where I can download the C# compiler file csc.exe
-
Hello, I am a bit new to .NET. It would be great if someone gave me the link from where I can download the C# compiler file csc.exe
Here. http://www.microsoft.com/downloads/details.aspx?FamilyID=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en[^]
the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer
Deja View - the feeling that you've seen this post before. -
Hello, I am a bit new to .NET. It would be great if someone gave me the link from where I can download the C# compiler file csc.exe
Hi, you will gain it with a .Net Framework implementation. I suggest you Microsoft .Net 2.0 because of the more rich implementation of the standard (which has more things to be implemented yet). By installing it, you will have csc.exe file in the framework folder :) You can find it searching ".Net Framework" in MSDN download at msdn.microsoft.com You may prefer for yourself Mono (implementation of the same standard for Linux, which proceed at a lesser peace of Microsoft's one), BSD implementation, and other few which I may have overlooked. Each one has its own peace and support from the vendor or the community (Microsoft has both), and has gain its own per-cent of the whole standard implemented. You have to Google for Mono since I do not remember the address. With Microsoft .Net 3.0, just released, you gain a larger implementation of the standard as well a few non-standard implementation Microsoft has decided to put on. This is not proper a new version of the platform, then, but a whole set of additional implementation (however so cool!). Depending on wich kind of application you are looking for, there are some free and even Open Source IDE you may want to consider for gain a better experience that just the compiler itself. Hope this help,
Parsiphal
-
Hello, I am a bit new to .NET. It would be great if someone gave me the link from where I can download the C# compiler file csc.exe
If your system has .NET 2.0 then you probably will find csc.exe inside C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 :)
Luc Pattyn