Anand
Anand

Reputation: 10400

Google App Engine for Java, What is for .Net?

Google App Engine is a cloud computing architecture that supports java based web services to be deployed.

What cloud computing hosting options are available for .Net web developers ?

Upvotes: 10

Views: 4611

Answers (7)

Cerbenus
Cerbenus

Reputation: 213

As of May 11, 2016, Google Compute Engine supports the .NET platform (okay, Compute Engine is a IaaS and not a Paas, like App Engine):

How to get your ASP.NET app up on Google Cloud the easy way

Don’t let anyone tell you that Google Cloud Platform doesn’t support a wide range of platforms and programming languages. We kicked things off with Python and Java on Google App Engine, then PHP and Go. Now, we support .NET framework on Google Compute Engine.

Upvotes: 1

stuartd
stuartd

Reputation: 73293

Amazon also supports Windows - for example AWS Elastic Beanstock has features similar to the other PaaS offerings mentioned in this thread.

Upvotes: 9

esotericengineer
esotericengineer

Reputation: 21

Apprenda (http://www.apprenda.com). You can run it where ever you want and instantly have a PaaS. Layer it ontop of EC2 and away you go!

Upvotes: 2

okrasz
okrasz

Reputation: 3974

Apart from Azure there is also AppHarbor, which actually runs on Amazon infrastructure.

Upvotes: 5

Richard McGuire
Richard McGuire

Reputation: 11100

As other have said you're looking for the Windows Azure Platform. The platform consists of the following components:

  • Windows Azure: Cloud services OS
  • .Net Services: Services Bus, Access Control Service, Workflow Service
  • SQL Azure: Cloud database storage, can store database up to 10GB in size as announced at WPDC '09
  • Live Services: Windows Live integration

The pricing for the could services was announced earlier today at WPDC 2009 and in addition they announced that it would become commerically available at the Professional Developers Conference (PDC) later this year. Util then these services are available free of charge in the form of a Community Technical Preview.

Upvotes: 4

Thomas R
Thomas R

Reputation: 3036

http://www.microsoft.com/azure/default.mspx

Azure.

Upvotes: 3

Tetraneutron
Tetraneutron

Reputation: 33861

That would be Microsoft's Azure

http://www.microsoft.com/azure/default.mspx

Upvotes: 23

Related Questions