vote up 0 vote down star
1

To put it as simple as the title: Bring your favourite online resources for learning C#.

A little background to this question

We have a trainee for a week and I am going to show him what developing is like. To avoid spending a lot of time on basics - although I like to educate others - I was hoping to find articles with small tasks and the information necessary to complete them. Something along the lines of "building a calculator" or "creating a small website".

So where do you find your small, easy and appetizing programming assignments?

flag
There are many questions about learning C#; google.com/search?q=learn+c%23+site%3Astackoverfl… – spoon16 Nov 24 '08 at 9:04
This is not an exact duplicate. The other questions rely to persons inclined to learn a language and with more time available than a week. A book wouldn't fit as a solution. – troethom Nov 24 '08 at 9:51
stackoverflow.com/questions/257625/… stackoverflow.com/questions/52926/… these questions cover this topic in detail. we don't need a question for every possible condition in which you might be learning C# – spoon16 Nov 24 '08 at 10:52

closed as exact duplicate by spoon16 Nov 24 '08 at 10:52

6 Answers

vote up 0 vote down

Have you looked at Microsoft's Ramp Up?

link|flag
vote up 0 vote down

I'd start at the CodeProject C# for beginners section. There are some nice articles hidden in there! Just have him/her follow the guides and try to recreate the application the article's about :)

link|flag
vote up 0 vote down

www.JavaBlackBelt.com is also starting exams on C#.

Cheers, Nicolas Meeus

link|flag
vote up 0 vote down

MSDN also have good resources, for example videos for Absolute Beginners: http://msdn.microsoft.com/en-us/vstudio/aa700773.aspx and then some walkthroughs: http://msdn.microsoft.com/en-us/library/7a61f8ks(VS.71).aspx the walkthroughs will explain step by step how to make something, for example Creating a simple windows form: http://msdn.microsoft.com/en-us/library/aa984463(VS.71).aspx

link|flag
vote up 0 vote down

http://msdn.microsoft.com/en-us/vcsharp/default.aspx - Visual C# Developer Center

http://www.codeproject.com - Your place for 21,276 free Visual Studio and .NET articles, code snippets, discussions, news and the best bunch of developers on the net.

http://www.freeprogrammingresources.com/dot-net.html - .Net Web resources

link|flag
vote up 0 vote down

I've recently been using C# Station to get familiar with C#, you might want to check it out too.

http://www.csharp-station.com/Tutorial.aspx

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.