将现有的Visual C ++应用程序迁移到云 [英] Migrating existing Visual C++ application to the Cloud

查看:77
本文介绍了将现有的Visual C ++应用程序迁移到云的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在研究一个由各种独立组件组成的旧版Visual C ++应用程序
还有一个用VC ++编写的与这些模块交互的前端应用程序.
并且有一个等效的基于Web的应用程序(ASP.NET)可以交互

我的问题是,我们如何将该应用程序迁移到Cloud?将其迁移到云中需要遵循哪些步骤?
我的理解是,我们只能将C ++/MFC模块移至云计算并使用来自不同客户端位置的基于Web的UI.
感谢所有输入.

TIA,
Jy

Hi,

I'm working on a legacy Visual C++ application which consists of various independent modules (both DLLs , EXEs). 
There is also a front end application written in VC++ which interacts with these modules. 
And there is an equivalent Web based application(ASP.NET) which interacts with the modules written in C++/ MFC.

My question is, how do we migrate this application to the Cloud? What are the steps to follow in migrating it to the Cloud?
My understanding is that we can move only the C++/ MFC modules to the Cloud and use the Web based UI from different client locations.
Appreciate any inputs.

TIA,
Jy

推荐答案

由于每个应用程序的不同,我不确定我可以提供确切的迁移步骤.但是,如果您能够在内部运行它,那么您应该可以在云中运行.

Not sure I can provide exact steps to migrate as it will differ from application to application. However, if you are able to run it on premise you should be able to run in in the cloud. 

我建议您研究以下服务来托管您的应用程序:

I suggest you look into the following services to host your applications: 

每种服务都提供了一种托管应用程序的独特方法.在所有情况下,您都可以使用多种语言来编写和开发应用程序.

Each of these services offer a unique way to host your application. In all instances you can use multiple languages to write and develop your application. 

我将从Web Apps开始,因为它提供了一种无服务器的体系结构,该体系结构使您可以专注于代码并允许Azure处理后端服务.

I would start with Web Apps as it provides a serverless architecture that lets you focus on your code and allows Azure to handle the back end services. 

云服务类似于Web Apps,但是您可以控制服务器

Cloud services is similar to Web Apps but you get some control over the servers

虚拟机为您提供了与内部相同的环境,您可以像在内部环境中一样开发应用程序

Virtual Machines gives you the same environment you would have on premise and you can develop applications just as you have them on prem

服务结构结合了所有的一点:) 

Service fabric combines a bit of all :) 

浏览这些文档,让我知道您是否有任何特定问题. 

Take a look through those docs and let me know if you have any specific questions. 


这篇关于将现有的Visual C ++应用程序迁移到云的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