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

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

Dec 27, 2015

Download

Documents

Ronald Shepherd
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: ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

Dave Russell@[email protected]

Using ASP. Net for Mobile Applications

Page 2: ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

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.

Page 3: ASP. 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

Page 4: ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

• 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?

Page 5: ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

Demo – ASP.Net Web API and Windows

Page 6: ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.

Demo – SignalR and Windows Phone