
A bluetooth phone call in C# & VB.NET
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
This is the basic parent category for every subcategory and post.
Dialing a phone number using bluetooth in .NET Did you ever want to be able to actually make a phone call with …
What is this package about? rskibbe.IO.Ports is a simple package to extend SerialPort communication by adding some async helper methods. It will …
The WPF ListView – listing items / things In today’s post, we are going to talk about one of the most basic …
What is rskibbe.I18n.Winforms? rskibbe.I18n.Winforms is a sub-package that helps you translate your Windows Forms apps easily. It extends the other rskibbe.I18n packages …
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 …
What is this package about? This package is trying to provide you the best and easiest helpers, to react to COM port …
What is rskibbe.Ini? rskibbe.Ini is a simple package to help you working with the INI format: Parsing from/to string and creating and …
What is rskibbe.I18n? rskibbe.I18n is an infrastructure package helping you translate „things“, trying to be as easy as possbile. If you want, …
Summing up values with the C# LINQ Sum function is easily done by providing for example a lambda expression. Just call it …