- .NET Standard 2.0 Cookbook
- Fiqri Ismail
- 76字
- 2025-04-04 16:57:49
Primitives, Collections, LINQ, and More
In this chapter, we will be covering the following recipes:
- Building a .NET Standard 2.0 library that uses primitives
- Building a .NET console application to use the library
- Creating collections
- Building a WPF application to use the library
- Describing our library with Reflections
- Building a .NET Core console application to use the library
- Building a .NET Standard 2.0 library that uses LINQ
- Building an ASP.NET MVC application to use the library