One of the nice additions to Visual Studio 2012 is the LocalDB feature, which is an administration-free
implementation of the core SQL Server features specifically designed for developers. Using this feature, we can skip
the process of setting up a database server while we build our project and then deploy to a full SQL Server instance
when we deploy–all we need to do to get started for development is create a database schema and populate it with
some initial data.