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??

Windows for business Windows Client for IT Pros User experience Remote desktop services and terminal services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.