how to create remote desktop application using .net core?

Shardul Karwatkar, Shubhangi 1 Reputation point
2022-10-03T06:08:33+00:00

I want to create remote desktop application which should be platform independent. I know .net core application can work for all platforms want to know are there api's or any namespace available in .net core??

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,260 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,931 Reputation points
    2022-10-03T14:58:50.677+00:00

    This is a rather major project. Here is the protocol definition.

    https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpbcgr/5073f4ed-1e93-45e1-b039-6e30c385867c

    You will need a good understanding of network programming and protocols. You will also need good understanding of programming graphics.

    0 comments No comments