Click here to Skip to main content
15,900,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I couldn't understand the usage of azure well from google.I understood that,It helps in cloud.I have a doubt that we need to download it for use with asp.net.Or it is an independent thing like asp.net?
Posted

Azure is an Cloud platform, like as App Engine. You can't download and install it. But you can target you dev on Azure by using the Azure SDK
Azure SDK [^]
 
Share this answer
 
Azure allows you to host different worker roles in the cloud where you do not have to manage the operating system, the backups, the load balancing, etc. These roles could be an ASP.NET app, a WCF web service, just a background worker with no IIS parts at all, or even in the future having a VM that you can put up and use for whatever you want. Microsoft manages the power, backups, etc for you so that you can focus on your application.

I use my Azure account to host an online database for a set of phone apps (WP7, iPhone, and Android) to all share. I think that if you need horse power that is temp and dont want to spend alot of money, a cloud solution is worth looking at. There is also AppHarbor which is similar to Azure but is targetting smaller developers.
 
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