G
Guest
I have a C++ COM based windows service which have more than 30k lines of code
and which is stablized over years. We need to take the advantage of the
..NET framework for this project, especially the GUI for this service and the
other
windows non gui .NET clients.
What's the best migaration pattern for us considering not to rewrite the
thousands of lines of code.
The question i have are the follows.
We would like to port this service code to a ASP.NET service and expose to
the
client. Doing this way we can take best advantage advantage of the Windows
Communication Foundation (WCF) functionalities which is comming with Windows
Vista.
What will be the best way to do this. Can i make the new ASP.NET service
talk directly to the windows unmanaged service, and then the GUI and the
clients talk to the ASP.NET instead of the windows unmanaged service.
In this approch the ASP.NET service can host all the new functionalities +
the type conversion from .NET to COM and vice versa.
Thanks,
Shyam
and which is stablized over years. We need to take the advantage of the
..NET framework for this project, especially the GUI for this service and the
other
windows non gui .NET clients.
What's the best migaration pattern for us considering not to rewrite the
thousands of lines of code.
The question i have are the follows.
We would like to port this service code to a ASP.NET service and expose to
the
client. Doing this way we can take best advantage advantage of the Windows
Communication Foundation (WCF) functionalities which is comming with Windows
Vista.
What will be the best way to do this. Can i make the new ASP.NET service
talk directly to the windows unmanaged service, and then the GUI and the
clients talk to the ASP.NET instead of the windows unmanaged service.
In this approch the ASP.NET service can host all the new functionalities +
the type conversion from .NET to COM and vice versa.
Thanks,
Shyam