Top "Sql-server-ce" questions

Microsoft SQL Server Compact is a free SQL Server embedded database ideal for building standalone and occasionally connected applications for mobile devices, desktops, and Web clients.

SQL CE Max Length

I need to store articles in an application for WP7. I just want to use a database so I can …

c# silverlight windows-phone-7 sql-server-ce
Entity Framework 6 with SQL Server Compact 4.0

I'm (still) trying to follow an online video tutorial on how to use the Entity Framework with the code-first approach. …

entity-framework sql-server-ce
Best way to export SQL Server database to sqlite (or SQL Server Compact)

Do someone know what would be the best way to transform a big SQL Server database to sqlite or SQL …

.net sql-server sqlite sql-server-ce
Generate SQL CE database from EF Code-First DbContext class

I've defined a set of classes in the style of Entity Framework Code-First conventions and annotated the class properties with …

.net entity-framework sql-server-ce code-first ef-code-first
SQL Server CE in a multi user scenario - is this really, really stupid?

I am trying to use SQL Server Compact Edition 3.5 as a database backend for a sales application. There would be 3…

sql-server-ce
What is the best way to represent a timespan in SQL Server CE?

Specifically speaking I only need hours:minutes but say I have a .NET TimeSpan object, how should I store that …

sql-server-ce timespan
SQL LocalDB vs SQL Server CE

I have a small project that will have 1 user on 1 computer. The database will be rather small (probably less than 1 …

sql-server entity-framework sql-server-ce sql-server-express sql-server-2012
Microsoft SQL Compact Edition rename column

I am having problems renaming a column in SQL Server Compact Edition. I know that you can rename a table …

sql database-design sql-server-ce rename ssms
EF6: Code First Complex Type

I'm having trouble getting entity framework to flatten my domain entity classes with Value Objects (complex type) fields to one …

c# entity-framework sql-server-ce domain-driven-design