I have created and started windows service Service1 (with exe as MyService.exe) using c# 2005. . I have included a method GetMyRandomNumber() that returns a random double va
WCF will be an overkill for communication on the same computer. Pipes is a simpler and more effective solution.