The library

All articles

61 articles about .NET, C#, Azure, mobile development and artificial intelligence.

2 min
Windows Mobile

What are the Windows Store fees?

When 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 article
1 min
.NET

Tip: mockup for Surface

For 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 article
3 min
.NET C#

Localization in WinRT

How 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 article
1 min
.NET

ComboBox: a Foreground issue

Yesterday, 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 article
1 min
Visual Studio

Tip: XNA in Visual Studio 2013

A 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 article