News

Google App Engine Adds .NET Support

.NET developers now have another option for the streamlined creation of cloud apps, now that Google App Engine has announced support for the Microsoft developer stack.

Google wants to make sure that .NET developers don't dismiss its app engine outright and in fact, wants its cloud offering to be a legitimate option among the many. It's doing that by adding native .NET support to its Google App Engine.

In a nutshell, Google App Engine, or GAE, is Google's cloud computing platform for developing and hosting Web apps via Google datacenters, with services for apps being able to be automatically scaled as needed. If there's any comparing to be done in the cloud, GAE would be third among with cloud behemoths Amazon Web Services (at the top) and Microsoft's Azure Cloud platform (runner up).

And that's how GAE differentiates itself from competitors. Where those services provide fairly comprehensive tools and a third-party ecosystem that allows for the ultimate in app customization, that customization comes at the cost of flexibility. Instead, GAE alleviates the many layers of infrastructure administration that are common with those services, particularly when creating apps to scale up or down as needed, paired with its simpler and less expensive overall costs for resource usage.

GAE now has support for ASP.NET Core as well as PHP 7.1, along with its original support for a variety of Web-friendly languages: Node.js, Ruby, Java 8, Python 2.7 or 3.5, and Go 1.8.

GAE's support for ASP.NET Core means that it's now "a great choice for developers building web applications with C# and .NET Core who want to enjoy the benefits of running on App Engine," writes Justin Beckwith, Google Product Manager, in a blog post announcing the offering this week.That support means that .NET developers can write C# and .NET Core apps as if native. To simplify the process even further, Google also offers its Google Cloud Tools for Visual Studio, an extension for streamlining development of GAE-bound apps from within the VS IDE. (It's currently available in the Visual Studio Marketplace for VS 2015 only, though, and there are no indications whether it will support VS 2017.)

Google also provides Google Cloud Client Libraries for .NET, which is a set of APIs for tying into various Google Cloud services, such as storage, the query engine and the publishing subsystem. These AP libs are part of a larger set of tools contained in the Google Cloud SDK.

Google App Engine is currently in beta testing, and developers can find out more by starting at the documentation here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube