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

Creating a C# class library 

In this recipe, we are going to build a simple C# class library. This library will have a simple public method that takes a parameter and returns a string. Also, we will be creating a blank Visual Studio solution and adding the library project. This solution will be used in later recipes.