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 webs
Lots of good resources already listed.
If you're looking for articles, The Code Project is a good site to frequent.
Good pocasts:
dotnetrocks.com
dnrtv.com
www.hanselminutes.com
And some blogs:
weblogs.asp.net/scottgu
www.lhotka.net/weblog
haacked.com
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.
Good blogs about C#/.Net:
If you are interested in performance, see Maoni's blog to know how the GC works
http://blogs.msdn.com/maoni/
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.