So, being an early adopter, I have developed an application based on SQLCE4, ASP.Net MVC3 and Entity Framework CTP5 (code first) based on a fit of recklessness induced by reading this announcement.
Now the application is moving into production and we need to lose the ce in favour of SQL Server 2008 and later azure.
Scott Gu mentioned that tooling would be out soon to support such migrations but I wonder if we're too early to take advantage of an easy route.
Anyone done it? Is there a simple migration path? Something like the MDF create script option in Visual Studio?