views:

2569

answers:

11

Where can I find training videos for C# ?

+7  A: 

Try Dot Net Rocks TV at http://www.dnrtv.com

Screencasts with big names from the industry demoing all kinds of stuff. From C# to WPF to nHibernate.

Try http://www.dnrtv.com/archives.aspx for a complete list of screencasts that they've done.

Mendelt
I think DNRTV videos are generally pretty bad. They are quite infrequent and on random topics. There's never been a DNRTV C# training video so I'm not sure why this answer was accepted.
Emilio
+1  A: 

I've never tried them but you can try Learncsharp

Alexandre Brisebois
+6  A: 

http://www.dimecasts.net

ALT.net content

Simon Munro
+1  A: 

“How Do I” Videos — Visual C#

Pop Catalin
+1  A: 

http://video.google.com/

try searching for C#

Yacoder
+1  A: 

channel 9 has lots of tutorials vids.

+1  A: 

www.learnvisualstudio.net has some good videos if you don't mind paying

DotnetDude
+3  A: 
* MSDN WEBCASTS

  http://www.microsoft.com/events/webcasts/ondemand.mspx
* DNR TV

  http://www.dnrtv.com/
* MSDN UK NUGGETS

  http://www.microsoft.com/uk/msdn/nuggets/
* HANSEL POSCAST

  http://www.hanselminutes.com/
* CHANNEL 9 SCREEN CAST

  http://channel9.msdn.com/ShowForum.aspx?ForumID=38
* DAVID HAYDEN'S SCREEN CAST

http://www.pnpguidance.net/Screencasts.aspx
http://www.dotnetvideos.net/
http://www.microsoftpdc.com/
http://www.dotnet-u.com/coursematerials.aspx
http://aspdotnetsolutions.blogspot.com/search/label/Video%20Tutorials
http://www.bestechvideos.com
http://msconline.maconstate.edu/tutorials/
http://www.dimecasts.net/Home
http://www.mrbool.com/portal/
http://www.jumpstarttv.com/
http://rocksolidknowledge.com/ScreenCasts.mvc
http://archive.oredev.org/topmenu/video/net/richardblewettwritingrestbasedsystems.4.5a2d30d411ee6ffd28880002795.html
http://www.developerfusion.com/library/podcasts/

There are lot of Other Paid Service Video Learning Services Available which can be downloaded from torrents.

* Appdev
* Total Training
* VTC
* CBT Nuggets

and more...

Jeeva S
+1  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
+3  A: 

Pluralsight currently has a free .NET/C# tutorial available to all registered users.

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