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 EFObviously I cannot go into much detail on what EF is and what it does.

I will give again a short introduction.The .Net framework provides support for Object Relational Mapping through EFSo EF is a an ORM tool and it is now the main data access technology that microsoft works on.

I use it quite extensively in my projectsThrough EF we have many...(read more).