asp. net is a rich web framework that leverages well known patterns and javascript frameworks to...

6
Dave Russell @Davemsdevsa [email protected] Using ASP. Net for Mobile Applications

Upload: ronald-shepherd

Post on 27-Dec-2015

216 views

Category:

Documents


3 download

TRANSCRIPT

Dave Russell@[email protected]

Using ASP. Net for Mobile Applications

ASP. Net for Mobile AppsASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

Web API and SignalRWeb APIBuilds Web API’s on .Net. - REST / Json Support- Authentication and

Security- Router and Filter

support

SignalRReal time web functionality for mobile applications- Push content to

devices- Websockets

• First-class modern HTTP programming model• Easily map resources to URIs and implement the

uniform interface of HTTP• Rich support for formats and HTTP content

negotiation• Request validation• Enable hypermedia with link generation• Separate out cross cutting concerns• Help page generation• Flexible hosting• Light-weight, testable, scales

Why ASP.NET Web API?

Demo – ASP.Net Web API and Windows

Demo – SignalR and Windows Phone