Pradeep S Pushpendra Singh Consultants, Neudesic Technologies, Hyderabad, India.

Slides:



Advertisements
Similar presentations
What Is Microsoft Marketplace DataMarket What Is Microsoft Marketplace DataMarket? Michael Stiefel
Advertisements

Jim ONeil Microsoft Developer Evangelist
Microsoft Confidential. An incubation effort to: Support client -> server communication in native code with a modern C++ API design Support writing Azure-based.
SQL Data Services (SDS) Azure Services Platform.
Page 1 Ricardo Villalobos Windows Azure Architect Evangelist Microsoft Corporation Designing, Building, and Deploying Windows Azure applications.
“Packaged” Application An application that I buy “off the shelf” and run myself “Packaged” Application An application that I buy “off the shelf”
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
November 3rd, 2010 COMS W Outline Overview of Azure Key Components A. Windows Azure B. SQL Azure C. Windows Azure Platform AppFabric Demos HelloCloud.
Overview Of Microsoft New Technology ENTER. Processing....
12 → Wed Umbraco User Group Kristofer Liljeblad Windows Azure Kristofer Liljeblad, Microsoft Developer Evangelist
Medical Image Storage in the Cloud A Senior Capstone Project Chia-Chi Teng Information Technology Brigham Young University Provo, UT, USA.
Protecting your online and on premises assets "Cloud Style" Mike Martin Architect / Microsoft Azure MVP.
Server Roles and Features.NET Framework 3.51.NET Framework 4.5 IIS Web Server IIS Default Document IIS Directory Browsing IIS HTTP Errors.
©2012 Microsoft Corporation. All rights reserved..
Building a social networking portal on Windows Azure in 1 hour Saranya Sriram Developer Evangelist Microsoft, India.
W INDOWS A ZURE P LATFORM Reference: Cloud Computing with Windows Azure Platform by Roger Jennings.
Global Windows Azure Bootcamp Auckland March
Node.js on Windows Azure Name Title Microsoft Corporation.
Windows Azure Storage Services Saranya Sriram, Technology Evangelist, Microsoft, India.
WINDOWS AZURE STORAGE 11 de Mayo, 2011 Gisela Torres – Windows Azure MVP Aventia-Renacimiento Twitter:
Eric Nelson Developer Evangelist Microsoft UK | Lap around.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Microsoft Azure Introduction ISYS 512. Microsoft Azure Microsoft Azure is a cloud.
Windows Azure featureISO 27001SSAE 16 SOC 1 Type 2 EU Model Clauses HIPAA BAA Web Sites Virtual Machines Cloud Services Storage (Tables,
Scott Zimmerman Solutions Architect, SOA/.NET/Azure/BizTalk.
Getting Started with Windows Azure Name Title Microsoft Corporation.
Ruby on Rails & Windows sriramkrishnan.com.
Austin code camp 2010 asp.net apps with azure table storage PRESENTED BY CHANDER SHEKHAR DHALL
Windows Azure Tour Benjamin Day Benjamin Day Consulting, Inc.
Windows Azure Insights for the Enterprise IT Pro John Craddock Infrastructure and Identity Architect XTSeminars AZR301.
Mostafa Abdollahi Mazandaran University Of Science And Technology January 2011.
Introduction to Windows Azure BUGAEV ROMAN. Azure Windows Azure Platform is thus classified as platform as a service and forms part of Microsoft's cloud.
Jim O’Neil Microsoft Developer Evangelist
T.N.C.Venkata Rangan CEO, Vishwak Solutions Your Data on Cloud.
Azure Services Platform Update James Conard Sr. Director Developer & Platform Evangelism Microsoft Corporation.
IOS and Android with Windows Azure Websites Name Title Address Website.
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Now Jan Feb 1 Business Analytics Reporting Data Sync.
 Mike Martin  Architect  MEET Member  Crew Member of Azug  Windows Azure Insider  Windows Azure MVP  
Windows Azure, SQL Azure and SharePoint 2010 Integration.
Azure in a Day Training: Windows Azure Module 1: Windows Azure Overview Module 2: Development Environment / Portal – DEMO: Signing up for Windows Azure.
Windows Azure poDRw_Xi3Aw.
Microsoft Cloud Day Windows Azure – platform overview and update Mario Szpuszta Platform Strategy Advisor EMEA Windows Azure ISV Team Microsoft Corporation.
PowerPoint Instructions These are not native PowerPoint objects. They are PNG objects. To change the color, you need to go to the Format Tab.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Virtual techdays INDIA │ august 2010 Building & Deploying Windows Azure Application using VS2010 Saranya Sriram │ Developer Evangelist, Microsoft.
Windows Azure Boot CampWindowsAzureBootCamp.com. Windows Azure Boot CampWindowsAzureBootCamp.com.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Exploring Networked Data and Data Stores Lesson 3.
L. (Van) Van Lowe Twitter:lvanlowe
 Cloud Computing technology basics Platform Evolution Advantages  Microsoft Windows Azure technology basics Windows Azure – A Lap around the platform.
Bret Stateham Owner, Net Connex blogs.netconnex.com twitter.com\bstateham.
HoraSesión 9:00 - 9:30Registro 9:30 – 10:30Empezando con Windows Azure 10:45 – 12:00HOL: Laboratorio – Empezando con Windows Azure 12:00 – 13:15Azure.
MIX 09 11/30/2017 5:54 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Data-driven serverless apps with Azure functions
Exceedra + Azure Mark Rendle Principal Software Architect
Entity Framework Core.
Code Walkthrough of a Cloud Application Running on the Windows Azure Platform
microsoft cloud platform: enterprise-class architecture
Introduction to Building Applications with Windows Azure
Jim Nakashima Program Manager Cloud Tools
Saranya Sriram Developer Evangelist | Microsoft
Pablo Castro Software Architect Microsoft Corporation
Sayed Ibrahim Hashimi Program Manager Microsoft Corporation
Tech Ed North America /12/2019 6:45 AM Required Slide
Developing Windows Azure Applications with Visual Studio
INFO 344 Web Tools And Development
WCF Data Services and Silverlight
.NET Framework V3.5+ & RESTful web services
Microsoft Azure Services Platform
Presentation transcript:

Pradeep S Pushpendra Singh Consultants, Neudesic Technologies, Hyderabad, India

Windows Azure Components Compute Services Storage Services Fabric Demo

Blobs  Stored in containers  Metadata & object contents  Store large objects in binary format (<= 50GB) Tables  NOT relational(traditional), NO schema  Entities with properties  Access using ADO.NET data services or LINQ Queues  Reliable persistent messaging  Communication b/w web & worker role

Over HTTP in a RESTful way / ?$filter=

Prerequisites Windows vista/Windows server 2008 IIS 7.0 with ASP.NET/WCF Http Activation Visual Web Developer Express/Visual Studio 2008.NET 3.5 SP1 SQL Server 2005/2008 Express Tools Windows Azure Tools for Microsoft Visual Studio Windows Azure SDK

   