SlideShare a Scribd company logo
20140419 xamarin で Azure Mobile Services
仕事
個人活動
http://bit.ly/metrotokyo4
http://tech.tanaka733.net
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
Microsoft
• 基本無料プラン
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
WindowsAzure.MobileServices
PCLとして共通化
• プラットフォームごとのライブラリ
public static MobileServiceClient MobileService = new MobileServiceClient(
"https://xamarinazure.azure-mobile.net/",
“HogeMogeApplcationKey"
);
private async Task TestAsync()
{
var res = await MobileService.InvokeApiAsync<string>("test");
// textBox.Text = res;
}
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
ブログ記事
public class TodoItemController : TableController<TodoItem>
{
protected override void Initialize(HttpControllerContext controllerContext)
{
base.Initialize(controllerContext);
var context = new XamarinAzureServiceContext(Services.Settings.Schema);
DomainManager = new EntityDomainManager<TodoItem>(context, Request, Services);
}
// GET tables/TodoItem
public IQueryable<TodoItem> GetAllTodoItems()
{
return Query();
}
AuthorizeLevel 属性で認証レベルを制御
public class TestController : ApiController
{
public ApiServices Services { get; set; }
// GET api/Test
[AuthorizeLevel(AuthorizationLevel.Anonymous)]
public string Get()
{
Services.Log.Info("Hello from custom controller!");
return "Hello";
}
}
public class SampleJob : ScheduledJob
{
public override Task ExecuteAsync()
{
Services.Log.Info("Hello from scheduled job!");
return Task.FromResult(true);
}
}
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services
20140419 xamarin で Azure Mobile Services

More Related Content

PPSX
Azure DocumentDB
PPSX
Azure Mobile Services .NET Backend
PPTX
Leveraging Mesos to manage container workloads at Samsung SAMI
PDF
M6 l8-ajax-handout
TXT
Birhanu distributive assignment
PPTX
CodeMash 2013 Microsoft Data Stack
PDF
Paytm integration in swift
PPT
Grails Controllers
Azure DocumentDB
Azure Mobile Services .NET Backend
Leveraging Mesos to manage container workloads at Samsung SAMI
M6 l8-ajax-handout
Birhanu distributive assignment
CodeMash 2013 Microsoft Data Stack
Paytm integration in swift
Grails Controllers

What's hot (19)

PDF
Single sign on across drupal 8
PPTX
Server interaction with web socket protocol
ODP
Creating REST Webservice With NetBeans
PPTX
Cejv659 week09 glassfish-s14
PDF
AtlasCamp 2014: Writing Connect Add-ons for Confluence
PPTX
Backbonejs
PPTX
Whirlwind tour of activiti 7
PPTX
003. ReactJS basic
PPTX
Entity framework amit gupta
PDF
AtlasCamp 2014: Connect Security
PPT
PDF
AtlasCamp 2014: 10 Things a Front End Developer Should Know About Connect
PDF
Wcf remaining
PDF
ASP.NET Internals
PDF
Introduction to HTML5
PPT
Msdn Workflow Services And Windows Server App Fabric
PPTX
Why care about serverless
DOCX
Sfdc Knowledge
Single sign on across drupal 8
Server interaction with web socket protocol
Creating REST Webservice With NetBeans
Cejv659 week09 glassfish-s14
AtlasCamp 2014: Writing Connect Add-ons for Confluence
Backbonejs
Whirlwind tour of activiti 7
003. ReactJS basic
Entity framework amit gupta
AtlasCamp 2014: Connect Security
AtlasCamp 2014: 10 Things a Front End Developer Should Know About Connect
Wcf remaining
ASP.NET Internals
Introduction to HTML5
Msdn Workflow Services And Windows Server App Fabric
Why care about serverless
Sfdc Knowledge
Ad

Similar to 20140419 xamarin で Azure Mobile Services (20)

PPTX
Connected & Disconnected Apps with Azure Mobile Apps
PPTX
Xamarin devdays 2017 - PT - connected apps
PPTX
Windows 8 metro applications
PDF
vJUG - The JavaFX Ecosystem
PPTX
[NDC 2019] Enterprise-Grade Serverless
PPTX
[NDC 2019] Functions 2.0: Enterprise-Grade Serverless
PDF
Connected Mobile Apps with Microsoft Azure
PPT
比XML更好用的Java Annotation
PDF
Mobile Software Engineering Crash Course - C06 WindowsPhone
PPTX
WCF Fundamentals
PDF
Take Control of your Integration Testing with TestContainers
PDF
Spring 3: What's New
KEY
Multi Client Development with Spring
PPTX
Retrofit Web Forms with MVC & T4
PDF
Modern Android app library stack
PPTX
Asp net core in azure
PDF
Azure App Service Helpers
PPTX
C#on linux
PDF
METEOR 101
PDF
3 Mobile App Dev Problems - Monospace
Connected & Disconnected Apps with Azure Mobile Apps
Xamarin devdays 2017 - PT - connected apps
Windows 8 metro applications
vJUG - The JavaFX Ecosystem
[NDC 2019] Enterprise-Grade Serverless
[NDC 2019] Functions 2.0: Enterprise-Grade Serverless
Connected Mobile Apps with Microsoft Azure
比XML更好用的Java Annotation
Mobile Software Engineering Crash Course - C06 WindowsPhone
WCF Fundamentals
Take Control of your Integration Testing with TestContainers
Spring 3: What's New
Multi Client Development with Spring
Retrofit Web Forms with MVC & T4
Modern Android app library stack
Asp net core in azure
Azure App Service Helpers
C#on linux
METEOR 101
3 Mobile App Dev Problems - Monospace
Ad

More from Takayoshi Tanaka (20)

PDF
deep dive distributed tracing
PPTX
202202 open telemetry .net handson
PPTX
202109-New_Relic-for-csharp-engineers
PDF
20210129 azure webapplogging
PDF
20201127 .NET 5
PPTX
Unity(再)入門
PPTX
最近のQ#について
PDF
SRENEXT 2020 [B5] New RelicのSREに学ぶ SREのためのNew Relic活用法
PDF
20191024 Get Start gRPC with ASP.NET
PDF
New Relicで始める、.NET Applications on AWSのObservability
PPTX
C#エンジニアのためのdocker kubernetesハンズオン (再)
PPTX
20190806 Q# Measurements
PPTX
C#エンジニアのためのdocker kubernetesハンズオン
PDF
20190604 Containerized MagicOnion on kubernetes with Observability with New R...
PDF
.NET Core向けコンテナおよびデバッグ関連のVisual Studio 2019の機能
PDF
.NET Core向けコンテナおよびデバッグ関連のVisual Studioの新機能
PDF
Try! Visual Studio 209 git feature
PDF
Q#基礎 ver1.1
PDF
(過去バージョン) Q#基礎 ver1.0
PDF
ゼロから始めるQ#
deep dive distributed tracing
202202 open telemetry .net handson
202109-New_Relic-for-csharp-engineers
20210129 azure webapplogging
20201127 .NET 5
Unity(再)入門
最近のQ#について
SRENEXT 2020 [B5] New RelicのSREに学ぶ SREのためのNew Relic活用法
20191024 Get Start gRPC with ASP.NET
New Relicで始める、.NET Applications on AWSのObservability
C#エンジニアのためのdocker kubernetesハンズオン (再)
20190806 Q# Measurements
C#エンジニアのためのdocker kubernetesハンズオン
20190604 Containerized MagicOnion on kubernetes with Observability with New R...
.NET Core向けコンテナおよびデバッグ関連のVisual Studio 2019の機能
.NET Core向けコンテナおよびデバッグ関連のVisual Studioの新機能
Try! Visual Studio 209 git feature
Q#基礎 ver1.1
(過去バージョン) Q#基礎 ver1.0
ゼロから始めるQ#

Recently uploaded (20)

PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation theory and applications.pdf
PDF
Approach and Philosophy of On baking technology
PPTX
A Presentation on Artificial Intelligence
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Cloud computing and distributed systems.
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Spectral efficient network and resource selection model in 5G networks
Encapsulation theory and applications.pdf
Approach and Philosophy of On baking technology
A Presentation on Artificial Intelligence
A comparative analysis of optical character recognition models for extracting...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Cloud computing and distributed systems.
sap open course for s4hana steps from ECC to s4
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Building Integrated photovoltaic BIPV_UPV.pdf
Big Data Technologies - Introduction.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Review of recent advances in non-invasive hemoglobin estimation
Advanced methodologies resolving dimensionality complications for autism neur...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
NewMind AI Weekly Chronicles - August'25-Week II
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf

20140419 xamarin で Azure Mobile Services