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 have an image of a signature I am trying to save as 1 bpp bitmap to save file space. The …
c# windows-mobile compact-framework bitmapgot an issue with identity columns in Sql Server CE when using Server explorer, in VS2008, executing the following script …
c# sql-server compact-framework identity-insertWith normal .net applications in the properties window you can change the .net framework of your application from 3.5 to 2.0. I'm …
.net compact-frameworkI used this code from here to try to call a REST Controller method on a Web API server app …
c# stream compact-framework webrequest webresponseI'm trying to do an asynchronous HTTP(S) POST on .NET Compact Framework and I can't seem to get it …
c# .net compact-frameworkI am using Ionic.Zip (Compact Framework version) in my Pocket-PC project. Extracting zipped files (using Ionic.Zip) are working …
c# compact-framework pocketpc ionic-zipIt looks like this has a solution to my recent hand-wringing and head-ringing in trying to sort out different versions …
compact-framework windows-ce windows-explorer handheld compact-framework2.0In my Windows Mobile .NET application I have a simple array of object with the data I want to display …
c# .net windows-mobile datagrid compact-frameworkHow can I get the Font object for the default system font used by the particular device? I've noticed that …
c# .net compact-framework system-fontI have the following code in an object pool that implements the IEnumerable interface. public IEnumerable<T> ActiveNodes { …
c# compact-framework garbage-collection iteration