- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 97字
- 2021-06-25 22:11:35
Getting ready
As mentioned, primitive data types are defined under .NET Framework itself and it's not language specific. It means you can use these data types across all languages supported under .NET Framework. It doesn't mean you can use these primitives under different flavors of .NET Framework. For example, if a data type is defined under .NET Framework version 4.6.1, and it's not defined under .NET Core 2.0, your code will fail under .NET Core 2.0.
Also, make sure you have the latest version of Visual Studio, which is 2017 at the time of writing.
推薦閱讀
- Learn to Create WordPress Themes by Building 5 Projects
- Mastering Concurrency in Go
- Scratch 3游戲與人工智能編程完全自學教程
- 秒懂設計模式
- Easy Web Development with WaveMaker
- Python數據可視化之Matplotlib與Pyecharts實戰
- 飛槳PaddlePaddle深度學習實戰
- Python:Deeper Insights into Machine Learning
- Android應用開發深入學習實錄
- Scratch·愛編程的藝術家
- Vue.js光速入門及企業項目開發實戰
- Go語言入門經典
- Groovy 2 Cookbook
- Elasticsearch Blueprints
- 從零開始學算法:基于Python