.NET Standard 2.0 Cookbook
上QQ阅读APP看书,第一时间看更新

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