I want to create a windows service, and I am not sure whether to write it on c sharp or c++. I wander if you create the service in c#, do I need to have the whole .net framework installed on the client? If I do it in c++, as a clr application, it will use the .net framework and it will be managed code. Does that mean that the .net framework has to be installed in the client running the windows services? Is the CLR installed in all pc?, i mean, if I write a .net server (c# or c++), is the clr already installed in the client, do I need to have something in mind when deplying the windows service to a client machine
Many thanks for your help