Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I have two student interns starting today with no C# experience, although they have used Java.

I'm looking for any experience with teaching students C#, any links to good online tutorials (no video ones, as they don't have headphones), etc. I have found a few tutorials myself, I was wondering if anybody had any specific ones that they have found useful.

I think for now at least, the basics will suffice, such as syntax, properties, control flow, classes, etc. I think I will leave LINQ, delegates, anonymous types until a little later, once they've got their feet wet with some actual coding.

Thanks.

share|improve this question
Web based (ASP.NET) or otherwise ? – aggietech Aug 30 '11 at 19:01

3 Answers

I personally find Microsoft's "How do I" videos of C# very helpful. The good point is that it has an RSS feed that you can add to your feed-reader and stay up to date always.

Also these series from LearnVisualStudio.NET team is good.

You can also use these links from PluralSight training company which are really cool and informative:

  1. C# 4 New Features
  2. C# 5 New Features
  3. C# Fundamentals
  4. Introduction to C# and .NET
share|improve this answer
Huh, huh, I didn't know that introducing some simple links can result in downvote. This is so ridiculous. :D – Saeed Neamati Aug 30 '11 at 10:47
+1 to bring back some balance :) – Darren Young Aug 30 '11 at 10:54

I also think the PluralSight courses are very good. (I write courses for them other than those mentioned by @Saeed.) If your students are in DreamSpark (and they should be) they can have 90 days of PluralSight - all the training they can consume - for free. http://blog.pluralsight.com/2011/02/24/dreamspark-pluralsight/ has the details.

Seems to me a $10 pair of headphones for each of them would be a worthwhile investment to make video courses possible, but if not, perhaps the viewers PluralSight has for various smart phones might be helpful, allowing them to watch the courses while away from the office?

share|improve this answer
Hi Kate, I used PluralSight myself (i'm also still a student doing an extended internship) and found them really useful. I think i'll see if the company will shell out for some headphones. Thanks. – Darren Young Aug 30 '11 at 10:55

This should more or less cover it - it's what I used to transition from Java to C# (also a student).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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