T
Thomas Lee3
Guest
Hi, I have developed a couple of .NET windows services. These services are going to be migrated to the cloud. The services are worker related and create multiple parallel tasks to interact with Microsoft Graph / Exchange/rest services, not to mention MSSQL databases. We want to move the existing windows services to the cloud, and eventually convert them to hosted core services. My questions are:
I am looking for a little feedback before we map out our development path.
Thanks,
Tom
Continue reading...
- I have read articles about using WCF, which we dropped several years ago because we thought it was dead. What is the best way to get our existing services to the cloud? We thought about IIS, but it looks like, from everything I have read, WCF is recommended. Does anybody have any suggestions?
- I have never used a core hosted service, is this a good choice to replace our Windows Services? Is there a good tutorial that explains how to move a windows service to a core hosted service?
I am looking for a little feedback before we map out our development path.
Thanks,
Tom
Continue reading...