I’ve created some time ago a local MDF file with a bunch of tables for use. So now I want to get back to it and implement it through the edmx Ado.Net template
After I’ve added the mdf local db file to the App_DATA folder I can now connect it to the automatic created scheme like this –
I will go through the wizard and choose the objects of tables to recreate at the edmx model
At the end I will have the objects created with C# from DB for me by this automatic process.
Rebuild your solution to make everything checked and ready to go!
I am adding a controller
By description I want the scaffold to build everything for me – including the view representation of my objects.
Choosing the entity to render
After a lot of thinking on his part I am getting new files in the solution folders structure
That’s it.