Recent Blog ArticlesNewest TopicsMost LikesTagged:TagWinUI 3.0 Preview1 を触ってみよう Build 2020 のタイミングで Windows UI Library 3.0 Preview 1 が出ました。 まだまだ制限事項がたくさんありますが、Win32 アプリもサポートされている点がとっても興味深いリリースになります。 Windows UI ライブラリ 3.0 Preview 1 (2020 年 5 月) 上記のリリース ノートにもあるように現段階では...Implements silent auto update feature as far as possible for MSIX packaged apps MSIX packaged apps can implement auto update feature really easy Just checking 'Enable automatic updates' on create app packages wizard. And there are a few customize points the automatic ...How to use embedded web UI of MSAL.NET on WPF on .NET Core Azure AD B2C is a powerful service for providing business-to-customer identity. https://docs.microsoft.com/en-us/azure/active-directory-b2c/overview Of cause, you can also use Azure AD B2C si...Add TypeScript support to React Native for Windows React Native is an interesting technology!! Theer are many great articles our team blog. Getting started with React Native for Windows Building a React Native module for Windows Create a CI/C...Usuful documents to migrate WPF/WinForms apps from .NET Framework to .NET Core Breaking change selectors: https://docs.microsoft.com/en-us/dotnet/core/compatibility/breaking-changes You can select between two different versions such as from .NET Framework to .NET Core: ...How to use JavaScript libraries on Uno Platform(WebAssembly) Uno Platform is one of the development platform tools for cross-platform apps such as UWP, Android, iOS, and WebAssembly. For WebAssembly, there are JavaScript interop features. I'll explain how to...React Native for Windows を試してみよう。そして型も手に入れよう。 React Native for Windows を試してみたので備忘録もかねて手順をメモしてみました。 作業開始時点の私の環境は以下のようになります。 Windows 10 Pro 1909 (設定アプリから開発者モードに変更してください) Visual Studio 2019 16.4.2 ユニバーサル Windows プラットフォームワークロードの C++(v141)...Uno Platform が凄く面白そうなので紹介! Uno Platform を少し触ってみた感じ面白そうだと感じた部分を紹介したいと思います。 公式ページはこちらになります。 https://platform.uno/ 簡単な説明 詳細は公式ドキュメントの What is the Uno Platform? にあるのでそちらを見ていただくとして個人的な解釈では UWP で開発した画面が、そのまま Android や iOS や ...Let's look WinUI 3.0 alpha At Ignite 2019, WinUI 3.0 Alpha was released. The details are as following links: WinUI 3.0 Alpha (November 2019) Windows UI Library Roadmap From the link, you can get a vsix file to projec...Let's use XAML Island on WPF app without changing C# code behind Final answer is case by case. However, if you had been creating apps using MVVM pattern, then there is possible that it's easy to migrate to UWP controls using XAML Islands. In this article, I ...