40

Are there any good C# focused blogs and/or podcasts out there?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
djcouchycouch
  • 12,724
  • 13
  • 69
  • 108

9 Answers9

26

Eric Lippert works on the C# team and often talks about language design choices. As for podcasts, I would check out .NET Rocks! not exactly c# or even always .NET specific, but still might help you out some.

Timothy Carter
  • 15,459
  • 7
  • 44
  • 62
6

Checkout Scott Hansleman's podcast, Hanselminutes. Scott talks about various .NET related tools and technologies every week and is always very interesting.

d4nt
  • 15,475
  • 9
  • 42
  • 51
2

Check out this SO thread - tons of useful links

Community
  • 1
  • 1
Vin
  • 6,115
  • 4
  • 41
  • 55
1

Here you go:

Amr Elgarhy
  • 66,568
  • 69
  • 184
  • 301
1

If it's just the language C#, I would recommend

  1. C# team blogs and
  2. C# Frequently Asked Questions where the team posts

Make sure you read Krzysztof Cwalina blog of .NET framework guidelines.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Peter Gfader
  • 7,673
  • 8
  • 55
  • 56
0

Visual C# Community on MSDN.

They have MVPs blogs, twittes and some good links :)

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Hannoun Yassir
  • 20,583
  • 23
  • 77
  • 112
0

HerdingCode is a podcast I quite enjoy, it's run by 4 .NET bloggers. Although it's not exactly C# specific, it's in the area.

Kirschstein
  • 14,570
  • 14
  • 61
  • 79
0

I'm not aware of anything purely in C#, but if you're interested in seeing code, try these...

  1. A code-focussed video podcast, often in C#: http://www.dnrtv.com/.
  2. Also, http://www.dimecasts.net/.

DNRTV definitely had some nice Bill Wagner episodes you'd be interested in.

Dave Cluderay
  • 7,268
  • 1
  • 29
  • 28