views:

165

answers:

5

While working in new technologies we all tend to do a lot of googling on our problems. And while doing so we encounter a lot of useful sites. One of my favs is obviously Stackoverflow.com. To name a few more
www.Codeproject.com
http://www.eggheadcafe.com
www.15seconds.com
msdn and my most fav http://www.asp.net/learn/
pls contribute more excellent web sites which are your fav

+1  A: 

http://dotnetshoutout.com/ I've recently discovered it on Twitter. Follow @dotnetshoutout and prepare yourself for the goodness!

Matthew
A: 

MSDN

Thomas Levesque
A: 
Andreas Grech
+1  A: 

For pure technical documentation, you probably can't beat

MSDN Library

However, other than that there are an almost infinite number of blogs and personal sites that contain some fantastic information. It would be almost impossible to list them all, however, the aggregator sites usually catch almost all of the good stuff. These are the aggregator sites I visit daily:

DotNetKicks

DotNetShoutout

DZone .NET

Since I do a lot of ASP.NET work, I'll just add two of my favorite blogs specific to that area of .NET and they are:

Scott Gu's Blog

Matt Berseth's Blog

For me, I find that both Scott and Matt have that rare skill amongst technical writers in that they are not only exceptionally very proficient technically, but they also have a real skill in writing, too. I find they're able to take new and advanced concepts and explain them in clear and concise manner that "just makes sense" more often than not!

For example, check out Scott's series of blog posts on LINQ-to-SQL and ASP.NET MVC for, IMHO, some of the clearest technical information on these topics I've ever read.

Of course, YMMV!

CraigTP