The library

All articles

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

49 results

Clear filters
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
.NET C#

Add emoji to a RichTextBlock

When I created the MyTwich app I asked myself: How to convert a string into a text and/or image stream while maintaining Binding mechanics? To do that, you need to…

Read article
1 min
.NET Windows

Create WinRT app logos in no time

Update: there is no longer any need to use a console utility. I wrote a small Visual Studio extension that you can download here. Generating your logos is now even…

Read article
1 min
.NET C#

WinRT: darken or lighten a color

In an app it can be interesting to have several shades of the same color. To do this, I've created a small helper for lightening or darkening a color. The…

Read article