Developer Day Die Welt nach WCF Hannes Preishuber CEO ppedv Facebook/preishuber.

Slides:



Advertisements
Similar presentations
Pierre-Johan CHARTRE Java EE - JAX-RS - Pierre-Johan CHARTRE
Advertisements

Give it a REST already Arnon Rotem-Gal-Oz VP R&D xsights
System Wide Information Management (SWIM)
Representational State Transfer (REST) Paul Townend 8 th February 2007.
Was ist neu in ASP.NET? Marcel Lattmann, Salcom Software AG
Service Oriented Architecture
REST Vs. SOAP.
Introduction to Web Services
Distributed Information System December 7, 20091Alvin MACCHIONE - Rémy JAVELLE.
REST &.NET James Crisp.NET Practice Lead ThoughtWorks Australia.
REST (Representational State Transfer)
REST Applications in.NET Representational State Transfer Ben Dewey twentySix New York
How to Build a REST API Using ASP.NET Web API Fernando Cardenas 10/8/20131.
GET. Introduction, overview Best practices Roy T Fielding, PhD dissertation, 2000 Main characteristics Client-server Stateless Caching Layered architecture.
Reinventing using REST. Anything addressable by a URI is called a resource GET, PUT, POST, DELETE WebDAV (MOVE, LOCK)
WHO AM I? REST? Dissertation by Roy Fielding 2000 Architectural Styles and the Design of Network-based Software Architectures ReST = Representational.
POWERSHELL AND THE WEB PowerShell Summit 2014 Trond Hindenes, Crayon AS
Supplement: RESTful Web service and JAX-RS Summer 2011 Dr. Chunbo Chu Week 3.
Integrating with WMS Brian Henry Chief Technologist.
.NET Framework V3.5+ & RESTful web services Mike Taulty Developer & Platform Group Microsoft Ltd
Host Message Handlers Controller Model Bindings Result Conversion Action Method.
OAuth-as-a-service using ASP.NET Web API and Windows Azure Access Control Maarten
Breakout session ESIP Summer Meeting, Chapel Hill, North Carolina Stephen M Richard, organizer.
Building Data Driven Applications Using WinRT and XAML Sergey Barskiy, Magenic Microsoft MVP – Data Platform Principal Consultant Level: Intermediate.
ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.
Silverlight 2 has rich networking support SOAP/XML Web services via WCF proxies Untyped HTTP services (REST, RSS, ATOM) via HttpWebRequest and WebClient.
ASP.NET Web API Udaiappa Ramachandran NHDN-Nashua.NET/Cloud Computing UG Lead Blog:
ASP.NET + jQuery + Odata = Goodness Stephen Walther Superexpert.com
Intro to WCF From the beginning and uses Steve AppRochester.
Or, Hey can’t we just do it using HTTP for the envelope?
SDMX Web Services the JSON version Sami Airo & Gerard Salou.
REST - Introduction Based on material from InfoQ.com (Stefan Tilkov) And slides from MindTouch.com (Steve Bjorg) 1.
RESTful Web Service 2014 년 12 월 한연희
1 Seminar on Service Oriented Architecture Principles of REST.
2007cs Servers on the Web. The World-Wide Web 2007 cs CSS JS HTML Server Browser JS CSS HTML Transfer of resources using HTTP.
1 Alternative view on Internet Computing Web 1.0 –Web 1.0 is first generation, Web Information based. Driven by Information provider. Web 2.0 Ajax enabled.
RESTful Web Services What is RESTful?
Web Technologies Lecture 10 Web services. From W3C – A software system designed to support interoperable machine-to-machine interaction over a network.
Data lifecycle (CRUD+) Operation logic, query, databinding, change tracking, unit of work Validation User: authn/authz/profile.
Janakiram MSV Developer Evangelist Microsoft Corporation.
Keith Telle Lead Software Engineer Bit Wizards REST, WebAPI 2, and Best Practices.
Feeling RESTful? Well, first we’ll define a Web Service –A web page meant to be consumed by a computer via an autonomous program as opposed to a web browser.
WebApi: What is it? How can I use it? Guy In Front of the Whittaker.
Representational State Transfer COMP6017 Topics on Web Services Dr Nicholas Gibbins –
REST API Design. Application API API = Application Programming Interface APIs expose functionality of an application or service that exists independently.
Building production ready APIs with ASP.NET Core 2.0
Thoughts on Architecture for the Internet of Things
OpenInsight as a REST API Engine
WEB SERVICES.
REST: Web Services Abel Sanchez.
Unit – 5 JAVA Web Services
Advanced Web-based Systems | Misbhauddin
What is REST API ? A REST (Representational State Transfer) Server simply provides access to resources and the REST client accesses and presents the.
Representational State Transfer
Ashish Pandit IT Architect, Middleware & Integration Services
WEB API.
REST.
Binary encoding draft-MAHESH-NETCONF-binary-encoding
MIX 09 12/9/2018 6:08 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
$, $$, $$$ API testing Edition
Building HTTP Services with ASP.NET Web API
The Power of a Great API Damian Brady
Building production-ready APIs with ASP.NET Core 2.2
REST på Microsoft-stacken
WCF Data Services and Silverlight
.NET Framework V3.5+ & RESTful web services
#01# ASP.NET Core Overview Design by: TEDU Trainer: Bach Ngoc Toan
Chengyu Sun California State University, Los Angeles
REST API Design Borrowed heavily from:
Restful APIs 101 Laura
Presentation transcript:

Developer Day Die Welt nach WCF Hannes Preishuber CEO ppedv Facebook/preishuber

SOAP

Scott Hanselman

Heavy, Heavy, Heavy Contract First Design Versionierung RPC Caching Delta CQRS

RE ST1

0 Plain Old XML (SOAP ist gemeint) 1 URI Resourcen 2 HTTP Verben 3 Hypermedia HATEOAS Hypermedia as the Engine of Application State

Represental State Transfer- Architekturstil Client Server -Nicht von HTTP abhängig URI- Resource Repräsentation – JSON, ATOM Kommando – Action Statuscode - Exception Header – Content Negotiation Links - Hypermedia

Ein OASIS Standard Protokoll basierend auf JSON, ATOM und dem REST Architektur Stil

Alpha 0.2 preview (ASP.NET Fall 2012 Update BUILD preview ) Controller Routing Action Filter Formatter ModelBinder Self Hosting Open Source NuGet

if all you have is a hammer, everything looks like a nail (perhaps Abraham H. Maslow )