Building Web Applications with SQL Azure David Robinson Senior Program Manager SQL Azure

Slides:



Advertisements
Similar presentations
Elevated Trust Data Webcam / Mic Rich Text & HTML Hosting Input Improvements Networking.
Advertisements

PHP on Windows Improvements in PHP-Microsoft Interoperability PHP World Kongress Munich, Germany November 9, 2010.
T Sponsors Paul Larsen Principal Program Manager, Microsoft Integrating cloud with existing IBM Systems BizTalk Summit 2015 – London ExCeL London | April.
Overview Of Microsoft New Technology ENTER. Processing....
Switching on the cloud for Silverlight MSDN Live Meeting Gill Cleeren Microsoft Regional Director – Silverlight MVP Ordina Belgium.
Training Workshop Windows Azure Platform. Presentation Outline (hidden slide): Technical Level: 200 Intended Audience: Developers Objectives (what do.
MICROSOFT CONFIDENTIAL Sept 2009 | Page 1 | BDM Presentation.
Building Offline/Cache Mode Web Apps Using Sync Framework Mike Clark Group Manager Cloud Data Services Team
PlacePlace TypeType ServiceService Analysis Caching Integration Sync Search Relational BLOB Query BackupLoad Multi Dim In Memory File XML Reporting.
A Tutorial on Windows Phone 7 and Windows Azure COSC7388 Spring 2011 Huy Nguyen.
Database Design Table design Index design Query design Transaction design Capacity Size limits Partitioning (shard) Latency Redundancy Replica overhead.
Building Data Driven Applications Using WinRT and XAML Sergey Barskiy, Magenic Microsoft MVP – Data Platform Principal Consultant Level: Intermediate.
Native Support for Web Services  Native Web services access  Enables cross platform interoperability  Reduces middle-tier dependency (no IIS)  Simplifies.
Migrating Business Apps to Windows Azure Marc Müller Principal Consultant, 4tecture GmbH
Getting Started with Windows Azure Name Title Microsoft Corporation.
What’s New? – BCS 2013 Brett Lonsdale.  Co-founder of Lightning Tools  One of the hosts on the SharePoint Pod Show  Co-organizer of SharePoint Saturday.
Tom Castiglia Hershey Technologies
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.
WINDOWS AZURE PLATFORM ROADMAP Eric Nelson Slide 1.
T.N.C.Venkata Rangan CEO, Vishwak Solutions Your Data on Cloud.
Eric Nelson Application Architect, Microsoft ISV Team Windows.
Azure Services Platform Update James Conard Sr. Director Developer & Platform Evangelism Microsoft Corporation.
DEV211. The simplest way to create business applications for the desktop and the cloud.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
Building micro-service based applications using Azure Service Fabric
Building Mobile Phone Applications With Windows Azure Nick HarrisWindows Azure Technical Evangelist Microsoft Blog:
2008 Summer Road Trip Welcome! Summer Roadtrip Overview Showcase of 2008 Launch Wave offerings End to end application build with Visual Studio 2008.
WINDOWS AZURE MOBILE SERVICES AN INTRODUCTION Bret Stateham Technical Evangelist
Text Microsoft to Or Tweet #uktechdays Questions?
Interoperability. Session Objectives and Takeaways Session Objective(s): – Get up to speed on SQL Azure – Learn about the new features in SQL Azure –
Forthcoming SQL Azure Services: SQL Azure Data Sync & SQL Azure Reporting Mark Scurrell Lead Program Manager Microsoft.
Implementing OData: How to Create a Feed for That Mike Flasko Lead Program Manager Microsoft Corporation
March 15 – 17, Las Vegas Sascha P. Corti Microsoft
Windows Azure poDRw_Xi3Aw.
Data lifecycle (CRUD+) Operation logic, query, databinding, change tracking, unit of work Validation User: authn/authz/profile.
Technology Drill Down: Windows Azure Platform Eric Nelson | ISV Application Architect | Microsoft UK |
Last Updated : 12 th April 2004 Center of Excellence Data Warehousing Group Overview of Teradata Utilities.
JSON C# Libraries Parsing JSON Files “Deserialize” OR Generating JSON Files “Serialize” JavaScriptSerializer.NET Class JSON.NET.
Building web applications with the Windows Azure Platform Ido Flatow | Senior Architect | Sela | This session.
Creating & Consuming Open Data (OData) Cloud Services using LightSwitch Beth Massi Senior Program Manager, Visual Studio
KORAK PRED OSTALIMI VISUAL STUDIO LIGHTSWITCH Danijel Malik Artifis Danijel Malik s.p.
Simon Davies Microsoft Global reach Ease of provisioning Business agility Deployability & manageability Security & Privacy Customisability.
Aaron Stanley King. What is SQL Azure? “SQL Azure is a scalable and cost-effective on- demand data storage and query processing service. SQL Azure is.
Presented by: Aaron Stanley King.  Benefits of SQL Azure  Features of SQL Azure  Demos, Demos, Demos!  How to query in SQL Azure  More Demos!  Recent.
Connected Infrastructure
Data Platform and Analytics Foundational Training
Couchbase Server is a NoSQL Database with a SQL-Based Query Language
Connected Infrastructure
IBM Data Server Gateway for OData
Build data-driven collection and list apps using XAML
Cloud Database Based on SQL Server 2012 Technologies
A developers guide to Azure SQL Data Warehouse
Running on the Powerful Microsoft Azure Platform,
Designed for Big Data Visual Analytics, Zoomdata Allows Business Users to Quickly Connect, Stream, and Visualize Data in the Microsoft Azure Platform MICROSOFT.
A developers guide to Azure SQL Data Warehouse
Data Security for Microsoft Azure
Accelerate Your Self-Service Data Analytics
What’s new in web development on Microsoft platform
Keep Your Digital Media Assets Safe and Save Time by Choosing ImageVault to be Your Digital Asset Management Solution, Hosted in Microsoft Azure Partner.
Windows Azure Keenan Newton 3-021
Your Devices + OData + Azure = 
WCF Data Services Getting Started Guide
Quasardb Is a Fast, Reliable, and Highly Scalable Application Database, Built on Microsoft Azure and Designed Not to Buckle Under Demand MICROSOFT AZURE.
Saranya Sriram Developer Evangelist | Microsoft
Pablo Castro Software Architect Microsoft Corporation
Building Business Applications in LightSwitch
On the wire Getting Started with Windows Azure
WCF Data Services and Silverlight
Microsoft Azure Services Platform
SQL Azure to .NET Developers
Presentation transcript:

Building Web Applications with SQL Azure David Robinson Senior Program Manager SQL Azure

What’s the Agenda? Windows Azure Platform Overview Accessing SQL Azure from PHP SQL Azure & Silverlight / WP7 – WCF RIA Services Location Aware Applications

Why are we here? You write web applications Web applications store data SQL Azure is a relational database in the cloud SQL Azure is uniquely positioned as the best data platform for web applications

The Windows Azure Platform

SQL Azure – SQL query processor – Familiar relational model – Transactions – Ecosystem of familiar development and management tools – Low-friction provisioning – High scale – Multi-tenant – Self-management – Automatic HA and DR SQL Azure delivers the value of hosted relational database with the differentiated benefits of a managed database as a utility

New Features Regular Service Updates Every 8 weeks Your feedback matters

50 GB DATABASE SKU Based on your feedback New Feature Alert!!!

SQL Azure & PHP Microsoft SQL Server driver for PHP v1.1 PHP hosting available on Windows Azure Supports PHP version 5.3 Get it standalone or part of WebPIstandalone WebPI

Connecting to SQL Azure from PHP demo

MARS SUPPORT IN SQL AZURE Based on your feedback New Feature Alert!!! Available in SU2

Multiple Active Row Sets Multiple SQL batches on a single connection Uses connection multiplexing Uses “firehose mode” MARS Enabled Statements – SELECT – FETCH – RECEIVE – READTEXT – BULK INSERT / BCP – ASYNC CURSOR POPULATION

SQL Azure & Silverlight / WP7 Data access over HTTP Requires the use of a middle tier WCF RIA Services SQL Azure OData Endpoint We want your feedback

WCF RIA Services & SQL Azure WCF RIA Services simplifies the development of n- tier solutions for Rich Internet Applications – Application logic runs on middle tier – Controls access to data for CRUD operations Multiple Formats – Atom, JSON, XML Multiple Transports – HTTP, TCP Multiple Protocols – SOAP, HTTP, OData

High Level ArchitectureAppLogicAppLogic XML, JSON, Binary

Connecting to SQL Azure from Silverlight demo

Geography Geometry Location Aware Applications Geodetic Data Spatial Operations

SPATIAL DATA SUPPORT Based on your feedback New Feature Alert!!! Available in SU3

Spatial Overview An industry first – SQL Azure will fully support spatial data in the Cloud. This will bring native storage and analysis of spatial objects to the Cloud, facilitating next generation mapping and other web applications which need support for location.

Spatial Objects are Features on Maps Streets Streets Freeways Freeways Railway Railway Ferry Route Ferry Route LINESTRING, MULTILINESTRING Streets Streets Freeways Freeways Railway Railway Ferry Route Ferry Route LINESTRING, MULTILINESTRING Buildings Buildings Parks & Gardens Parks & Gardens Public Areas Public Areas Suburbs Suburbs POLYGON, MULTIPOLYGON Buildings Buildings Parks & Gardens Parks & Gardens Public Areas Public Areas Suburbs Suburbs POLYGON, MULTIPOLYGON Traffic lights Traffic lights Railway stations Railway stations Hotels Hotels Points of interest Points of interest Labels Labels POINT, MULTIPOINT Traffic lights Traffic lights Railway stations Railway stations Hotels Hotels Points of interest Points of interest Labels Labels POINT, MULTIPOINT

Spatial Features 2D Vector Data Support for two new data types: – Geography - Round-Earth data (latitude, longitude coordinates) – Geometry - Flat-Earth data (x, y coordinate) Support for Point, Line and Area (Polygon) Objects + collections of such objects Over 70 T-SQL spatial methods High performance spatial indexes Spatial industry standards support Symmetrical feature as in SQL Server 2008

Location Aware Web Applications with SQL Azure demo

Further Information Sign up for SQL Azure SQL Server Management Studio – x86 or amd64x86amd64 Windows Azure Cloud Tools SQL Azure Labs PHP 1.1 Driver for SQL Azure – Get it standalone or as part of WebPIstandalone WebPI WCF RIA Services for VS 2008 or VS 2010VS 2008 VS 2010 Windows Phone Series 7 SDK

Call to Action!!! Sign up for SQL Azure Sign up for the 50gb Database CTP – We are hiring – Look out for SU2 in early April mygreatsqlazureidea