tags:

views:

1778

answers:

9

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

A: 

Here you go:

Amr ElGarhy
+1  A: 

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 Gfader
A: 

Visual C# Community on MSDN.

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

Yassir
+2  A: 

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

d4nt
+10  A: 

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

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

Check out this SO thread - tons of useful links

Vin
A: 

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