0
kicks
LINQ to FQL (Facebook Query Language)
This library enables developers to use LINQ (.NET Language-Integrated Query) with Facebook instead of string based FQL queries. The main benefits of using this library are:
Type safety: queries are now typed and their syntax is verified during compilation
Auto-complete now functions when composing queries in Visual Studio
Using Facebook / anonymous objects for query results