Browse by Tags
All Tags »
Mobile »
Compact Framework (
RSS)
There was a question in the forums, if there is a way to configure a network adapter automatically - without an user interaction. Using the UI, the user may select "My network card connects to" value for every adapter in the adapters list. It...
I noticed recently, that some guys asked(in the forums) how to read the device owner information from .NET Compact Framework. The Device Owner information may be obtained from the device's registry. It is stored under the following registry key: HKEY_CURRENT_USER...
I had to retrieve the IMSI and IMEI on Windows Mobile for a particular project. What I needed actually was the IMSI , because it may be used in OMA Client Provisioning through WAP Push scenarios. It may be very practical for the enterprise to manage its...
I had a project involving the development of a custom CF.NET application. The app was intended to be deployed on a number of Widnows CE 4.1 based devices from Symbol(MK1100). This device is a rather old model, however the customer had already the device...
Are you using SQLite ? SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. A good .NET and Compact Framework Providers may be obtained from here It is very fast! However the speed comes to...
What do you use for thread synchronization - mutex or critical section? Check out this blog post from Jeremy Cooke at the Windows CE Base Team Blog In short: Using a mutex is more expensive in terms of CPU utilization, but mutexes may be shared outside...