Microsoft DevDays 2009 is just around the corner and should prove to be quite exciting.
In preparation for my talk entitled "Entity Framework: A scenic tour" I recently
did a dry run at the monthly SA Developer.net meeting and got some great feedback
from the community on how to improve the presentation for DevDays. Thanks to all
that came to listen and support me.
The blurb for the presentation goes as follows: "Join us on an introductory tour
of the ADO.Net entity framework, an advanced data access technology that bridges
the gap between the database schema and objects in your application. We will explore
the new mapping capabilities that allow one to map unwieldy database tables to neat
objects that make use of object oriented principles such as inheritance. Queries
will be demonstrated against this new Entity Model using both Entity SQL and Linq
to Entities. We will end off the tour by briefly touching on some of the more advanced
features of the framework."
At the end of the talk I promised to get the slides up along with a screencast and
code. I apologise for the delay in doing this but hardware issues with my graphics
card meant a full format and a bit of a delay in getting this up. But none the less
you can now download these below.
Note: This is the demo prior to the community feedback and I will make some
adjustments before the DevDays event to the presentation.
Thanks again to all those who came to listen!
Entity Framework - A scenic tour – ScreenCast
Entity Framework - A scenic tour – Slides
Entity Framework - A scenic tour – Demo