What I wanted to was to use Entity Framework with the .edmx model build from an existing database and define data sources based on it, as I use to do in Visual C# 2010 Express.
But I just learned that "data source" as I know them in Visual C# don't exist for web project.
So I'm looking the way to use that .edmx model build from my existing database, with ASP.NET MVC3.
(I guess I got confused somewhere with this tutorial.)
thomas_msn01
Member
17 Points
43 Posts
Re: Trying to use Entity Framework with ASP.NET MVC3
Apr 05, 2012 09:29 PM|LINK
What I wanted to was to use Entity Framework with the .edmx model build from an existing database and define data sources based on it, as I use to do in Visual C# 2010 Express.
But I just learned that "data source" as I know them in Visual C# don't exist for web project.
So I'm looking the way to use that .edmx model build from my existing database, with ASP.NET MVC3.
(I guess I got confused somewhere with this tutorial.)