Skip to content

Instantly share code, notes, and snippets.

@GuyHarwood
Last active August 29, 2015 14:20
Show Gist options
  • Save GuyHarwood/7ac273134adb00b4f408 to your computer and use it in GitHub Desktop.
Save GuyHarwood/7ac273134adb00b4f408 to your computer and use it in GitHub Desktop.
SQL Server CE Connection String for Entity Framework
<add name="MyContext" connectionString="Data Source=|DataDirectory|myDatabase.sdf" providerName="System.Data.SqlServerCe.4.0"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment