Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please suggest some great websites for a .NET programmer [closed]

Tags:

.net

I'm new to world of .NET programming and I want to know about websites that have articles, tips and other useful information about .NET and Microsoft technologies. The websites I currently visit are:

  • MSDN
  • StackOverflow
  • WindowsClient.NET
  • TheServerSide.NET

I'd love to learn about some new .NET websites!

like image 268
Anonymous Avatar asked Apr 23 '09 03:04

Anonymous


2 Answers

  • PDC site has a bunch of great videos (changes ever year).
  • CodePlex is MS's open source project host.
  • You have MSDN, but Patterns & Practices is a great place to check out.
  • Events @ MS for on demand web casts.
  • MSDN Virtual Labs are fantastic.
  • TechNet is an awesome resource for everything MS.
  • Pluralsight has tons of great blogs. Including the master's blog.
  • Channel 9 has great videos, interviews, etc.
  • Chris Sells site is cool.
  • Tons of great sessions from Mix09.
  • WindowsClient.net
  • IIS.net
  • Enterprise Patterns (Fowler)
  • Data & Object Factory
  • Architecture Journal
  • Google's Microsoft search page
  • Dictionary of Algorithms (not .net specific, but great still)

I just found: "How do I?" videos.

like image 130
JP Alioto Avatar answered Oct 10 '22 14:10

JP Alioto


Good blogs about C#/.Net:

  • Jon Skeet: http://msmvps.com/blogs/jon_skeet/default.aspx
  • Eric Lippert: http://blogs.msdn.com/ericlippert/default.aspx
like image 39
Brian Rasmussen Avatar answered Oct 10 '22 13:10

Brian Rasmussen