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