Tag: sqlce

  • ASP.NET MVC4 Project + SQL CE 4 limitations

    With the official RTM release of Visual Studio 2012 and the MVC 4 project (also available for VS 2010), I have been using some of the features of new features and out of the box features of hte MVC 4 project to ease the development of my user stories. SQL CE 4 made database backends […]

  • Deploying an ASP.NET Web Application with SQL CE 4 & Entity Framework without installation

    Update – 12/15/2011 As of Visual Studio 2010 SP1, there’s an easier way to do everything below. In the Solution Explorer, right click the project and select ‘Add Deployable Dependencies…’, select the dependencies you want to include, and click OK. This will generate the folderĀ _bin_deployableAssemblies with the proper DLLs. Now when you build your solution, […]