Free Information Technology Magazines and eBooks

Friday, November 13, 2009

Facebook Developer Toolkit for .NET

Facebook Developer Toolkit for .NETRecently, I got interested in developing apps on Facebook platform. Since I am more of a Microsoft .NET guy, I tried searching for a SDK for .NET and lucky me, I found the Facebook Developer Toolkit for .NET. This toolkit is provided as a Facebook Client Library similar to Facebook's PHP Client Library or Facebook’s javascript library. The goal is to enable .NET developers to quickly and easily leverage the various features of the Facebook Platform.


The latest release of Facebook Developer Toolkit is version 3.0. It composed of the following core assemblies.
- Facebook.dll, main assembly that will be used by all applications
- Facebook.Silverlight.dll, silverlight version of the main assembly.
- Facebook.Web.dll, assembly used for Canvas applications.
- Facebook.Web.Mvc.dll, support building canvas applications using Asp.net MVC
- Facebook.Winforms.dll, ssembly provides support for writing facebook applications using Winform technology

Download Facebook Developer Toolkit via [CodePlex]

For More Coding Tips & Tricks, subscribe now.

0 comments: