tags:

views:

644

answers:

12

Hi, 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!

Thanks, Ek

+5  A: 

Good blogs about C#/.Net:

Brian Rasmussen
+1  A: 

I suggest you try and read ScottGu's blog as often as possible to keep yourself updated in the .Net world

Andreas Grech
A: 

I would say there are more bad ones than there are good ones.

:(

Personally I usually stick to MSDN and read the official blogs/posts from the product teams.

Chad Grant
That may be true, but with the number of blogs available that still leaves plenty of room of many good ones.
Brian Rasmussen
Hmm... the fact that there are many bad websites is all the more reason to actually list the good ones.
tylerl
@tylerl I agree, just making a comment that there is a ton of bad stuff :( I'm eager to find good stuff so will recheck this thread
Chad Grant
A: 

Here are some that may help you get started:

The following is not web based resources, but something you may want to consider:

  • If you can afford it, look on Amazon for a book on .NET, look at review stars to determine which ones are good.
  • Look at C# Design Patterns - James W Cooper for an understanding of the GOF patterns in C#

Don't be afraid to visit CodePlex and search for an application that maybe what you are interested in and download the source code.

Run the application in debug mode to understand how it works. You can also do a Google Search for open source C# projects to further increase your learning.

Good luck on your learning

Wayne
A: 

If you are interested in performance, see Maoni's blog to know how the GC works

http://blogs.msdn.com/maoni/

Waleed Eissa
+5  A: 

Lots of good resources already listed.

If you're looking for articles, The Code Project is a good site to frequent.

Steven Lyons
+8  A: 

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

JP Alioto
A: 

DotNetKicks is a nice aggregation of various .NET-related blog posts and other news. It's not geared specifically for new users, but there is definitely a lot of useful content on many topics. It's also rather timely, so I've found it to be a good resource for staying on top of the latest technologies and discussions in the .NET world.

Dave Bauman
A: 

There is a free C# documentation, just for the basics:

Galileo Openbook - Visual C# 2008

For me, it's mostly google.com to start with :-)

Stefan Steinegger
Is there an English language version of this page?
pave
A: 

Only advanced (or quirky) ASP.Net, C# and SQL Server stuff http://blog.DigitalTools.com

JBrooks