rskibbe.I18n.Ini – An INI file based translation sub-package
What is rskibbe.I18n.Ini? rskibbe.I18n.Ini is a sub-package for the rskibbe.I18n helping you by providing basic implementations for INI file based translations. Creating …
What is rskibbe.I18n.Ini? rskibbe.I18n.Ini is a sub-package for the rskibbe.I18n helping you by providing basic implementations for INI file based translations. Creating …
What is rskibbe.I18n.Json? This is a sub-package of rskibbe.I18n to provide you with basic implementations for JSON file based translations. Now, go …
Summing up values with the C# LINQ Sum function is easily done by providing for example a lambda expression. Just call it …
Formatting Strings in C# Using a C# String format to improve your displayed strings? No problem! Today is your lucky day, because …
C# MD5 hashing nowadays Being in the need of creating a C# MD5 hash for one of my projects has been a …
Creating a C# SHA256 hash Creating a C# SHA256 hash as changed a little bit – pardon me for not knowing the …
C# For Each – I want them all! So you want to use the C# For Each loop to go through a …
A simple C# Bluetooth example A simple and easy to use C# bluetooth example, this was the thing I was looking for …
Hacking User & Password information from a NET Assembly So you are interested in hacking a simple NET Application with like all …
MVVM C# Du möchtest mit MVVM in C# durchstarten und somit deine Anwendungen durch das „Model View ViewModel„-Entwurfsmuster auf ein neues Level …