vote up 2 vote down star
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

flag

56% accept rate
4  
Should be a Community Wiki – Pondidum Jul 8 at 9:14

5 Answers

vote up 1 vote down

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!

link|flag
vote up 0 vote down

Here is a blogroll (in opml format) from an answer here (opml format - import into Bloglines)-

<?xml version="1.0" encoding="utf-8" ?> 
  <opml version="1.1">
  <head>
  <title>Bloglines Subscriptions</title> 
  <dateCreated>Sun, 15 Feb 2009 20:43:28 GMT</dateCreated> 
  <ownerName /> 
  </head>
  <body>
  <outline text="Development">
  <outline title=".net and other musings" text=".net and other musings" htmlUrl="http://benl.wordpress.com" type="rss" xmlUrl="http://feeds.feedburner.com/benl" /> 
  <outline title="AboutCode.net" text="AboutCode.net" htmlUrl="http://www.aboutcode.net/" type="rss" xmlUrl="http://www.aboutcode.net/SyndicationService.asmx/GetRss" /> 
  <outline title="adrianba.net" text="adrianba.net" htmlUrl="http://adrianba.net/Default.aspx" type="rss" xmlUrl="http://adrianba.net/rss.aspx" /> 
  <outline title="Arnon Rotem-Gal-Oz's Cirrus Minor" text="Arnon Rotem-Gal-Oz's Cirrus Minor" htmlUrl="" type="rss" xmlUrl="http://feeds.feedburner.com/CirrusMinor" /> 
  <outline title="Ayende @ Rahien" text="Ayende @ Rahien" htmlUrl="http://ayende.com/Blog/Default.aspx" type="rss" xmlUrl="http://feeds.feedburner.com/AyendeRahien" /> 
  <outline title="B# .NET Blog" text="B# .NET Blog" htmlUrl="" type="rss" xmlUrl="http://community.bartdesmet.net/blogs/bart/Rss.aspx" /> 
  <outline title="b#: Blog" text="b#: Blog" htmlUrl="http://flux88.com/" type="rss" xmlUrl="http://www.flux88.com/SyndicationService.asmx/GetRssCategory?categoryName=NHibernate" /> 
  <outline title="benjismith.net" text="benjismith.net" htmlUrl="http://benjismith.net" type="rss" xmlUrl="http://benjismith.net/index.php/feed/" /> 
  <outline title="Blog - Stack Overflow" text="Blog - Stack Overflow" htmlUrl="http://blog.stackoverflow.com" type="rss" xmlUrl="http://blog.stackoverflow.com/feed/" /> 
  <outline title="brains-N-brawn.com" text="brains-N-brawn.com" htmlUrl="http://www.brains-N-brawn.com" type="rss" xmlUrl="http://www.mperfect.net/__BLOG_ARCHIVE/rss.xml" /> 
  <outline title="CoDe Magazine News" text="CoDe Magazine News" htmlUrl="http://www.code-magazine.com/" type="rss" xmlUrl="http://www.code-magazine.com/CodeRSS.aspx" /> 
  <outline title="Coding Horror" text="Coding Horror" htmlUrl="http://www.codinghorror.com/blog/" type="rss" xmlUrl="http://feeds.feedburner.com/codinghorror/" /> 
  <outline title="Coding in an Igloo" text="Coding in an Igloo" htmlUrl="http://igloocoder.com/default.aspx" type="rss" xmlUrl="http://feeds.feedburner.com/igloocoder" /> 
  <outline title="The Daily Grind" text="The Daily Grind" htmlUrl="http://www.larkware.com/" type="rss" xmlUrl="http://www.larkware.com/DailyGrind.xml" /> 
  <outline title="Dare Obasanjo aka Carnage4Life" text="Dare Obasanjo aka Carnage4Life" htmlUrl="http://www.25hoursaday.com/weblog/" type="rss" xmlUrl="http://feeds.feedburner.com/Carnage4Life" /> 
  <outline title="Dave Donaldson" text="Dave Donaldson" htmlUrl="http://arcware.net/" type="rss" xmlUrl="http://feeds.feedburner.com/arcware" /> 
  <outline title="David Hayden - Florida .NET Developer - C# and SQL Server" text="David Hayden - Florida .NET Developer - C# and SQL Server" htmlUrl="http://davidhayden.com/blog/dave/" type="rss" xmlUrl="http://davidhayden.com/blog/dave/Rss.aspx" /> 
  <outline title="David Pallmann's Blog" text="David Pallmann's Blog" htmlUrl="http://davidpallmann.spaces.live.com/" type="rss" xmlUrl="http://davidpallmann.spaces.live.com/feed.rss" /> 
  <outline title="Developing for Developers" text="Developing for Developers" htmlUrl="http://blogs.msdn.com/devdev/default.aspx" type="rss" xmlUrl="http://blogs.msdn.com/devdev/rss.xml" /> 
  <outline title="
link|flag
vote up 0 vote down

MSDN

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.