- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 79字
- 2021-06-25 22:11:35
Building a .NET Standard 2.0 library that uses primitives
In this recipe, we will have a look at C# primitives and their usage in a .NET Standard 2.0 library. Primitives are one of the core parts of the framework. These types are defined in the .NET Framework itself and not in the C# language specification.
We will be building a .NET Standard 2.0 library that uses primitives in the .NET Framework and use it in the next recipe.
推薦閱讀
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Learn Scala Programming
- Python算法從菜鳥到達人
- 深入分布式緩存:從原理到實踐
- 微服務架構深度解析:原理、實踐與進階
- Android應用案例開發大全(第二版)
- Python機器學習之金融風險管理
- Hands-On JavaScript for Python Developers
- Instant Debian:Build a Web Server
- 智能手機故障檢測與維修從入門到精通
- Mockito Essentials
- Mastering Bootstrap 4
- Extending Docker
- C#網絡編程高級篇之網頁游戲輔助程序設計
- Python程序設計:基礎與實踐