SlideShare a Scribd company logo
The ASP.NET Web
API for Beginners
W. Kevin Hazzard
Richardson Maturity Model
martinfowler.com/articles/richardsonMaturityModel.html
The Web API Experience
• Solid resource-orientation
• HTTP method support
• Content negotiation
• Open-ended formatting
• Model-binding
• Minimal platform
dependencies
• Test friendly
Level 3
Level 2
Level 1
Level 0
H A T E O A S
Hypermedia As
The Engine Of
Application State
H A T E O A S
Web API Architecture
Web API Processing Architecture
HttpRequestMessage
HttpResponseMessag
e
HTTP Request
GET /index.html HTTP/1.1
Accept: text/html
Accept-Encoding: gzip, deflate
Accept-Language: en-US
User-Agent: Mozilla/5.0
Connection: Keep-Alive
HttpRequestMessage
• In System.Net.Http namespace
• Properties:
o Content – HttpContent
o Headers – HttpRequestHeaders
o Method – HttpMethod
o Properties – IDictionary<string, object>
o RequestUri – Uri
Request Extensions
• CreateErrorResponse – many overloads
• CreateResponse – many overloads
• GetClientCertificate
• GetProperty<T>
• GetQueryNameValuePairs
• GetUrlHelper
These are in System.Net.Http.dll.
HTTP Response
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/html; charset=utf-8
Vary: Accept-Encoding
Date: Thu, 31 Dec 2015 23:59:59 GMT
Content-Length: 41309
Connection: keep-alive
Set-Cookie: XYZ=123; domain=.me.com; path=/
...
HttpResponseMessage
• In System.Net.Http namespace
• Properties:
o Content – HttpContent
o Headers – HttpResponseHeaders
o IsSuccessStatusCode – bool
o ReasonString – string
o RequestMessage – HttpRequestMessage
o StatusCode – HttpStatusCode
Key Attributes
o HttpGet
o HttpPost
o HttpPut
o HttpPatch
o HttpDelete
o HttpHead
o HttpOptions
o AcceptVerbs
o Authorize
o AllowAnonymous
o NonAction
o FromBody
o FromUri
o Queryable
Example One
Create a Simple Controller to Fetch Person Entities
Add OData Query Syntax Support
Example One Summary
• Implement a basic controller with a actions
• Demonstrate controller selection by convention
• Discuss controller selection by attribution
• Implement OData query parameters and
demonstrate
Example Two
Add WebApiTestClient to the Project and Configure
Turn Documentation Comments on and Configure
Cross-Cutting Concerns
HttpMessageHandler class:
protected abstract
Task<HttpResponseMessage>
SendAsync(
HttpRequestMessage request,
CancellationToken token);
DelegatingHandler
Derives from
HttpMessageHandler
Chains handlers together
in the order you
add them
Chained Handlers
Server
SendAsync SendAsync SendAsync
Example Three
Implement an Authorization Key Handler
Example Three Summary
• Implement an application key handler
• Discuss the invocation of the InnerHandler
• Demonstrate the creation and return of an error
response
• Discuss why throwing exceptions will always return
an HTTP 500 (Internal Server Error) result
• Demonstrate using the request object to create the
error response instead
• Attach the handler to the pipeline
• Debug with Help & Test
Possible Uses
• Implementing a cache manager
• Implementing an AAA scheme
• Capturing pay-per-call data
• Recording statistics
• Logging and tracing
• Inserting custom request and response headers
• Performing message compression or encryption
• Transforming messages
Testing Web API
• Faking context with ASMX and WCF is difficult
• Too many platform dependencies
o ASP.NET produces an HttpContext
o WFC produces an OperationContext
• Typically requires a running host
Example Four
Add Tests
Example Four Summary
• Add test fixtures
• Demonstrate Arrange, Act, Assert pattern
• Call controller action without HttpRequestMethod
• Call controller action with HttpRequestMethod
Contacting Kevin
wkhazzard@gmail.com
@KevinHazzard
blogs.captechconsulting.com
manning.com/hazzard

More Related Content

What's hot (20)

PPT
Introduction to the Web API
Brad Genereaux
 
