up vote 1 down vote favorite
1
share [g+] share [fb]

Duplicate


So can anyone recommend a set of videos for learning C# preferably free ( in my experience the nonfree videos seem to lean moe towards shlock ),

I understand that some universities are now using C# as their "101" language. Does any such university have videos in an open coursework series?

PS: I am particularly interested in university courses. These are the ones most likely to have a long term ( 3-4 months ) structured approach aka a syllabus.

link|improve this question
1  
What's shlock? – configurator May 30 '09 at 19:15
Apparently "merchandise that is shoddy or inferior": thefreedictionary.com/shlock – Lasse V. Karlsen May 30 '09 at 19:25
Shlock? ( I am going to so piss off the ... ehmm ... fools in this forum. ) Anything written by Herb Schildt or Jesse Liberty. Almost everything with "for Dummies" in the title. ( There are a few good ones. ) Everything with " in X days " or " in X hours " in it. Everything with "Unleashed" in the title. Etc. Get the idea? – BubbaT May 30 '09 at 19:28
BubbaT: Oh, shlock == crap. Thanks! – configurator Jun 11 '09 at 23:03
feedback

8 Answers

I think Plural Sight has the best courses. they have a Free C# intro.

http://www.pluralsight.com/main/olt/Course.aspx?n=dotnet-csharp-tutorial

link|improve this answer
feedback

They aren't free, but every video I've seen from LearnVisualStudio.Net has been pretty good. I got a 'lifetime' membership for $90 and it's been well worth it.

link|improve this answer
+1 I have had a lifetime membership with LearnVisualStudio.net since late 2004 and never regretted it. I find some of the videos rather bland and trivial but overall it is a great learning resource. – WayneM May 31 '09 at 11:17
feedback

I find AppDev good. There is a lot of free stuff there (although not all).

link|improve this answer
feedback

MSDN has a good amount of learning videos. Have a look here. The videos usually target a specific subjects and have enough details for you to learn a lot from them.

Also, Microsoft makes videos for ASP.NET if you're looking to do web-based apps. Have a look here

link|improve this answer
Thanks. THey are on my list, but I am looking for something more structured. – BubbaT May 30 '09 at 19:37
feedback

Try Microsoft Learning Manager - http://learning.microsoft.com/Manager/Catalog.aspx?view=free

You pay for most of the videos but there are some free introductory ones as well that are good.

Hope this helps...

link|improve this answer
feedback

Learn C# on YouTube: 89 C# tutorials collection. Mainly examples of how to do something with C#. Another big collection of 98 C# videos. It covers a lot of C# fundamentals.

link|improve this answer
feedback
  • these are videos by Learnvisualstudio.net provided freely by microsoft : link
  • C# soup to nuts webcasts by William J. Steele : link
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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