I'm using the latest versions of ASP.NET MVC, SQL Server, and Entity Framework. I am not using code first.
I can easily create an object context using the class generated by my EDMX file.
But is there any way to obtain a DBContext
object from that class? I would like to use its extended features.