Attachment: JSON-Enabled WCF Services (part 2).zip
This article is to continue the article JSON WCF Service (part 1), in which we created WCF service taking and giving out data in JSON format.
In this article, we are going to implement JavaScript-based client side that will interact with our WCF service. However, we won’t write a single line of pure JavaScript code in order to do this. Instead, we will use Script#. It allows us to write code in C#, programming language we got used to and translate it to JavaScript.