Top Banner
RESTFul Web API Services Matteo Baglini Freelance Software Developer [email protected] @matteobaglini #everythingdata13
10

RESTFul Web API Services @ DotNetToscana

May 10, 2015

Download

Technology

baglinim

ASP.NET Web API Introduction
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: RESTFul Web API Services @ DotNetToscana

RESTFul Web API Services

Matteo BagliniFreelance Software [email protected]@matteobaglini

#everythingdata13

Page 2: RESTFul Web API Services @ DotNetToscana

Agenda What and Why RESTFul Web API ASP.NET 4 Web API Windows 8 and Windows Phone Data Access Strategy

Page 3: RESTFul Web API Services @ DotNetToscana

What and Why Is a framework that makes

it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices.

Is a ideal platform for building RESTful applications on the .NET Framework.

Page 4: RESTFul Web API Services @ DotNetToscana

RESTFul Web API Representational State

Transfer (REST) is a style of software architecture for distributed systems

Ideated by Roy Fielding No standard Public application API

Page 5: RESTFul Web API Services @ DotNetToscana

ASP.NET Web API Part of ASP.NET MVC 4 Build on top of ASP.NET

Web Stack Routing, Controller-

based, Fine-grind control over HTTP, Model Binder, Formatter (JSON and XML), OData

Page 6: RESTFul Web API Services @ DotNetToscana

demo

Intro

Page 7: RESTFul Web API Services @ DotNetToscana

Win8 and WP Data Access Strategy Data stay on server-side Exposed to clients by Web

API

Page 8: RESTFul Web API Services @ DotNetToscana

demo

Online Book Catalog

Page 9: RESTFul Web API Services @ DotNetToscana

Resources http://asp.net/web-api http://hanselman.com http://weblogs.asp.net/

jgalloway Pluralsight

Page 10: RESTFul Web API Services @ DotNetToscana

Thank you!

#everythingdata13