Here is how you can translate a Text using Google's "Unofficial" API's. The URL for Google Translate is - http://www.google.com/translate_t?hl=en&ie=UTF8&text={0}&langpair={1} "text" is your input string which needs to be translated. langpair
Read More...
If you are starting into writing LINQ queries or you are stuck in writing a query here is a link which I'm sure will help you - http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx
Read More...
JSON (Javascript Object Notation) – is a light weight data interchange format. It essentially is composed of key-value pairs. For Example – XML < rss version = " 2.0 " > < channel > < item > < link > http://test.com</link >
Read More...