In this console Application,I have implemented Entity-Framework Code First approach which will create database then add a record into student table and finally delete the database.
1.vs 2015 2.Entity Framework 6.1 3
1.download the Project.
2.change the connection string in Web.config
3.Run The Project.