Visual Studio Code – How to include functionality from one project into another in the same solution?
In my company, we are creating C# client/server applications as follows: We create three project inside one single Visual Studio solution: Product.General Product.Client Product.Server The "General" project contains functionality, to be used by both client and server parts. In order…