Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
XamarinAssemble: Desarrollo de aplicaciones Rea...
Search
Esteban Solano Granados
July 18, 2020
Technology
0
270
XamarinAssemble: Desarrollo de aplicaciones Real-time con Xamarin, SignalR y CosmosDB
Esteban Solano Granados
July 18, 2020
Tweet
Share
More Decks by Esteban Solano Granados
See All by Esteban Solano Granados
Mockeando tus APIs con C# y Xamarin
stvansolano
0
560
Mobile Workshop: Xamarin Intro
stvansolano
0
280
Intro a Git, GitHub Actions y Azure Container Instances
stvansolano
0
71
C# 8 & NET 5: Primeros Pasos
stvansolano
0
730
Desarrollo de aplicaciones Real-time con Xamarin y CosmosDB
stvansolano
0
680
Introduccion a Inteligencia Artificial y Aprendizaje Maquina en la Nube
stvansolano
0
58
Mobile Backends: Docker, .NET Core + SQL Server (Linux)
stvansolano
0
560
Intro a Azure DevOps y VS Online
stvansolano
0
97
Desarrollo móvil con Serverless, Docker y Xamarin
stvansolano
0
180
Other Decks in Technology
See All in Technology
AIでテストプロセス自動化に挑戦する
sakatakazunori
1
530
AWS CDK 入門ガイド これだけは知っておきたいヒント集
anank
5
750
振り返りTransit Gateway ~VPCをいい感じでつなげるために~
masakiokuda
3
210
無理しない AI 活用サービス / #jazug
koudaiii
0
100
Amplify Gen2から知るAWS CDK Toolkit Libraryの使い方/How to use the AWS CDK Toolkit Library as known from Amplify Gen2
fossamagna
1
350
セキュアな社内Dify運用と外部連携の両立 ~AIによるAPIリスク評価~
zozotech
PRO
0
120
Four Keysから始める信頼性の改善 - SRE NEXT 2025
ozakikota
0
420
安定した基盤システムのためのライブラリ選定
kakehashi
PRO
3
130
ABEMAの本番環境負荷試験への挑戦
mk2taiga
5
1.3k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
18k
ソフトウェアQAがハードウェアの人になったの
mineo_matsuya
3
200
Transformerを用いたアイテム間の 相互影響を考慮したレコメンドリスト生成
recruitengineers
PRO
2
440
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Unsuck your backbone
ammeep
671
58k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Practical Orchestrator
shlominoach
189
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Testing 201, or: Great Expectations
jmmastey
43
7.6k
The Language of Interfaces
destraynor
158
25k
The Cult of Friendly URLs
andyhume
79
6.5k
Transcript
Desarrollo de apps real-time con Xamarin, CosmosDB y SignalR
Esteban Solano Granados Microsoft MVP | Developer Technologies www.linkedin.com/in/stvansolano /stvansolano
stvansolano.github.io/blog ¿Quién soy? github.com/stvansolano
Agenda SignalR: Real-time communication CosmosDB / MongoBD API 02 Xamarin
/ Serverless: Azure Functions (local) 01 03 Local -> Pipelines -> Cloud (Azure) http://github.com/stvansolano/my-todo-app 04
Que es SignalR? • Open Source / ASP.NET (Core) •
Disponible como Azure SignalR Service • Mensajería / Websockets / Streaming • Conectividad / Escalabilidad • Mobile, IoT, Desktop, Web, y mucho más • Disponible para .NET, Java, Python, JS y más
Como funciona SignalR? Hub / Group / Users / Events
GroupName = Seattle
None
Demo time!!! http://github.com/stvansolano/my-todo-app
Arquitectura Twitter/GitHub: stvansolano
SignalR Azure instance
Usando CosmosDB (MongoDB API) Texto
Todo Junto • Xamarin + Serverless + SignalR • ConnectionStrings
+ MongoDB Driver (.NET) • NuGet packages (SignalR) Local (Docker/Functions) + SignalR (Free tier) + Right-click -> Deploy Azure Functions + SignalR (Free tier) + Azure DevOps | GH Actions Local Cloud
Preguntas? Esteban Solano Granados Microsoft MVP | Developer Technologies www.linkedin.com/in/stvansolano
/stvansolano stvansolano.github.io/blog github.com/stvansolano
Esteban Solano Granados Microsoft MVP | Developer Technologies www.linkedin.com/in/stvansolano /stvansolano
stvansolano.github.io/blog github.com/stvansolano