Project DescriptionBingable contains powershell cmdlets for interacting with the Bing search API. Used illustratively in http://blogs.msdn.com/milanz/archive/2009/06/05/writing-a-powershell-snapin-for-bing.aspx. It is written in C#.
BingCmdlets is intended primarily to provide a simple example of how to write cmdlets for Powershell. These cmdlets should work with Powershell v1 and v2, and provide an example of how easy it is not only to write cmdlets, but to use the Bing API. This was primarily written as a companion to the blog post here:
http://blogs.msdn.com/milanz/archive/2009/06/05/writing-a-powershell-snapin-for-bing.aspx.