The library

All articles

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

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
2 min
C# SQL

Bulk data import into SQL Server

In one of my new assignments, I had to import a large volume of data into a SQLServer database. Each imported data must either be updated if it already exists or…

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