I am writing a client-server application. Server - console application, client - UWP. What type of library to choose so that it can be connected there and there? I spent a couple of tests. I managed to connect to the client and server libraries such as: "Class Library (Portable, for ios, andriod and windows)", "Class Library (Portable, for windows 8)". I do not like these yes type. Other types can not connect directly to 2 applications. How can I solve this problem?
1 answer
There is such a PortableClassLibrary library for all platforms simultaneously. You can make the necessary classes in it and you can connect it anywhere
- Where, what, how? Specifically, there is no such thing. - Sanych Goilo
- In the studio, create a file — a project — choose the Portable Class Library from the templates, select the checkboxes, which platforms should support the code, and it turns out a class library that can be connected to the selected project types - Vladimir Paliukhovich
|