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.
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-ceI'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-ceDo 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-ceI'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-firstI am trying to use SQL Server Compact Edition 3.5 as a database backend for a sales application. There would be 3…
sql-server-ceSpecifically speaking I only need hours:minutes but say I have a .NET TimeSpan object, how should I store that …
sql-server-ce timespanI 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-2012I have an ASP.NET project using SQL Server CE 4.0 with Entity Framework 4.0. It works fine on my local computer. …
asp.net entity-framework-4 asp.net-membership sql-server-ce membership-providerI 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 ssmsI'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