Sunday, 1 September 2013

How to integrate a C# server with C++ business logic

How to integrate a C# server with C++ business logic

I am a C++ developer and want to develop a RESTful service. Since our
business logic is in C++(boost) but want to like to develop server in C#
due to easy deployment and enhancement.. My business logic is fetching
data from Db and applying algorithms on it and producing output. Sometimes
these output is a big array or matrix etc. Looking forward to know the
integration of C++ and C# code here.

No comments:

Post a Comment