📜 ⬆️ ⬇️

Windows Azure Toolkit for Windows 8: review and simple usage example



Windows Azure is one of the most open platforms from Microsoft. Management and access to services provided by the platform is carried out by open protocols with the REST API, and applications can be developed on node.js , Java , PHP and .NET .

The use of mobile computers to access the Internet and related services is growing every day. Many popular Internet services have an advanced client for the main mobile platforms. In order for developers to quickly get to know and start using the capabilities of Windows Azure in their solutions, several open source projects were developed for the main mobile platforms and technologies, under the common name Windows Azure Tookits for Devices .
')
How it all began can be found in the articles on Habr: Windows Azure Toolkit for Windows Phone and Windows Azure Toolkit for iOS , Windows Azure Toolkit for Social Games and Windows Azure Tookits for Devices .

The project is also available for Android and has recently received an update that supports development for Windows 8 Consumer Preview .

The purpose of this article is to introduce Windows Azure Toolkit for Windows 8.

Windows Azure Toolkit for Windows 8 Review


For development, you will need both Visual Studio 11 Beta, for developing Metro-style applications for Windows 8, and Visual Studio 2011, for example, free Web Express, for developing Windows Azure parts. Also, in order to run the Windows Azure emulator, you must install SQL Server Express.

Detailed instructions for installing Windows Azure SDK under Windows 8 can be found here.

The Windows Azure Toolkit for Windows 8 installation script will check all dependencies and install all necessary for work. A complete list of dependencies can be found in the documentation .

We now turn directly to the composition of the toolkit.

Two templates:

Windows 8 Cloud Application : Creates a project for deployment to Widows Azure and an ASP.NET MVC 3 project that is responsible for registering clients and sending them push notifications.


Notification + Access Control Application : creates a basic project that contains everything you need to start using Windows Azure services from a metro-style application. Available for C # and JavaScript.


Code samples (in the Samples folder):


NuGet Packages:

Starting Margie's Travel Example


Margie's Travel is an example of a metro-style toolkit application that is written in HTML5, CSS, and JavaScript and uses the power of Windows Azure. The application does not require installation. To work, you just need to run the client and server part of the project.






















useful links


Download Visual Studio 11 Beta
Everything you need for development under Windows Azure
Windows Azure Development Center on MSDN
Windows Azure Forum on MSDN
Windows Azure Toolkits for Devices:
Windows Azure Toolkit for Windows 8 on Codeplex
Windows Azure Toolkit for Android on GitHub
Windows Azure Toolkit for iOS on GitHub
Windows Azure Toolkit for Windows Phone on Codeplex
Windows Azure Toolkit for Social Games on GitHub

Source: https://habr.com/ru/post/140686/


All Articles