If you are interested in SQL CE, there are several improvements enumerated by Scott Guthrie:
VS 2010 SP1 includes much improved tooling support for SQL CE, and
adds support for using SQL CE within ASP.NET projects for the first
time. With VS 2010 SP1 you can now:
Create new SQL CE Databases
Edit and Modify SQL CE Database Schema and Indexes
Populate SQL CE Databases within Data
Use the Entity Framework (EF) designer to create model layers against SQL CE databases
Use EF Code First to define model layers in code, then create a SQL CE database from them, and optionally edit the DB with VS
Deploy SQL CE databases to remote servers using Web Deploy and optionally convert them to full SQL Server databases
You can take advantage of all of the above features from within both
ASP.NET Web Forms and ASP.NET MVC based projects.