vote up 1 vote down star

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.

flag
1  
What's shlock? – configurator May 30 at 19:15
Apparently "merchandise that is shoddy or inferior": thefreedictionary.com/shlock – Lasse V. Karlsen May 30 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 at 19:28
BubbaT: Oh, shlock == crap. Thanks! – configurator Jun 11 at 23:03

9 Answers

vote up 0 vote down

http://polishwords.com.pl/video%5Ftutorials.php?g=programowanie%5Fw%5Fvisual%5Fstudio But unfortunately in Polish Language :)

link|flag
vote up 0 vote down

Pluralsight currently has a free .NET/C# tutorial available.

The tutorial is aimed at programmers already familiar with an object oriented language like Java or even C++. It is designed to take your existing knowledge and transfer that to the .NET Framework, teaching both C# syntax, .NET Framework, and Visual Studio features in a fast-paced introduction to the Microsoft .NET development platform.

You can check it out here:

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

link|flag
vote up 0 vote down
  • these are videos by Learnvisualstudio.net provided freely by microsoft : link
  • C# soup to nuts webcasts by William J. Steele : link
link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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|flag
vote up 1 vote down

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|flag
+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. – Wayne M May 31 at 11:17
vote up 0 vote down

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|flag
Thanks. THey are on my list, but I am looking for something more structured. – BubbaT May 30 at 19:37
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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