16
REST FOR .NET Introduction to ASP.NET Web API Oslo/NNUG Tomas Jansson 28/03/12

REST for .NET - Introduction to ASP.NET Web API

Embed Size (px)

DESCRIPTION

Norwegian .NET User Group presentation about Web API.

Citation preview

Page 1: REST for .NET - Introduction to ASP.NET Web API

REST FOR .NET

Introduction to ASP.NET Web API

Oslo/NNUG

Tomas Jansson

28/03/12

Page 2: REST for .NET - Introduction to ASP.NET Web API

Tomas JanssonSensior Consultant - BEKK Oslo@TomasJansson

Page 3: REST for .NET - Introduction to ASP.NET Web API

AGENDA

What?

Why?

How?

Demo

Summary

Page 5: REST for .NET - Introduction to ASP.NET Web API

WHAT?

• Framework embracing HTTP

• Lightweight

• Help you build Web APIs

• Old WCF Web API

http://content.snapixel.com/serve-content/EBS1/m_litleskare_a07fc8179790/Photo-of-Embrace-of-a-rose.jpg

HTTP

Page 6: REST for .NET - Introduction to ASP.NET Web API

WHAT IT IS NOT!

Web API != REST

Page 7: REST for .NET - Introduction to ASP.NET Web API

RICHARDSON MATURITY MODEL (RMM)

Page 9: REST for .NET - Introduction to ASP.NET Web API

REACH

http://cdn4.digitaltrends.com/wp-content/uploads/2010/08/apple-ipad-iphone-4.jpg

http://www.xda-developers.com/wp-content/uploads/2011/01/wp7_lockup1_vert_small_normal132.jpg?139d23

Page 10: REST for .NET - Introduction to ASP.NET Web API

SHIFT FROM SITE APIS

http://radar.oreilly.com/facebook-logo.jpghttps://si0.twimg.com/a/1332273304/images/logos/logo_twitter_withbird_1000_allblue.png

Page 13: REST for .NET - Introduction to ASP.NET Web API

DEMO

• Basic CRUD

• Model binding

• Routing

• Validation

• Filters

• Media type formatters

• Dependency injection

• Authorization

• OData queries

http://sfbaam.files.wordpress.com/2010/10/baam.jpg?w=510&h=510

Page 14: REST for .NET - Introduction to ASP.NET Web API

SUMMARY

• We are moving towards an API world

• We need to embrace HTTP

• Web API is not REST but can help you build RESTful services

Page 15: REST for .NET - Introduction to ASP.NET Web API

RESOURCE

• ASP.NET Web API (http://www.asp.net/web-api )

• REST in practice by Jim Webber, Savas Parastatidis and Ian Robinson

• Demo project (https://github.com/mastoj/WebApiContacts)

Page 16: REST for .NET - Introduction to ASP.NET Web API

Questions?