I have a requirement to develop a service which queries WMI classes on a windows machines. I want to provide this services as web API, embedding kestrel as web server, which will be consumed by a central java based server. Since the service is specific to windows so cross platform is not a requirement for me and so I can go with .NET Framework itself. Which one to choose?
Source: Windows Questions