What cloud providers are available for .Net apps?
7 Answers
Microsoft offers Windows Azure
Apprenda also has a cloud platform offering. It's a PaaS for any .NET app that can be downloaded and run anywhere - they don't host it.

- 1
- 1

- 242,243
- 40
- 408
- 536
-
1thanks for the Apprenda mention. Note that Apprenda is not a cloud itself (in other words, Apprenda doesn't host it), it's a .NET application server and runtime that you can license and run on top of many of the other providers mentioned like EC2, GoGrid, etc. It gives your app a multi-tenant runtime, billing, usage metering, extensions to manage underlying infrastructure, and all you have to write is regular .NET code (ASP.NET web app, Silverlight, etc.) Apprenda + EC2 or GoGrid = your own cloud. (Full disclosure, I'm an Apprenda employee - but I think that allows me to provide clari – mammerman Dec 27 '10 at 12:45
Take a look at http://moncai.com/ - need to sign up for a beta invite, but it's basically Heroku for .NET

- 15,561
- 3
- 31
- 29
Take a look at Windows Azure Code Samples
.
The Windows Azure platform is a flexible cloud–computing platform that lets you focus on solving business problems and addressing customer needs.

- 30,394
- 6
- 63
- 80
There are many cloud solutions that can run .NET apps. Azure is the Microsoft solution.
Others can be found here: Will there be other .NET providers of Cloud Computing services?

- 1
- 1

- 6,205
- 3
- 26
- 31
There are a number of options, to name a few:
Amazon EC2: http://aws.amazon.com/windows/
Windows Azure: http://www.microsoft.com/windowsazure/windowsazure/
GoGrid: http://www.gogrid.com/cloud-hosting/cloud-servers.php
Also, there are a large number of VPS (Virtual Private Servers) hosts which IMHO aren't all that different than what these bigger providers tout as "cloud", aside from needing to rent by the month instead of by the hour, which support a .NET environment.

- 3,769
- 1
- 23
- 33