Hi i am new in MVC and i am following a course link "https://archive.codeplex.com/?p=mvcmusicstore" and i am having a problem with using System.Data.Entity.Database;,
it says An instance of this class is obtained from an System.Data.Entity.Dbcontext object and can be used to manage the actual database backing a DBContext or connection, i downloaded the latest version of EntityFramework 6.2.0 and what i am trying to do is
to show the data that is in a class in the model named SampleData but i am stuck at the using System.Data.Entity.Database; ERROR
Please Help And Thank You For It :)