Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

downloading/installing C#

Status
Not open for further replies.

medicenpringles

Programmer
Aug 7, 2005
39
US
I've been developing in VB.NET and VBA for about a year now, and i would like to move into C#. where do i get the download to add C# to my Visual Studio family, or where can i buy the software? i can't seem to find the hard software anywhere, but it seems i can download it free off the MSDN site. which one do i download?
 
If you don't want to pay for the license, there is always CSharpDevelop, a free IDE for C# that looks very similar to Visual Studio.NET. The main downside is you don't get a debugger. But I've found the applications developed on this IDE are cleaner and faster than using VS.NET.

 
and this is the microsoft developed part of the Visual Studio Family, right?
 
No, SharpDevelop is a free open-source IDE.

But really, all you need to write C# code is Notepad and the .net SDK, which comes with the C# command-line compiler csc.exe

Having a nice IDE is just a time-saver.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top