Hi All,

being relatively new to VB.Net (just a month old) environment I am wondering what is the best way to connect Windows Service to the client application.

The service is expected to receive and process queries that would take a long time to complete. after the completion if a client application is running it would send it the result otherwise save the result in a database.

Thank you