Click here to Skip to main content
15,888,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need suggestion regarding interprocess communication for one of my project. Let me brief my problem first.
I created a desktop application using .Net2.0 framework. The application internally uses some third party dll as well. It basically gets data feed from external server and stores on a SQL server database. Now I want to expose this application's functionality to some client program. the client program should be ideally a web based program or some other desktop client. the client should trigger different actions that the desktop application is doing by button press or so.
please suggest me some architecture to achieve this.

thanks in advance
Posted

1 solution

Expose your application functionality as WCF services. This[^] example might help you to get started.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900