I want to create a windows service that validates data and access it from another windows application, but I\'m new to services and I\'m not sure how to start.
We use Named pipes for this purpose. But our client implemented with C++. If your service and application are implemented in .Net, you can use .Net remoting.