Please suggest some great websites for a .NET programmer

后端 未结 12 1071
既然无缘
既然无缘 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 11:05

    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 :-)

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

    silverlight.net

    Coding Horror

    Scott Hanselman's blog

    dnrTV

    0 讨论(0)
  • 2020-12-04 11:08
    • 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.

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

    Here are some that may help you get started:

    • C Sharp Course
    • C Sharp Essentials
    • C Sharp School Book

    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

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

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

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

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

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