Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to make a cloud application that downloads or uploads the files to our cloud server. For example we can send SMS using AT Commands. Just like that, my application must be able to download required documents from our cloud server and also be able to upload them back to server. What should I do? I have read about Azure. Will I have to learn Azure programming or it is possible to embed our c# application to cloud?
Posted

1 solution

its possible to embed your C# application to the Cloud. Other way many vendors are now providing the facility to simply put your application on the cloud you just need to give your app(code) and it will be there headache to deploy it in cloud for you.
Azure programming not a big deal, You just need to be clear of basics and use API's its Done!. you don't need to Learn.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900