Anniversary SDK: Connected Animations
It's always been tedious in XAML apps to make transitional animations between two pages. To animate an image between two pages, the navigation system had to be…
Read articleThe library
61 articles about .NET, C#, Azure, mobile development and artificial intelligence.
It's always been tedious in XAML apps to make transitional animations between two pages. To animate an image between two pages, the navigation system had to be…
Read articleMicrosoft just released a new toolkit: the UWP Community Toolkit. This toolkit is open source !!! Link to GitHub It brings together a whole bunch of…
Read articleWhen you create a universal app on the Windows Store, you can make it payable or add in app purchases. For every purchase in the store, Microsoft charges a fee.…
Read articleIf you want to automatically generate your logos for your iOS and Android apps MakeAppicon is for you: https://makeappicon.com/ In two clicks your logos are…
Read articleFor those who don't know this site allows you to do Mockups for Surface https://placeit.net/?f\ devices=ms%20surface An example of use: Enjoy it
Read articleFor my new apps, I was given stringed colors. These were either Hexadecimal or ColorName. So I had to create a little helper to convert the strings to…
Read articleSince the beginning of July the developer accounts have been gradually migrated to a single Dev Center. This migration is compulsory, you are not asked for your…
Read articleAfter I reinstalled my machine my Inkscape was very slow to start. To solve this problem, you need to go to File/Open Preference Then delete the list and set the…
Read articleHow to locate a WinRT application? A .resw file must be added for each language of the application. As follows (one file per language): Complete list of culture…
Read articleYesterday, while I was updating my apps, I realized that the Foreground property was behaving rather strangely on the ComboBox. The SelectedItem no longer had the…
Read articleA little tip for those who want to do XNA without having to reinstall Visual Studio 2010. XNA not supported in Visual Studio 2012 and Visual 2013. All you need to…
Read articleWhat is a Windows Runtime component? When creating a new assembly in a visual studio we have two choices: Or a classical class library Either a Windows Runtime…
Read article