Dhananjay Kumar

Slides:



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

AJAX Development By Gary Mandela December 26,
Bob German Principal Architect Introduction to Cloud Hosted Apps Your apps here!
Single Page Apps with Breeze and Ruby.
Attie Naude 14 May 2013 Windows Azure Mobile Services.
Jason Kaczor Senior SharePoint Architect Illumination Industries Ltd.
.NET 3.5 SP1 New features Enhancements Visual Studio 2008 SP1 New features Enhancements Additional features/enhancements.
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July Solution Architect,Microsoft.
Change the Rules Distributed data apps with.NET Zlatko Knezevic Developer Evangelist Microsoft
#spsevents #spsphx SPS EVENTS PHX Know REST for the Query AN INTRODUCTION TO REST FOR SHAREPOINT 2013 ERIC J OSZAKIEWSKI, MCTS, MS, MCPS.
ADVANTAGE WEBAPI PETER FUNK SOFTWARE ENGINEER, ADVANTAGE R&D MAY 20, 2011.
T Sponsors Paul Larsen Principal Program Manager, Microsoft Integrating cloud with existing IBM Systems BizTalk Summit 2015 – London ExCeL London | April.
OData Data Sources Clients Web Browsers (Internet Explorer, Firefox, …) Web Browsers (Internet Explorer, Firefox, …) Mobile Phones (Android,
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
OData everywhere Matt Milner Pluralsight. Overview What and why of OData OData client ecosystem.
Multiple Tiers in Action
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 2013 Technical Preview and published July Introducing.
Building Offline/Cache Mode Web Apps Using Sync Framework Mike Clark Group Manager Cloud Data Services Team
ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.
Refine Author business logic Customize screen layouts / branding Define custom queries Extend Explore ecosystem components Create custom controls.
REST.  REST is an acronym standing for Representational State Transfer  A software architecture style for building scalable web services  Typically,
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.
ASP.NET + jQuery + Odata = Goodness Stephen Walther Superexpert.com
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Getting Started with the ASP.NET Web API Dhananjay Kumar Infragistics Consultant Microsoft MVP
Shyam Pather Development Manager Microsoft Corporation SESSION CODE: DEV324.
Microsoft Visual Studio 2010 Muhammad Zubair MS (FAST-NU) Experience: 5+ Years Contact:- Cell#:
Open Data Protocol * Han Wang 11/30/2012 *
Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits,
OData: There’s a Feed for That Pablo Castro Software Architect Microsoft Corporation
Windows 8 Application Microsoft Word with Apps For Office Internal O365 SharePoint Site Windows Azure Cloud Services Windows Azure Workflow Server.
PHP on Windows Improvements in PHP-Microsoft Interoperability Brian Swan PHP Developer Outreach,
Lap Around Visual Studio 2008 &.NET 3.5 Enhancements.
HTML5 AND THE FUTURE JAVASCRIPT PLATFORM Marcelo Lopez Ruiz Senior Software Design Engineer Microsoft Corporation.
Azure in a Day Azure Tables Module 1: Azure Tables Overview Module 2: REST API – DEMO: Azure Table REST API Module 3: Querying Azure Tables – DEMO: Querying.
Virtual techdays INDIA │ 9-11 February 2011 virtual techdays Data grail: Data Market on Windows Azure Sudhindra Kovalam │ Developer, Icertis Inc.
06 | HTTP Services with Web API Bruno Terkaly | Technical Evangelist Bret Stateham | Technical Evangelist.
Microsoft Data Stack smackdown! Mike
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
ODATA DESIGN PRINCIPLES July 26, BUILD ON HTTP, REST OData is a RESTful HTTP Protocol Build on HTTP Entities modeled as Resources Relationships.
Data lifecycle (CRUD+) Operation logic, query, databinding, change tracking, unit of work Validation User: authn/authz/profile.
Janakiram MSV Developer Evangelist Microsoft Corporation.
Murano Software Inc. Astoria - обзор технологии Коренков Максим.
Data Access Methodologies: When to choose what (ADO.NET, Entity Framework, WCF Data Services) Wriju Ghosh Lead Partner Consultant, Microsoft.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Building business application using Visual Studio 2013 LightSwitch.
To OData or Not to OData Chris Eargle kodefuguru.com.
Web Development. Agenda Web History Network Architecture Types of Server The languages of the web Protocols API 2.
Introducing the Microsoft® .NET Framework
Building and Consuming REST-based Data Services for the Web
Brice Copy, Mirjam Labrenz
The Client-Server Model
WEB SERVICES.
An introduction to REST for SharePoint 2013
IBM Data Server Gateway for OData
Entity Framework 4 and WCF Data Services 4
WEB API.
Build a RESTful service with OData
Open Data For The Enterprise
What’s new in web development on Microsoft platform
Accessing Data in a .NET Web Application
Windows Azure Keenan Newton 3-021
Your Devices + OData + Azure = 
WCF Data Services Getting Started Guide
SharePoint Guy, Protiviti
Pablo Castro Software Architect Microsoft Corporation
Building Business Applications in LightSwitch
WCF Data Services and Silverlight
.NET Framework V3.5+ & RESTful web services
SQL Azure to .NET Developers
Presentation transcript:

Dhananjay Kumar

REST is a architecture style not standard to design and create Service REST is the Service on the WebIt uses HTTP protocolIt uses URI for resource identification (REST)

WCF Data Service ODATA ADO.Net Data Service Project Astoria

WCF Data Service ODATA ADO.Net Data Service Project Astoria

It is a web ProtocolIt is used for updating and querying dataIt uses HTTP protocolIt uses ATOM and JOSON web message formatsIt uses URI for resource identification (REST) OData is released under the Open Specification Promise to allow anyone to freely interoperate with OData implementations.Open Specification Promise

Application :SharePoint 2010, IBM Web Sphere, SSRS, SQL Azure, Azure table Live Services : facebook,Pluralsight, vanGuide, TechEd2010, NerdDinner Browsers, ODATA Explorer, Excel 2010, LINQPAD, SesName Odata Browser Client Librarries : W7Phone, Javascript,.Net, PHP PRODUCER CONSUMER

WCF Data Services Framework Consists of a combination of patterns and libraries that enable the creation and consumption of data services for the web. The goal of WCF DATA Service is to facilitate the creation of Flexible data Services that are naturally integrated with the web WCF Data Service exposes CRUD operation as REST service using ODATA protocol

CREATE Data in Table HTTP POST RETERIVE Data from table HTTP GET UPDATE Data in table HTTP PUT DELETE Data in table HTTP DELETE

Message Format JSONATOM JSON for AJAX clients ATOM for any type of clients

Demo #1 Creation of WCF Data ServiceDemo #2 URI optionsDemo #3 Consuming in Console ClientDemo #4 Server side Paging

Download ODATA client library for Windows 7 Phone Remove digital signatureCreate Proxy class Consume in Windows 7 Phone app