What are the reason that one should stop writing windows service in .NET and migrate all .NET service back to C++?
Is this becoming a mandatory from microsoft to write windows service in .NET?
We are following HSA architecture, and our underlying windows service is written in C# i.e., C# windows service is deployed as Driver using HSA framework.
UWP apps communicate via RPC to C#.net service. ,
Are there any reason w.r.t performance of service that we should think of converting service to win32 windows service?
Any problem with high CPU usage, high memory footprint, uwp communication break as .net services are generally delayed started