開発者にとっての Surface Dial :実装編

開発者にとっての Surface Dial の実装編 サンプルは前回の通りこれ:Surface Dial interactions   ダイアルのコントローラー 取得方法:これがすべてのスタート   var Controller = RadialController.CreateForCurrentView();


Add build/project details to your extension page on Marketplace

Developer activity on an extension has proven to be an important indicator of trust and reliability for users on the Marketplace. We’ve seen two such indicators used widely by publishers: Linking to the GitHub repository Badges linking to Build CI systems and other public entities associated with the project. We’ve seen a number of publishers…


Xamarin DevDays Tampa 2016 – Saturday Nov 19

Xamarin Dev Days is coming to Tampa on Saturday, November 19 ( https://www.xamarin.com/dev-days ). Register here for the Tampa event – https://ti.to/xamarin/dev-days-tampa The afternoon of Tampa Dev Days is HANDS ON. Bring the following if you wish to participate: Machine loaded with Visual Studio 2015 Update 3 or for Macs Xamarin Studio. Latest versions of…


アプリのスケーリング対応アセットについて

TechSummit では、「デスクトップ アプリを Windows ストアで公開するには」というお話をさせていただきました。この話では、Desktop App Converter (以降は、DAC と略します)を使用して、インストーラを Appx に変換したり、変換できるアプリの条件などを色々と説明しました。色々な作業を得てから、最終的なアプリに仕上げる時に必要になるタイル アイコンなどを説明するのが、今回の話題になります。 タイルなどのアセットの詳細は、「タイルとアイコン アセットのガイドライン」に詳しく説明があります。内容を読むと、スケール ベースとターゲット ベースのアセットがあることが理解できます。 スケール ベース xxxxxx.scale-100.png など、スケーリングの倍率(100、200、400、etc)に応じて切り替えるアセット。 ターゲットベース xxxxxx.targetseize-16.png など、ターゲット サイズに応じて切り替えるアセット(正方形)で、エクスプローラなどの Windows のシステム側で使用するものになります。 Visual Studio 2015 で UWP アプリのプロジェクトを作成すると、自動的にスケール ベースのアセットなどが使用できる状態になっていますので、使用するアセットをプロジェクトに追加していくことで、ターゲット サイズのアセットなども使えるようになります。ちなみに、UWP プロジェクトを新規で作成した時に、テンプレートが作成するアセットは次のものになっています。 LockScreenLogo.scale-200.png SplashScreen.scale-200.png Square44x44Logo.scale-200.png Squrae44x44Logo.targetsize-24_altform.png Square150x150Logo.scale-200.png StoreLogo.png Wide310x150Logo.scale-200.png つまり、ロックスクリーン、スプラッシュ スクリーン、小さいタイル、正方形タイル、ワイドタイルと システム用のターゲット サイズのアセット、ストア ロゴの 7 つが含まれています。一方で、DAC で作成した アプリに含まれているのは、次のようなアセットになります。 SampleAppx.44×44.png (44px x 44px)…


Get started with designing Dynamics 365 business apps by using App designer

Businesses today demand apps which are streamlined and focused on making their employees agile and productive. There is a huge uptake in the demand for such apps but at the same time the app creation experience is challenged with the need for faster development and a high degree of technical skill. IT departments are overwhelmed…


Performance issues with Visual Studio Team Services – 11/14 – Resolved

Final Update: Monday, 14 November 2016 15:40 UTC We’ve confirmed that all systems are back to normal as of 14 November 2016 15:20 UTC. Our logs show the incident started on 14 November ~12:24 UTC and that during the duration of this incident a subset of customers hosted in our West Europe region on the impacted partition databases would…


Overview of the Azure Resource Manager Template Development Workflow

  So at present I’m supervising a number of industry student projects and the teams are now getting to deployment stage of the projects. We have been discussing with the teams the use of ARM templates. I have discussed ARM templates in a number of my previous blogs on the key scenarios students need to…


Using Azure Resource Manager Templates with the Azure Portal–Automation Scripts

Ok so one of the things I get asked the most about is what is Azure Well simply put  Microsoft Azure is a growing collection of integrated cloud services – analytics, computing, database, mobile, networking, storage and web – for moving faster, achieving more and saving money. Here’s what you can do with Azure… One…