7

Click here to load reader

Building real time application using windows phone 8 and windows 8 v1.0

Embed Size (px)

DESCRIPTION

Building real time application using windows phone 8 and windows 8 and SignalR.

Citation preview

Page 1: Building real time application using windows phone 8 and windows 8 v1.0

Building Real Time Application Using Windows 8.1, Windows Phone 8 and SignalRABHIJIT JANA | CONSULTANT | MICROSOFT

http://abhijitjana.net | http://dailydotnettips.com

@abhijitjana

Page 2: Building real time application using windows phone 8 and windows 8 v1.0

Agenda

• Introducing SignalR

• Building the Server Application Using SignalR

• Consuming the Server From Web Client

• Connecting the Server with Windows Phone 8

• Integrating with Windows 8.1

• Use Web, Mobile and Windows Device Together.

• Summary

Page 3: Building real time application using windows phone 8 and windows 8 v1.0

Introducing SignalR• What is SignalR ?

SignalR is a library that simplifies the process of adding real-time web functionality to applications.

• Where we can use it ? • In Real Time Application

• Communication Medium• Web Sockets• Server Sent Event• Long Polling• Forever Frame

• Communication Model [ Single, Grouped, Broadcast ]• Persistent Connections• Hubs

Transport

Persistent ConnectionsHubs

Internet Protocol

Web SocketsServer Sent Event

Long PollingForever Frame

http://www.asp.net/signalr

Long Polling

Forever Frame

Server-Sent Event

WebSocket

SignalR Transport Medium

1

2

3

4

Page 4: Building real time application using windows phone 8 and windows 8 v1.0

Architecture diagram

Source : http://www.asp.net/signalr/overview/signalr-20/getting-started-with-signalr-20/introduction-to-signalr

Page 5: Building real time application using windows phone 8 and windows 8 v1.0

Platform Supported

• Windows Phone 8

• Windows 8

• Silverlight 5

• Jquery

• .NET 4.5

Page 6: Building real time application using windows phone 8 and windows 8 v1.0

Demo

Page 7: Building real time application using windows phone 8 and windows 8 v1.0

THANK YOU

[email protected] | http://abhijitjana.net