user1667966
user1667966

Reputation: 23

Converter of SQL Server DB to Entity Framework Code First

Is there any package, software or tool which does the following:

Upvotes: 2

Views: 4023

Answers (3)

Bappi Datta
Bappi Datta

Reputation: 1380

Use the following tools:

Entity Framework Power Tools

Upvotes: 2

Jesse Webb
Jesse Webb

Reputation: 45243

Yes, there is a feature in Visual Studio which allows you to create a Code First model from an existing Database.

Here is the doc: http://msdn.microsoft.com/en-us/data/jj200620

Under the heading "Reverse Engineer Model", see the notes about using the "Reverse Engineer Code First" feature.

Upvotes: 5

Kaspars Ozols
Kaspars Ozols

Reputation: 7017

You can do it with Visual Studio using Entity Framework Power Tools

Take a look at step-by-step tutorial here

Upvotes: 0

Related Questions