Hi,
After studying, I realize there are Code First, Model First or Database First approach. Many recommended Code First approach which I have tried as well.
Issue is what if my application released to production and then I need to add a new column to one of my table? My existing records in that table to be deleted, right? Any solution for this?
Regards, Steve