Hi,
I have already C++ code written in DLL and lib. I need to expose my internal C++ API as Restful API.
How I can package it. either as DLL or EXE in Widows platform
I need to provide as SDK to programmer to use it.
How C#/ Donet programmer can use my Web service.
Do I need to host my web service on cloud or they can call my DLL?
How they can use my DLL or EXE on local machine.
I want to avoid using COM.
I have already C++ code written in DLL and lib. I need to expose my internal C++ API as Restful API.
How I can package it. either as DLL or EXE in Widows platform
I need to provide as SDK to programmer to use it.
How C#/ Donet programmer can use my Web service.
Do I need to host my web service on cloud or they can call my DLL?
How they can use my DLL or EXE on local machine.
I want to avoid using COM.