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.

LINQ to SQL is a component of .NET Framework version 3.5 that provides a run-time infrastructure for managing relational data as objects.

learn more… | top users | synonyms (3)

0
votes
1answer
68 views

Facebook friends with LINQ

I am building a linq-to-sql web application and I've encountered a problem. I am trying to use the user's friends list fetched in real time from facebook, and then joining them against SQL tables. ...