Top "Compact-framework" questions

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.

UI Components for Windows Mobile Applications (.NET Compact Framework)

Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative …

windows-mobile compact-framework controls user-interface
In C#, how can I serialize System.Exception? (.Net CF 2.0)

I want to write an Exception to an MS Message Queue. When I attempt it I get an exception. So …

c# exception serialization compact-framework
.NET Compact Framework with Visual Studio 2010?

NET Compact Framework with Visual Studio 2010? I have Visual Studio 2003, but i want change to one IDE.

.net visual-studio visual-studio-2010 compact-framework
Change barcode scan beep volume for motorola devices

I am developing some .net applications with c# for various Motorola devices running Windows Mobile and Windows CE. These include …

c# compact-framework motorola-emdk
Is there a library to read JSON in C# on Windows Mobile?

I am trying to find a library to parse JSON on C# on Windows Mobile (working with Visual Studio 2005). The …

c# json compact-framework json.net
Server-generated keys and server-generated values are not supported by SQL Server Compact

I just started to play with the entity framework, so I decided to connect it to my existing SQL Server …

entity-framework compact-framework
Uri.EscapeDataString() - Invalid URI: The Uri string is too long

I'm using compact framework/C# on windows mobile. In my application I am uploading data to the server by serializing …

c# exception-handling httpwebrequest compact-framework uri
How can I create an instance of an arbitrary Array type at runtime?

I'm trying to deserialize an array of an type unknown at compile time. At runtime I've discovered the type, but …

c# reflection compact-framework .net-2.0
XML vs Binary performance for Serialization/Deserialization

I'm working on a compact framework application and need to boost performance. The app currently works offline by serializing objects …

c# .net serialization compact-framework protobuf-net
How can I programmatically determine if a table exists within a SQL Server CE database?

Back when I only had one table in my .sdf file, this code worked fine: const string sdfPath = @"\Program Files\…

c# sql-server-ce compact-framework windows-ce windows-embedded-compact