Browse by Tags

Tagged Content List
  • Wiki Page: E-Book Gallery for Microsoft Technologies

    Download content for ASP.NET, Office, SQL Server, Windows Azure, SharePoint Server and other Microsoft technologies in e-book formats. Reference, guide, and step-by-step information are all available. All the e-books are free. New books will be posted as they become available. To...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 1. Введение.

    В этом кратком руководстве-переводе мы рассмотрим разработку приложения Магазина Windows , использующего Windows Azure Mobile Services как облачный бэкенд в различных задачах. Это перевод официального руководства с http://windows.azure.com . Оглавление: Часть...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 4. Push-уведомления.

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. Для того, чтобы отправлять push-уведомления в ваше приложение с использованием Windows Azure Mobile Services, необходимо воспользоваться...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 3. Аутентификация.

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части рассмотрены вопросы аутентификации в мобильном сервисе из вашего приложения. Регистрация приложения для аутентификации...
  • Wiki Page: Windows Azure Mobile Services. Краткое руководство по разработке. Часть 2. Хранение данных в Mobile Services

    Оглавление: Часть 1. Введение. Часть 2. Хранение данных в Mobile Services Часть 3. Аутентификация. Часть 4. Push-уведомления. В этой части руководства вы загрузите приложение, которое хранит данные в памяти, создадите новый мобильный сервис и интегрируете его с приложением...
  • Wiki Page: Heartbeats, восстановление и балансировка нагрузки в Windows Azure - вопросы и ответы

    Перевод http://blogs.msdn.com/b/kwill/archive/2013/02/28/heartbeats-recovery-and-the-load-balancer.aspx . Ниже приведены ответы на наиболее популярные вопросы, которые я получал о heartbeats/probes, о том, как Fabric-контроллер производит восстановление после проб с ошибками и о том...
  • Wiki Page: Жизненный цикл роли Windows Azure

    Также как и с жизненным циклом страницы ASP.NET, необходимо понимать, что происходит с приложением во время его работы на платформе Windows Azure. На рис.1 приведена архитектура процессов роли. Рис. 1. Архитектура роли Windows Azure Давайте рассмотрим...
  • Wiki Page: Архитектура Windows Azure Storage

    WAS – система облачного хранилища, предоставляющая клиентам возможность хранить практически неограниченные объёмы данных в течение любого периода времени. WAS была представлена в production-версии в ноябре 2008. Ранее она использовалась для внутренних целей Microsoft для...
  • Wiki Page: Профилировка приложения Windows Azure

    Одна из популярных задач при разработке - это профилировка приложения. В случае приложения Windows Azure последовательность действий немного меняется. Создадим проект Windows Azure с одной Worker-ролью, в которой будет три метода, один "хороший", второй "не очень"...
  • Wiki Page: Microsoft Codename “Trust Services” Usage Overview

    Table of Contents Introduction Components and user roles in this release Components User roles Streaming Search in Encrypted Data Usage Flow Create a Trust Server Create a Data Policy Encrypt data based on Data Policy Decrypt data based on Data Policy Quick Links Introduction Microsoft Codename...
  • Wiki Page: Wiki: Cloud Portal

    This is a portal of links to articles on TechNet Wiki. Additional related articles and sites are available under the Community Resources section. Table of Contents Private Cloud Cloud Security Hybrid Cloud Office 365 Windows Azure Windows Azure SQL Database (formerly SQL Azure) ACS Community Resources...
  • Wiki Page: Windows Azure SQL Database FAQ

    Windows Azure SQL Database (formerly SQL Azure) is a cloud based relational database service from Microsoft. SQL Database that provides relational database functionality as a utility service. Cloud-based database solutions such as SQL Database can provide many benefits, including rapid provisioning...
  • Wiki Page: Develop and Deploy with Windows Azure SQL Database

    This article provides guidelines on how to deploy an existing on-premise SQL Server database into Windows Azure SQL Database and guidelines around best practices during data migration. Note If you wish to contribute to this page, use the Edit tab at the top (sign-in required...
  • Wiki Page: Running HDInsight C# Hadoop Streaming Sample

    MapReduce is a programming model designed for processing large volumes of data in parallel by dividing the work into a set of independent tasks. Most of the MapReduce jobs are written in Java. Hadoop provides a streaming API to MapReduce that enables you to write map and reduce functions in languages...
  • Wiki Page: Troubleshoot and Optimize Queries with Windows Azure SQL Database

    Windows Azure SQL Database is a cloud based relational database service from Microsoft. SQL Database provides web-facing database functionality as a utility service. Cloud-based database solutions such as SQL Database can provide many benefits, including rapid provisioning, cost-effective scalability...
  • Wiki Page: Windows Azure and SQL Database Tutorials - Tutorial 3: Using Windows Azure Blob Service

    Table of Contents Objectives Prerequisites Understanding the Architecture Understanding the Blob Service In this Article Lesson 1: Modify the Application to Use the Blob Service Procedures What did I just do? Next Steps: Lesson 2: Test and Deploy the Application Procedures What did I just do? Next Steps...
  • Wiki Page: The Hadoop on Azure Pegasus Page Rank Sample

    Overview This tutorial shows how to deploy Pegasus from the Hadoop on Azure portal to compute the page rank for a simple 16-node graph. The rank calculated for a node is a measure of how well connected it is to the other nodes in the graph structure. A graph is type of abstract mathematical structure...
  • Wiki Page: HDInsight Services for Windows Azure QuickStart: Running Hadoop Jobs

    This tutorial shows two ways in which Hadoop MapReduce programs can be run on an Hadoop Distributed File System (HDFS) using HDInsight Services for Windows Azure. Use the Create Job UI to run MapReduce programs written in Java, contained in Hadoop jar files Use the Interactive JavaScript Console...
  • Wiki Page: Analyzing Twitter Data with Hive in HDInsight and SteamInsight

    In this tutorial you will query, explore, and analyze data from twitter using Apache™ Hadoop™-based Services for Windows Azure and a Hive query in Excel. Social web sites are one of the major driving forces for Big Data adoption. Public APIs provided by sites like Twitter are a useful source of data...
  • Wiki Page: Simple recommendation engine using Apache Mahout

    Apache Mahout™ is a machine learning library built for use in scalable machine learning applications. Recommender engines are some of the most immediately recognizable machine learning applications in use today. In this tutorial you use the Million Song Dataset to create song recommendations for users...
  • Wiki Page: Working With Data in Windows Azure HDInsight Service

    This tutorial covers several techniques for storing and importing data for use in Hadoop MapReduce jobs run with Windows Azure HDInsight Service ( formerly Apache™ Hadoop™-based Services for Windows Azure). Apache Hadoop is a software framework that supports data-intensive distributed applications...
  • Wiki Page: Introduction to HDInsight Services for Windows Azure

    Overview HDInsight Services for Windows Azure is a service that deploys and provisions Apache™ Hadoop™ clusters in the cloud, providing a software framework designed to manage, analyze and report on big data. Data is described as "big data" to indicate that it is being collected in ever...
  • Wiki Page: Windows Azure EAI and EDI Labs Worshop – Routing Exercise

    Workshop Windows Azure EAI and EDI Labs – Release 2012 “Manage routing in the new Azure Service Bus EAI” Study Case: In this tutorial we are going to assume that an enterprise wants to rout their XML format emails from their employees, using a bridge and azure queues as well as connection routing...
  • Wiki Page: Windows Azure and SQL Database Tutorials

    These Windows Azure and SQL Database (formerly SQL Azure) tutorials are designed for beginners who have some .NET development experience. Using a common scenario, each tutorial introduces one or two Windows Azure features or components. Even though each tutorial builds upon the previous ones, the tutorials...
  • Wiki Page: Secure Windows Azure Web Role ASP.NET Web Application Using Access Control Service v2.0

    This article is a step-by-step procedure of creating Windows Azure Web Role ASP.NET application protected using Windows Azure AppFabric Access Control Service v.2.0. After completing this walkthrough you will have a web application running in Windows Azure production environment that requires authentication...
Page 1 of 7 (169 items) 12345»
Can't find it? Write it!