Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The ADO.NET Entity Framework is a set of Object-Relational-Mapping (ORM) tools for the .NET Framework, since version 3.5 SP1.

learn more… | top users | synonyms (2)

0
votes
1answer
139 views

How to model a Facebook like Friends list using Entity Framework? [closed]

I'm designing a new website using MVC 4 and Entity Framework 5 also I am using the Model-First to design my database. I have a User entity and I want it to have a list of friends of the same type ...