I am learning MVC3 and EF with DB first approach.
In some videos of MVC3 with code first approach from Scafolding Options they choosed "controller with read write actions and views" and after selecting Model and Data Context classes some code was automatically generated.
In my working I have a separate class library which has EF model in it (please see blue selected area in diagrame) . Please guide me how to access that EF and its generated classes to use with controller with read write actions and views ?
EDIT I am adding new Controller. I am not getting the comments you mentioned in your picture. I am getting some classes in Model Classes drop down but not my EF classes are there in list. I have not done any refrencing to class library in my MVC project. Please guie me how and what where to do ?
Thanks

