I am new to C# .Net Entity framework. Appreciate your suggestions. Requirement is to go for code first approach, check if a database exists, if not create the database and tables based on the Model classes and load the tables with data. And this loading should happen only the first time the tables are created. Can you suggest some tutorials for me to go through for the above requirement? I searched the existing questions but couldn't find anything .
Thanks in advance.