Getting Started with C#
https://www.microsoft.com/net/tutorials/csharp/getting-started
您進入後,選擇網頁下方 「無任何程式經驗」就能開始 :-)因為這個網站的 C# 教案與範例,部分用到 C# 6.0版
建議您使用 VS 2015來開發,建立一個新專案 (Web),然後選擇「空」專案就能開始練習囉
課程內容如下:
- Creating a Hello World Program
- Learning about built-in Types and Variables
- Working with Strings
- Working with Dates and Times
- Making Decisions in Your Program
- Implementing Logical Expressions
- Looping Based on a Logical Expression
- Looping a Known Number of Times
- Working with Arrays and Collections
- Looping Through Members of a Collection
- Defining and Calling Methods
- Understanding Classes and Objects
- Working with Scope and Accessibility Modifiers
- Encapsulation and Object-Oriented Design
- Understanding Namespaces
- Introducing LINQ
- When and How to use Exceptions
- Testing Your Code
- Common Patterns and Antipatterns
- Appendix: Troubleshooting
原始介紹文章出自於此
沒有留言:
張貼留言