The library

All articles

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

36 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 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
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