Adding SQL Server CE 4.0 (Compact Edition) support to VS2010

Install VS2010 SP1 and SQL CE Tools for Visual Studio

Now you can add SQL Server Compact 4.0 Local Database to your project and connect to that database with ADO.NET Entity Data Model (Entity Framework 4).

More info on ScottGu’s Blog

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread