60 likes | 221 Views
Using ASP. Net for Mobile Applications. Dave Russell @Davemsdevsa drussell@Microsoft.com. ASP. Net for Mobile Apps. ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly. Web API and SignalR. Web API
E N D
Using ASP. Net for Mobile Applications Dave Russell @Davemsdevsa drussell@Microsoft.com
ASP. Net for Mobile Apps ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.
Web API and SignalR Web API Builds Web API’s on .Net. REST / Json Support Authentication and Security Router and Filter support SignalR Real time web functionality for mobile applications Push content to devices Websockets
Why ASP.NET Web API? • 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