17

Is there any one website which contains many good C# screencasts?

Gary Willoughby
  • 50,926
  • 41
  • 133
  • 199

9 Answers9

12

I like the channel 9 screencasts tagged C#..

Gulzar Nazim
  • 51,744
  • 26
  • 128
  • 170
6

Dimecasts.net is coming out with lots of good, short screencasts on various .NET topics. Some in the ALT.NET space. Most of the example code they write is in C#.

Forgotten Semicolon
  • 13,909
  • 2
  • 51
  • 61
4

dnrTV

dnrTv is a fusion of a training video and an interview show. Training videos are typically sterile and one-way. Let's face it, you can only take so much. But you need to see the code! In this format, you get the spontaneity of an interview talk show, and the detail of a webcast or training video.

Carl Franklin is the host of the wildly popular mp3 talk show .NET Rocks!, which he started recording in August, 2002. dnrTV launched on January 12th, 2006, the same week as .NET Rocks! show number 159!

We see dnrTV as a natural adjunct to .NET Rocks!, allowing more technical topics to be explored in detail. As always, Carl keeps the atmosphere light and conversational, which makes for a nice way to spend your lunch hour!

Frank Krueger
  • 69,552
  • 46
  • 163
  • 208
4

Sorry for the delay but I think the TekPub Screencast is just great.

2

You should checkout Pluralsight. They have fantastic training videos and their C# Fundamentals video is their most popular.

DarLom
  • 1,100
  • 2
  • 12
  • 30
1

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
  • 8,007
  • 44
  • 58
1

http://www.asp.net/learn/

http://www.learnvisualstudio.net

Brian Boatright
  • 36,294
  • 34
  • 81
  • 102
1

Ok...these are not about C# as such, but if you fancy learning about NHibernate, the Summer of NHibernate vids are probably the best I've ever watched. Decent sized captures and even though they're about NHibernate I learned a thing or two about refactoring unit tests as well. I even donated because I thought they were that good. 10/10

Kev
  • 118,037
  • 53
  • 300
  • 385