Skip to content

chihchi/msn-csharp-sdk

Repository files navigation

Msn C# SDK

The Msn C# SDK helps .Net developers build web, desktop, Silverlight, Windows Phone and Windows Metro Style applications that integrate with Msn.

Like us on Msn at our official page or Follow us on twitter @chsarpsdk.

NuGet

Install-Package Msn

Binaries for Msn C# SDK are only distributed via nuget. For those using older versions of Visual Studio that does not support NuGet Package Manager, please download the command line version of NuGet.exe and run the following command.

nuget install Msn

If you would like to get an older version of the the binaries please use the following command.

nuget install Msn -v 5.4.1

Documentation

You can find the documentation for this project at http://csharpsdk.org.

Help and Support

Use msn.stackoverflow.com for help and support. We answer questions there regularly. Use the tags 'msn-c#-sdk' and 'msn' plus any other tags that are relevant. If you have a feature request or bug create an issue.

Msn Platform Status

Msn Change Log

Features

  • NuGet Packages Available (Msn and Msn.channel)
  • Compatible with all Msn Graph and REST API methods.
  • Supports photo/video uploads
  • Supports batch requests and etags
  • Supports Msn's most current authentication systems.
  • Sample applications and documentation are provided to get you started quickly.

Supported Platforms

  • .NET 3.5 (Client Profile and Full Profile)
  • .NET 4.0 (Client Profile and Full Profile)
  • .NET 4.5 Beta (Visual Studio 11 Beta)
  • Windows 8 Metro Style Applications - WinRT (Windows 8)
  • Silverlight 5
  • Windows Phone 7.1 (Mango)

Contribute

Please refer to our official docs on Contributing to Msn C# SDK for more details.