Hello Everyone:
I had read that there was a site where you could download MS Visual C#.Net for free, I had heard it was a MS site, But haven't been able to find it? Can someone give a link?
Thanks
Art
Printable View
Hello Everyone:
I had read that there was a site where you could download MS Visual C#.Net for free, I had heard it was a MS site, But haven't been able to find it? Can someone give a link?
Thanks
Art
nope no such thing exist
not that i ever heard off
if yoru talking about the IDE then its what i just said
if your talking about the SDK then SDK is free
search for .NET SDK uw ill find it
You must be talking of the SDK that Kovan is speaking of. Included with it is a 'Command line' compiler for C#. This means you can write all your code in Notepad or some other text editor, then compile it from the command line. This is really only suitable for small projects.
What you can do though to get an IDE is go here:
http://www.icsharpcode.net/OpenSource/SD/Default.aspx
or you can try Borlands:
http://www.borland.com/products/down...rpbuilder.html
So, there is options out there for C#, don't think you HAVE to have the Visual Studio.Net IDE (although it is the best!).