PPTX
Web API or WCF - An Architectural Comparison
Adnan Masood
 
PPTX
40+ tips to use Postman more efficiently
postmanclient
 
PDF
C# ASP.NET WEB API APPLICATION DEVELOPMENT
Dr. Awase Khirni Syed
 
ODP
Web Server-Side Programming Techniques
guest8899ec02
 
PDF
Rest api design by george reese
buildacloud
 
PPT
Web servers
webhostingguy
 
PPT
ASP
Ramasubbu .P
 
PDF
Understanding and testing restful web services
mwinteringham
 
PPT
Web Servers (ppt)
webhostingguy
 
PPT
Active server pages
mcatahir947
 
PDF
API Basics
Ritul Chaudhary
 
PPT
The complete ASP.NET (IIS) Tutorial with code example in power point slide show
Subhas Malik
 
PPTX
Introduction to asp
Madhuri Kavade
 
PPSX
ASP.NET Web form
Md. Mahedee Hasan
 
PPT
Learn ASP
gurchet
 
PDF
Web Fundamental
SiliconExpert Technologies
 
PDF
Building Restful Applications Using Php
Sudheer Satyanarayana
 
PPTX
REST & RESTful Web Services
Halil Burak Cetinkaya
 
Introduction to the Web API
Brad Genereaux
 
Web API or WCF - An Architectural Comparison
Adnan Masood
 
40+ tips to use Postman more efficiently
postmanclient
 
C# ASP.NET WEB API APPLICATION DEVELOPMENT
Dr. Awase Khirni Syed
 
Web Server-Side Programming Techniques
guest8899ec02
 
Rest api design by george reese
buildacloud
 
Web servers
webhostingguy
 
Understanding and testing restful web services
mwinteringham
 
Web Servers (ppt)
webhostingguy
 
Active server pages
mcatahir947
 
API Basics
Ritul Chaudhary
 
The complete ASP.NET (IIS) Tutorial with code example in power point slide show
Subhas Malik
 
Introduction to asp
Madhuri Kavade
 
ASP.NET Web form
Md. Mahedee Hasan
 
Learn ASP
gurchet
 
Building Restful Applications Using Php
Sudheer Satyanarayana
 
REST & RESTful Web Services
Halil Burak Cetinkaya
 

Viewers also liked (15)

PPTX
data controls in asp.net
subakrish
 
PPT
Nnnnnn
nautami
 
PPTX
ASP.NET Presentation
dimuthu22
 
PPTX
ASP.NET Web API
habib_786
 
PPTX
Ch 7 data binding
Madhuri Kavade
 
PPT
Asp.net basic
Neelesh Shukla
 
PPT
Data controls ppt
Iblesoft
 
PPT
Asp.net
Dinesh kumar
 
PPT
Server Controls of ASP.Net
Hitesh Santani
 
PPT
ASP.NET 10 - Data Controls
Randy Connolly
 
PPTX
Web forms in ASP.net
Madhuri Kavade
 
PPT
Concepts of Asp.Net
vidyamittal
 
PPTX
Asp.NET Validation controls
Guddu gupta
 
PPT
ASP.NET Tutorial - Presentation 1
Kumar S
 
PPTX
Introduction to asp.net
Melick Baranasooriya
 
data controls in asp.net
subakrish
 
Nnnnnn
nautami
 
ASP.NET Presentation
dimuthu22
 
ASP.NET Web API
habib_786
 
Ch 7 data binding
Madhuri Kavade
 
Asp.net basic
Neelesh Shukla
 
Data controls ppt
Iblesoft
 
Asp.net
Dinesh kumar
 
Server Controls of ASP.Net
Hitesh Santani
 
ASP.NET 10 - Data Controls
Randy Connolly
 
Web forms in ASP.net
Madhuri Kavade
 
Concepts of Asp.Net
vidyamittal
 
Asp.NET Validation controls
Guddu gupta
 
ASP.NET Tutorial - Presentation 1
Kumar S
 
Introduction to asp.net
Melick Baranasooriya
 
Ad

Similar to The ASP.NET Web API for Beginners (20)

