-
New To C#
Ok heres my problem....I know VB fairly well and someone has asked me to help them with a program which would consist of me learning C#. I began to learn C++ awhile back but got busy and never continued with it. So my question is....Where can I get a compiler for C#? I was told I could dl one called Borland fer free but I tryed to and I just would get Java stuff and files that I couldn't open with any programs I have. So, I need some sort of compiler and any program needed to make a program. Any ideas folks? I would also like some sort of good Tuturial. Any help with my little situation would be muchly appreciated. Thanks all.
-
c# compiler. it's in the .net framework mate. it's free. but got no ide with it. you can use notepad or any editor you like most. i don't do c# much but you can have codeproject as your buddy learning with c#. mostly the compiler is csc in the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory. you can specify the path to that directory and do csc filename.cs everywhere. hope this helps mate. cheers. good day. :)
-