DotNetStories
In this post I would like to show you a hands-on example on how to use the Code First approach when building data-centric ASP.Net applications with EF.
This is going to be the eighth post of a series
of posts regarding ASP.Net and the Entity Framework and
how we can use Entity Framework to access our
datastore. You can find the first one here,
the second one here ,
the third one here , the
fourth one here, the fifth one here ,the
sixth one here
and the seventh one
here.