Building data centric applications for web, desktop and mobile with Entity Framework 5.
- Date: October 30, 2012 from 2:15PM to 3:15PM
- Day 1
- B92 Trident/Thunder
- 3-031
- Speakers: Rowan Miller
- 56,502 Views
- 9 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Slides (view online)
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
great demo of EF and tempter for WebAPI ! It would be great if all the code [solutions] were available for download (even if Rowan's BingMaps developerid was redacted [although can be seen at 46:30] !)
Mention of EF6 being open-source and aval as Alpha-1 now but no URL
- would be good to post somewhere, and mention the 4 contrib items
The presentation was truncated at the very end talking about EF6, and I presume this to be careless editing rather than NDA.
True... great demo! And yes, if it's not NDA, re-edit and post the whole presentation!
Super cool session!
It's impossible that the missing part of this recording is under NDA because this event is not only for people who are under NDA. Also, the project is now Open Source and they shipped the alpha product. So, there is nothing to hide here.
Can we please get the whole session recording?
Also, can we get the source code which has been demoed by Rowan?
Thanks!
There was nothing NDA in the last 10min that is missing, I've asked the //build/ team to get video re-published.
I'm going to publish the source code as part of a short blog post series once I get back from vacation in a couple of weeks. It will be published on http://romiller.com.
~Rowan
@Rowan
Super cool! Thanks Rowan.
Hello. I am wondering about the model-first approach. I wish to design a new database using the model designer in VS2012.
I would like to perform the following steps...
1. push the model to create the initial database and a table
2. add data to the table
3. make a change to the table in the model designer (e.g. add a field)
4. push the changes to the database (i.e. update the database)
5. NOT LOSE MY DATA FROM STEP 2.
Please, please tell me Microsoft in all its glory with the release of VS2012, EF 5 and .Net framework 4.5 has not overlooked such a obvious need.
Any thoughts?
Source code is now available - http://romiller.com/2012/11/20/build-2012-talk-video-and-source-code/
@Donna - Currently the EF Designer doesn't have a migrations solution, you need to generate the new create script and then use a schema compare tool to diff the two schemas and generate a change script.
We realize this is a big gap in the product and we definitely plan to enable it. It was purely time and technical constraints that prevented us doing it for EF5. You can track the scenario here - http://entityframework.codeplex.com/workitem/89.
Salutes to Rowan! Go EF6
Remove this comment
Remove this thread
close