views:

681

answers:

2

Hi,

What exactly do I need to get started with Entity Framework in VS.net 2008?

I am downloading SP1 for vs.net 2008 as I type this, anything else I am missing?

From what I understand I will have to create some XML and then use a .exe tool to spit out the code?

A: 

VS2008 SP1 comes with Entity Framework and a designer for EF project items (ADO.NET Entity Data Model), but you can use the command line tools as well if you need fine grained control.

So once you install the SP, you're good to go.

Kev
+3  A: 

This question has been asked before here...

However, I'll reiterate my answer to that question: There is a list of some tutorials available in this question.

This is a useful Entity Framework forum.

For me, the most useful reference for learning about the Entity Framework when I started using it was Daniel Simmons' FAQ. Check it out!

YeahStu