DotNetShoutout - Stories tagged with SQL compact 4
10
Shouts

Using EF 4.1 Code First to support multiple database vendors

published 784 days, 14 hours, 43 minutes ago posted by http://vistadb.myopenid.com/http://vistadb.myopenid.com/ 791 days, 34 minutes ago
Tuesday, March 29, 2011 2:53:38 PM GMT Wednesday, March 23, 2011 5:02:59 AM GMT
With the release of the Entity Framework 4.1 I was interested to see how well the code first aspect works with multiple database vendors.  Could you use the code first modeling to change the database through a connection string?  I thought it might be worth a quick sample app to find out. I have an identical database in both SQL CE 4 and VistaDB 4.1.  Since they both have ADO.Net providers for the Entity Framework I decided to use them for this test... (more)
category: Data | clicked: 22 | comment | | source: infinitecodex.com
tags: VistaDB, Entity Framework 4.1, SQL compact 4
7
Shouts

Dean Hume - A Simple Guide to SQL Compact 4

published 986 days, 18 hours, 3 minutes ago posted by deanomachinodeanomachino 987 days, 18 hours, 52 minutes ago
Wednesday, September 08, 2010 11:34:27 AM GMT Tuesday, September 07, 2010 10:44:31 AM GMT
A Simple Guide to SQL Compact 4 There has been quite a lot of interest building up recently around SQL Compact 4. Now, if you are not familiar with SQL compact, it's basically a database engine that is free and totally embedded. You don't need to install a database anywhere on your server. Not only that, but it works with existing .NET based data API's (Entity Framework, NHibernate). Another great advantage of using a SQL CE database is that it is totally file based and you can store your database... (more)
category: Data | clicked: 1 | comment | | source: deanhume.com
tags: C#, SQL, SQL Compact, SQL compact 4