Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huanlin/csharp-notes
學習筆記,主要是 C# 與 .NET 技術。
https://github.com/huanlin/csharp-notes
csharp dotnet
Last synced: 16 days ago
JSON representation
學習筆記,主要是 C# 與 .NET 技術。
- Host: GitHub
- URL: https://github.com/huanlin/csharp-notes
- Owner: huanlin
- Created: 2022-02-08T04:28:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T16:45:34.000Z (over 1 year ago)
- Last Synced: 2024-10-13T15:06:18.554Z (about 1 month ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage:
- Size: 15.5 MB
- Stars: 75
- Watchers: 7
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![創用 CC 授權條款](https://i.creativecommons.org/l/by-nc-nd/3.0/tw/88x31.png)
# LearningNotes
這些筆記,有的是我的部落格文章初稿,有些則是取自我的電子書。如欲轉發,請轉貼連結,而不要以複製、貼上內文的方式傳播。其他事項請看下方「授權條款」。
歡迎[提問討論](https://github.com/huanlin/LearningNotes/discussions),亦可直接修訂之後發 Pull Request 給我。
如果覺得有幫助,請賞一顆 ⭐ 表達支持。
## 索引
- [C# 6](csharp6/_post.md#c-6)
- [C# 7](csharp7/_post.md#c-7)
- [C# 8](csharp8/_post.md#c-8)
- [C# 9](csharp9/_post.md#c-9)
- [C# 10](csharp10/_post.md#c-10)
- C# 11 (尚未開始)## 參考資料
C# 筆記的主要參考資料有:
1. [微軟文件](https://docs.microsoft.com/zh-tw/dotnet/csharp/)
2. [Programming C# 8.0: Build Cloud, Web, and Desktop Applications](https://www.amazon.com/Programming-8-0-Windows-Desktop-Applications/dp/1492056812) by Ian Griffiths.
3. [C# 10 in a Nutshell: The Definitive Reference](https://www.amazon.com/C-10-Nutshell-Definitive-Reference/dp/1098121953) by Joseph Albahari.
4. [C# Language Standard](https://github.com/dotnet/csharpstandard)
5. 網路文章(難以羅列)。## 授權條款
![創用 CC 授權條款](https://i.creativecommons.org/l/by-nc-nd/3.0/tw/88x31.png)
本學習筆記由蔡煥麟(Michael Tsai)製作,以[創用CC 姓名標示-非商業性-禁止改作 3.0 台灣 授權條款](http://creativecommons.org/licenses/by-nc-nd/3.0/tw/)釋出。如欲轉發,請轉貼連結,而不要以複製、貼上內文的方式傳播。
部落格:[Huanlin 學習筆記](https://www.huanlintalk.com)
## 贊助支持
除了給一顆 GitHub 星星,您還可以透過以下方式來贊助、支持:
- 購買我的 C# 電子書,可透過這些平台:[Google Play](https://play.google.com/store/books/author?id=%E8%94%A1%E7%85%A5%E9%BA%9F)、[Leanpub](https://leanpub.com/u/michaeltsai)、[讀墨](https://readmoo.com/contributor/20072)、[Kobo](https://www.kobo.com/tw/zh/search?query=michael%20tsai&fcsearchfield=Author)。
- [透過方格子平台打賞](https://vocus.cc/pay/donate/once/5c8e56a8fd8978000109280a)。
- [透過 PayPayl 打賞](https://paypal.me/hltsai?country.x=TW&locale.x=zh_TW)。Happy learning!