Are there any good C# focused blogs and/or podcasts out there?
-
Are you interested just the language C#? – Peter Gfader Jun 04 '09 at 12:48
-
5While Googling for "C# podcast" does return hits, it doesn't exactly relate how good or useful they are. In this case, I figure asking the community will give better results. – djcouchycouch Jun 04 '09 at 12:57
-
8Make this a Community Wiki – NinethSense Jun 04 '09 at 12:58
-
See also http://stackoverflow.com/questions/551315/which-c-net-blogs-do-you-read – Daniel Daranas Jun 30 '09 at 08:11
9 Answers
Audio Podcasts:
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.

- 15,459
- 7
- 44
- 62
Checkout Scott Hansleman's podcast, Hanselminutes. Scott talks about various .NET related tools and technologies every week and is always very interesting.

- 15,475
- 9
- 42
- 51
If it's just the language C#, I would recommend
- C# team blogs and
- C# Frequently Asked Questions where the team posts
Make sure you read Krzysztof Cwalina blog of .NET framework guidelines.

- 30,738
- 21
- 105
- 131

- 7,673
- 8
- 55
- 56
Visual C# Community on MSDN.
They have MVPs blogs, twittes and some good links :)

- 30,738
- 21
- 105
- 131

- 20,583
- 23
- 77
- 112
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.

- 14,570
- 14
- 61
- 79
I'm not aware of anything purely in C#, but if you're interested in seeing code, try these...
- A code-focussed video podcast, often in C#: http://www.dnrtv.com/.
- Also, http://www.dimecasts.net/.
DNRTV definitely had some nice Bill Wagner episodes you'd be interested in.

- 7,268
- 1
- 29
- 28