Our company has an old project made by UWP(with GUI) and running in Raspberry with windows IOT before.
As we know, Windows IoT has not updated for several years that it seems it is dead.
These days I found that Microsoft has published many tutorials about asp.net core in IoT devices.
Because of this, I want to migrate my project from UWP to asp.net core.
The Raspberry will connect to a third-party device by a LAN port. The device has an interface protocol that I use a socket to communicate with it before.
I don't know much about socket whether it is the same as HTTPClient/WebSocket or there is a better way to replace it. In addition, it seems asp.net core does not support the socket.
Would you please give me a suggestion? Thank you.