Please suggest some great websites for a .NET programmer

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

提交回复
热议问题