views:

1173

answers:

9

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.

A: 

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

danish
A: 

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

Hugo Migneron
Thanks. THey are on my list, but I am looking for something more structured.
BubbaT
+1  A: 

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.

dsteele
+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
A: 

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...

Burt
+2  A: 

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

Zaffiro
A: 

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.

JuanZe
A: 
  • these are videos by Learnvisualstudio.net provided freely by microsoft : link
  • C# soup to nuts webcasts by William J. Steele : link
Yassir
A: 

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

81megs
A: 

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

tomaszs