PPTX
Enjoying the Move from WCF to the Web API
Kevin Hazzard
 
PDF
ASP.NET Web API Interview Questions By Scholarhat
Scholarhat
 
PDF
Complete guidance book of Asp.Net Web API
Shabista Imam
 
PDF
Unleash the power of HTTP with ASP.NET Web API
Filip W
 
PPTX
11 asp.net web api
Michael Mieles Caballero
 
PDF
Embracing HTTP in the era of API’s
Visug
 
PPTX
Asp.net web api
Binu Bhasuran
 
PPTX
CodeCamp Iasi 10 March 2012 - Gabriel Enea - ASP.NET Web API
Codecamp Romania
 
PPTX
How to get full power from WebApi
Raffaele Rialdi
 
PDF
Great webapis
Rafał Hryniewski
 
PPTX
Web api
udaiappa
 
PDF
11.Open Data Protocol(ODATA)
Nguyen Tuan
 
ODP
Embrace HTTP with ASP.NET Web API
Filip W
 
PPTX
Codemotion Rome 2014
Ugo Lattanzi
 
PPTX
ASP.NET WEB API
Thang Chung
 
PPTX
Windows Phone 8 - 12 Network Communication
Oliver Scheer
 
PPTX
Will be an introduction to
Sayed Ahmed
 
PPTX
Basics Of Introduction to ASP.NET Core.pptx
1rajeev1mishra
 
DOCX
Asynchronous reading and writing http r equest
Pragyanshis Patnaik
 
PPTX
06 web api
Bat Programmer
 
Enjoying the Move from WCF to the Web API
Kevin Hazzard
 
ASP.NET Web API Interview Questions By Scholarhat
Scholarhat
 
Complete guidance book of Asp.Net Web API
Shabista Imam
 
Unleash the power of HTTP with ASP.NET Web API
Filip W
 
11 asp.net web api
Michael Mieles Caballero
 
Embracing HTTP in the era of API’s
Visug
 
Asp.net web api
Binu Bhasuran
 
CodeCamp Iasi 10 March 2012 - Gabriel Enea - ASP.NET Web API
Codecamp Romania
 
How to get full power from WebApi
Raffaele Rialdi
 
Great webapis
Rafał Hryniewski
 
Web api
udaiappa
 
11.Open Data Protocol(ODATA)
Nguyen Tuan
 
Embrace HTTP with ASP.NET Web API
Filip W
 
Codemotion Rome 2014
Ugo Lattanzi
 
ASP.NET WEB API
Thang Chung
 
Windows Phone 8 - 12 Network Communication
Oliver Scheer
 
Will be an introduction to
Sayed Ahmed
 
Basics Of Introduction to ASP.NET Core.pptx
1rajeev1mishra
 
Asynchronous reading and writing http r equest
Pragyanshis Patnaik
 
06 web api
Bat Programmer
 
Ad

More from Kevin Hazzard (6)

PPTX
C# 6 and 7 and Futures 20180607
Kevin Hazzard
 
PPTX
What the math geeks don't want you to know about F#
Kevin Hazzard
 
PPTX
Better contracts better code - august 2010
Kevin Hazzard
 
PPTX
Introduction to SQL Azure
Kevin Hazzard
 
PPTX
Enterprise Data Validation
Kevin Hazzard
 
PPTX
Dynamic Language Performance
Kevin Hazzard
 
C# 6 and 7 and Futures 20180607
Kevin Hazzard
 
What the math geeks don't want you to know about F#
Kevin Hazzard
 
Better contracts better code - august 2010
Kevin Hazzard
 
Introduction to SQL Azure
Kevin Hazzard
 
Enterprise Data Validation
Kevin Hazzard
 
Dynamic Language Performance
Kevin Hazzard
 

Recently uploaded (20)

PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PPTX
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
DOCX
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Future Tech Innovations 2025 – A TechLists Insight
TechLists
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Python coding for beginners !! Start now!#
Rajni Bhardwaj Grover
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 

The ASP.NET Web API for Beginners

Editor's Notes

  • #6: Values idealism over pragmatism and app longevity over short-term efficiencyResult: nobody does it correctly