Brady Gaster Microsoft Corporation. Here’s some data!

Slides:



Advertisements
Similar presentations
Alphabet Cheer!.
Advertisements

Building Social Web Apps in ASP.NET. First HalfSecond Half (01)What’s New in ASP.NET 4.5 (60 mins)** MEAL BREAK ** (02) Building and Deploying Websites.
Document Number Here © 2006 The MITRE Corporation. All rights reserved. Holds and Diversions June 22, 2004.
SignalR on Old-school Servers & Clients When some lower-common denominator polling mechanism is needed Web Server HTML Client Got Data? Here’s some.
©2012 Microsoft Corporation. All rights reserved..
©2012 Microsoft Corporation. All rights reserved..
©2012 Microsoft Corporation. All rights reserved..
var site="s15gizmodo" var site="s15gizmodo"
Web & Cloud Development Jason Keicher - Microsoft.
Demo: File->New Project Demo: Bundling & Minification.
ASP. Net is a rich web framework that leverages well known patterns and JavaScript frameworks to build great web experiences quickly.
 You’re already a Web Site Dev  You’re interested in more simply making your web sites more responsive  If you’re not already hosting sites in.
08 | What’s Next and Resources Jon Galloway | Tech Evangelist Christopher Harrison | Head Geek.
Touchdevelop api api: leaderboard when you are supposed to be somewhere Disclaimer: This document is provided “as-is”. Information and views expressed.
Type your question here. Type Answer Type your question here. Type Answer.
Microsoft /web ® Building Web Apps with ASP.NET Jump Start Scott Hanselman Jon Galloway.
Secure Windows App Development. Authentication.
Shell Interface Shell Interface Functions Data. Graphical Interface Graphical Interface Command-line Interface Command-line Interface Experiments Private.
Copyright© 2012 Microsoft Corporation Visio Services 2013 Mashup API Chris Hopkins Senior Consultant - Premier Developer Practice Microsoft.
Home Use Program Volume Licensing Service Center Microsoft ® 1.
Build Your Virtual Conference with Microsoft Azure Javier Lozano
©2012 Microsoft Corporation. All rights reserved. Content based on SharePoint 15 Technical Preview and published July 2012.
Catión Anión Ánodo Cátodo.
12 x 12 = x 11 = x 10 = x 9 = 108.
9 High Quality HTMLWebsite Templates
S4 Solution Specialist Sales Summit
Stockholm Xamarin User Group SignalR och ModernHttpClient
Digital Lobby.

דיני חברות ד"ר ויקטור ח. בוגנים
11/24/2018 4:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Hosted Web Apps with Windows App Studio
Visual Studio 2013 for web developers
درس تطبيقي مادة التربية الفنية للصف الرابع الابتدائي
[type text here] [type text here] [type text here] [type text here]
بسم الله الرحمن الرحيم القيد المدني في فلسطين.
Your text here Your text here Your text here Your text here Your text here Pooky.Pandas.
Intranet web banner units
Probable Impact on Corporation Probability of Occurrence
ASP.NET Core* MVC and Web API Shahed Chowdhuri
Your text here Your text here Your text here Your text here
Lighting Up Real-time Web Communications with SignalR
[type text here] [type text here] [type text here] [type text here]
Microsoft Connect /28/2019 2:20 AM
ASP.NET Roadmap: One ASP.NET – Web Forms, MVC, Web API, and more
Hosted by Type your name here
Hosted by Type your name here
Louis DeJardin | Software Developer, Microsoft
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
ASP.NET Roadmap: One ASP.NET – Web Forms, MVC, Web API, and more
router Computer address modem Internet hub firewall hacker wifi
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Шаттық шеңбері.
Jeopardy Hosted by.
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Hosted by Type your name here
Lighting Up Real-time Web Communications with SignalR Introduction
Blazor A new framework for browser-based .NET apps Ryan Nowak
Jon Galloway | Technical Evangelist
Hosted by Type your name here
Presentation transcript:

Brady Gaster Microsoft Corporation

Here’s some data!

Yeah, dude!

Clients.All.doWork()Clients.Caller.doWork()Clients.Others.doWork()

Clients.NETJavaScriptiOS Hosts ASP.NETOWIN Backplanes SQLService BusRedis

var con = $.hubConnection(); var hub = con.createHubProxy(“name”); hub.on(“method”, function() { /* todo */ }); hub.invoke(“method”, arg1, arg2); var con = new HubConnection(); var hub = con.CreateHubProxy(“name”); hub.On(“method”, () => { /* todo */ }); hub.Invoke(“method”, arg1, arg2);

Web API Controller SignalR Hub Microsoft.AspNet.SignalR.GlobalHost.ConnectionManager.GetHubContext ().Clients.All.onMessageReceived(message);

Backplane