Code first approach using Entity Framework

In Entity Framework Code first approach, you do not have to create the database for your application. You just have to add classes to your web application and the database will be generated automatically.