of     1   

Ryan77419
#43657418Tuesday, March 08, 2011 1:10 PM GMT

(If that's how it's typed.) I need to know what C# beginners use. I'm taking a C# tutorial at The C# Station. And they mention something about VisualStudio in lesson 1 of my tutorial. Should I use VisualStudio for learning basic C# coding? (Or perhaps use it for learning ALL of C#...?)
BenBonez
#43657905Tuesday, March 08, 2011 1:47 PM GMT

From my experience VisualStudio has to much comfort functions. It auto fullfills etc., which in my opinion is not good for learning.
Waterlimon
#43658293Tuesday, March 08, 2011 2:20 PM GMT

its good for learning if you else wouldnt know what to write... :P
wiiplay
#43658597Tuesday, March 08, 2011 2:49 PM GMT

visual studio ISNT THE ONLY C# THING? :D AWESOME
fuzzyhed
#43660784Tuesday, March 08, 2011 5:00 PM GMT

The mono platform is one I think, though it's mostly used with linux.
hyrumcoop
#43669808Tuesday, March 08, 2011 9:47 PM GMT

Another compiler is CodeBlocks. I use it for C++.
QuintinityZero
#43670176Tuesday, March 08, 2011 9:54 PM GMT

Use Visual Studio, but if you really want to learn, turn auto-correct off.
sncplay42
#43670280Tuesday, March 08, 2011 9:57 PM GMT

How does the auto complete affect your ability to learn?
QuintinityZero
#43670529Tuesday, March 08, 2011 10:01 PM GMT

@snc If it fixes all your mistakes for you, you will never learn what you did wrong.
sncplay42
#43671690Tuesday, March 08, 2011 10:21 PM GMT

What sort of mistakes can the auto-correct fix that weren't what you intended to type in the first place?
pokelover980
#43673098Tuesday, March 08, 2011 10:44 PM GMT

Saying auto-correct slows your learning is stupid. It helps with your learning, because if you get something wrong, it doesn't actually always auto complete or correct, it actually tells you what's wrong and suggests ways to fix it, some which it can do for you. It's neat, and speeds up development quite a bit sometimes.
TheDarkFireDragon
#43674180Tuesday, March 08, 2011 11:01 PM GMT

Code::Blocks is an IDE, not a compiler.
BlueTaslem
#43675056Tuesday, March 08, 2011 11:17 PM GMT

Microsoft Visual C# is actually pretty nice. Other than that, I would recommend SharpDevelop. A lot of tutorials follow VisualStudio's features as well as the actual core-language, so that might be the best idea. (There is the free Express edition by the way)
LPGhatguy
Forum Moderator
#43679475Wednesday, March 09, 2011 12:25 AM GMT

I'd suggest getting Microsoft Visual C# 2010 Express. That's the only TRUE C# development setup, as it includes not only the .NET 4 framework, which you need to run C#, and has code completion and such. I personally love code completion, as you'll never know every single corner of .NET, as it's pretty massive. Microsoft.com/ express/ Windows/
QuintinityZero
#43680805Wednesday, March 09, 2011 12:42 AM GMT

Agree with above, but make sure to register it before 30 days is up. And while you're at it, download XNA Game Studio too.
LPGhatguy
Forum Moderator
#43681477Wednesday, March 09, 2011 12:52 AM GMT

@Piedude777 He's only just learning C#, let's not put the pressure of XNA on him now.
Ryan77419
#43685684Wednesday, March 09, 2011 1:51 AM GMT

I need a free version though. Is there any good FREE C# coding helper programs? I'd like to get what LPGhatguy seeing as how he makes that program seem so awesome, but what Piedude777 seems to be saying is that it costs money. Is it free?
TheDarkFireDragon
#43685910Wednesday, March 09, 2011 1:54 AM GMT

There's a completely free express version too.
pokelover980
#43685924Wednesday, March 09, 2011 1:54 AM GMT

"I need a free version though. Is there any good FREE C# coding helper programs? I'd like to get what LPGhatguy seeing as how he makes that program seem so awesome, but what Piedude777 seems to be saying is that it costs money. Is it free?" Visual C# Express is free, you just have to register your e­m­a­i­l with Microsoft within 30 days to continue to use it for free.
LPGhatguy
Forum Moderator
#43693028Wednesday, March 09, 2011 3:48 AM GMT

As I said, and this is a link: Microsoft.com/ express/ windows It's free.
QuintinityZero
#43698194Wednesday, March 09, 2011 10:10 AM GMT

You need to register your copy of Visual C# for free before 30 days are up.

    of     1