Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Web API
Search
canoas
May 09, 2012
Programming
3
290
Web API
RESTful Services using ASP.NET Web API
canoas
May 09, 2012
Tweet
Share
More Decks by canoas
See All by canoas
Branding your AD FS login page
canoas
0
260
#nodejs
canoas
1
95
2015-02-20 Microsoft-IoT-Camp-Demo
canoas
0
180
IDC Testing Portugal - TFS - Microsoft
canoas
0
83
An Introduction to CEP with StreamInsight
canoas
1
220
Other Decks in Programming
See All in Programming
CSC509 Lecture 07
javiergs
PRO
0
250
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
460
ALL CODE BASE ARE BELONG TO STUDY
uzulla
29
6.9k
Amazon ECS Managed Instances が リリースされた!キャッチアップしよう!! / Let's catch up Amazon ECS Managed Instances
cocoeyes02
0
120
Dive into Triton Internals
appleparan
0
390
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
680
モテるデスク環境
mozumasu
3
1.4k
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
220
Introducing RemoteCompose: break your UI out of the app sandbox.
camaelon
2
320
業務でAIを使いたい話
hnw
0
220
Kotlinで実装するCPU/GPU 「協調的」パフォーマンス管理
matuyuhi
0
210
CSC305 Lecture 11
javiergs
PRO
0
320
Featured
See All Featured
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
192
56k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
4 Signs Your Business is Dying
shpigford
186
22k
Rails Girls Zürich Keynote
gr2m
95
14k
Keith and Marios Guide to Fast Websites
keithpitt
412
23k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Raft: Consensus for Rubyists
vanstee
140
7.2k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Transcript
08-05-2012 DevScope José António Silva Seminários UTAD
• • • www.devscope.net 2
www.devscope.net 3 Source: www.programmableweb.com – current APIs: 4535 + 100%
+ 50% + 3400% + 235% + 71% + 86% + 46% + 63%
Reach More Clients
Scale with the Cloud
Embrace HTTP
• • • • • • • • • www.devscope.net
7
• • • • www.devscope.net 8
ASP.NET MVC www.devscope.net 9 WCF Web HTTP WCF REST Starter
Kit WCF Web API
• • • • • • • • • •
• • • www.devscope.net 10
• • • • •
demo
• • • • www.devscope.net 14
• • • www.devscope.net 15
• • • • • www.devscope.net 16
• • • • www.devscope.net 17
demo Fiddler (HTTP debugger): http://fiddler2.com/Fiddler2/version.asp GET /contact/3 HTTP/1.1 Host: localhost:33936
Connection: keep-alive Origin: http://localhost:33936 X-Requested-With: XMLHttpRequest Accept: text/xml Referer: http://localhost:33936/ Accept-Encoding: gzip,deflate,sdch Accept-Language: en-US,en;q=0.8,pt;q=0.6,pt-PT;q=0.4 Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 Cookie: CompositeVersionString_-668430239_1655095278=2.0.3947.24461
• • • www.devscope.net 19
demo http://localhost:33936/Contacts?$sort=Name http://localhost:33936/Contacts?$top=2 http://localhost:33936/contacts?$filter=ContactId%20eq%201
• • • • • www.devscope.net 21
• • • • • • www.devscope.net 22
• • • • www.devscope.net 24
• www.devscope.net 25
www.devscope.net 26
• • • • http://www.iis.net/webpi • http://www.tugberkugurlu.com/archive/getting-started-with-asp-net-web-api-tutorials-videos-samples • http://stephenwalther.com/blog/archive/2012/03/05/introduction-to-the-asp-net-web-api.aspx www.devscope.net
28
None