Please suggest some great websites for a .NET programmer

后端 未结 12 1070
既然无缘
既然无缘 2020-12-04 10:47

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

相关标签:
12条回答
  • 2020-12-04 10:53

    Lots of good resources already listed.

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

    0 讨论(0)
  • 2020-12-04 10:53

    Good pocasts:
    dotnetrocks.com
    dnrtv.com
    www.hanselminutes.com

    And some blogs:
    weblogs.asp.net/scottgu
    www.lhotka.net/weblog
    haacked.com

    0 讨论(0)
  • 2020-12-04 10:54

    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.

    0 讨论(0)
  • 2020-12-04 10:56

    Good blogs about C#/.Net:

    • Jon Skeet: http://msmvps.com/blogs/jon_skeet/default.aspx
    • Eric Lippert: http://blogs.msdn.com/ericlippert/default.aspx
    0 讨论(0)
  • If you are interested in performance, see Maoni's blog to know how the GC works

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

    0 讨论(0)
  • 2020-12-04 11:01

    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.

    0 讨论(0)
提交回复
热议问题