Author: .NET Web Development and Tools Blog | Posted on: 3/6/2013 5:00:10 PM | Views : 1283

This week we published an updated version of the popular 12-part tutorial series that shows how to deploy an ASP.NET web application with SQL Server databases. Here are links to the new tutorials, with notes about what's in them and what's new: Introduction   Overview of the series, prerequisites, download and run the sample application. New overview of database deployment options. The tutorials show how to use Entity Framework Code First Migrations and the dbDacFx provider (for deploying SQL Server databases without using Migrations).  The old ones showed Migrations and the dbFullSQL provider (for migrating SQL Server Compact to SQL Server). Preparing for Database Deployment   How to set up Code First Migrations and create data...(read more) Go to the complete details ...