I am working on a cool reporting MVC app using Highcharts and Datatable.net. The app has export feature. Users may want to get an extract of the data in some form that they can use. There are multiple ways…
MVC
A collection of 2 posts
MVC4 SQL migrations step by step
In my earlier post , I showed how to use code first with the server where the app cant create a database. Now, we are looking to migrate our schema on to the server. It would be nice if it we…