Skip to main content
Left closed in review as "Original close reason(s) were not resolved" by Chris, Adrian Mole, Mark Rotteveel
Post Closed as "Opinion-based" by Gert Arnold, Cristik, miken32
We don't need version-specific tags for old, outdated technologies that should no longer be in use... especially not on such high-profile questions!
Link
Charles
  • 51.5k
  • 13
  • 107
  • 146
Question Protected by bmargulies
deleted 72 characters in body; edited tags
Source Link
GEOCHET
  • 21.3k
  • 15
  • 78
  • 99

Now that .NET v3.5 SP1 has been released (along with VS2008 SP1), we now have access to the .NET entity framework.

My question is this. When trying to decide between using the Entity Framework and LINQ to SQL as an ORM, what's the difference?!

The way I understand it, the Entity Framework (when used with LINQ to Entities) is a 'big brother' to LINQ to SQL? If this is the case - what advantages does it have? What can it do that LINQ to SQL can't do on its own?

Any help would be greatly appreciated!

Thanks in advance...

Now that .NET v3.5 SP1 has been released (along with VS2008 SP1), we now have access to the .NET entity framework.

My question is this. When trying to decide between using the Entity Framework and LINQ to SQL as an ORM, what's the difference?!

The way I understand it, the Entity Framework (when used with LINQ to Entities) is a 'big brother' to LINQ to SQL? If this is the case - what advantages does it have? What can it do that LINQ to SQL can't do on its own?

Any help would be greatly appreciated!

Thanks in advance...

Now that .NET v3.5 SP1 has been released (along with VS2008 SP1), we now have access to the .NET entity framework.

My question is this. When trying to decide between using the Entity Framework and LINQ to SQL as an ORM, what's the difference?

The way I understand it, the Entity Framework (when used with LINQ to Entities) is a 'big brother' to LINQ to SQL? If this is the case - what advantages does it have? What can it do that LINQ to SQL can't do on its own?

edited tags
Link
Chris
  • 6.8k
  • 6
  • 54
  • 67
Loading
Source Link
Chris Roberts
  • 18.8k
  • 12
  • 62
  • 68
Loading