Microsoft .Net Compact Framework (compact-framework, .netcf) is a constrained version of Microsoft .Net Framework designed for limited resource devices such as mobile phones, personal digital assistants and other embedded devices.
I am serializing Lists of classes which are my data entities. I have a DataProvider that contains a List. I …
c# compact-framework c#-2.0 hash generic-listSay I have an business object called Sample and I have BindingList of Samples. A sample has 4 properties. Can I …
c# data-binding compact-framework bindinglistHow do I get the current directory from which my EXE is running? I have tried the following two codes …
compact-framework windows-ce compact-framework2.0I am developing a windows mobile application, and I want to do something after a form (a loading screen) is …
c# winforms events compact-framework windows-mobile-6.5I would like to display an animated gif on a .NET Compact Form. Currently I use a PictureBox control and …
.net animation compact-framework pictureboxMy requirements: Support .NET Compact Framework 2.0 and Windows Mobile 6.0 devices. Only need to unzip the contents to a directory on …
windows-mobile compact-framework zip componentsFor technical reasons, I can't use ClickOnce to auto-update my .NET application and its assemblies. What is the best way …
c# .net winforms compact-frameworkI am writing a small application to test OpenNETCF library loading and have stumbled upon this curious message Unable to …
compact-framework opennetcfI get a TargetInvocationException randomly when loading Resources in my .NET Compact Framework 3.5 project (running on Windows Mobile 6). They look …
.net-3.5 windows-mobile compact-framework .net-cf-3.5I've a mobile application. My client has a large data set ~100.000 records. It's updated frequently. When we sync we need …
c# sqlite compact-framework bulkinsert