Hi, I have a ASP.NET Web Application (.NET Framework) using MVC.
I have created it following a tutorial changing code to suit my needs.
I will be changing the model, adding things like phone number etc.
Can some one tell me a foolproof way of carrying these changes through to the database with code first migration please.
As I have not managed to do by following the tutorials I have found so far.
Thanks,