How to communicate with Bluetooth Low Energy devices on iOS
iOS provides a library called CoreBluetooth which allows to communicate with BLE devices. It hides many low level operations…
iOS provides a library called CoreBluetooth which allows to communicate with BLE devices. It hides many low level operations…
While creating Xamarin.Forms applications, definitely you are going to need TapGestureRecognizer often. Implementing it in XAML many times may end […]
Get a single-instance PerformanceCounter Each counter has its own category and name (sometimes also an instance name). To read performance data, we […]
Detect configured protocols To get information about supported IP versions by the network adapter, we need to go through assigned […]
Sometimes we need to prepare a single file application, but what if we want to split a code into DLLs […]
What for? There are many reasons why running an application from memory may be useful. For example your machine might have […]