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

Back to Basics

In this chapter, we will cover the following recipes:

  • Creating a C#-based console application
  • Creating a C# class library
  • Creating a classic Windows application to use the library
  • Creating a WPF-based application to use the library 
  • Hello Universe – My first .NET Standard class library
  • Creating a Windows console-based application to use the library
  • Creating a ASP.NET Core-based web application to use the library