Migrating UWP to Windows App SDK (WinUI 3) with Xamarin Forms Integration
I'm in the process of migrating my project (MyApp.UWP) from UWP to the Windows App SDK (WinUI 3). I'm...
Tag archive
I'm in the process of migrating my project (MyApp.UWP) from UWP to the Windows App SDK (WinUI 3). I'm...

In the old days, accessing a local website in UWP was relatively easy. Even if you wanted to load...
First and foremost, you can't bind to the outside context of a DataTemplate when using x:Bind, even...

Adir Hudayfi is a Microsoft engineer by day, and by night he works on Fluent Search an application...
Basically, the ScrollViewer is built-in to ListView. Suppose you developed a desktop application...
The more and IDE or code editor can do for you the better I say. Visual Studio has been crushing it...
We are pleased to announce that Uno Platform team has provided the initial support for the Prism...
Being straight forward, As a noob developer right now i'm so much confused about all these platforms...
Over the 2.5 years I've spent making UWP apps, here are the tools I use every day to design and code them.
Tranditionally automated build and release was difficult for desktop applications. However, this has changed with modern platforms like Azure DevOps that provide a lot of built-in tasks to help you with the process.

Yup, it's time to do some experience sharing
Getting an instance can be very useful, for example you can pass in as many parameters as you want in strongly typed way, or it allows the child page to have custom events and the parent page can subscribe to them.