- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 79字
- 2025-04-04 16:57:49
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.