What is the Json ?


Hi

I am the huge fan of Ajax. I want to do maximum task in client side only using Ajax and Jquery. If you have to do maximum task using ajax then you have to expose the data as JSON format  from Server.

There are so many ways to expose data as Json from Asp.net application like using ASMX webservice,WCF web service,ASHX Generic Handler,WCF Data Service, and MVC Controller action.

I am writing the article series on this all topic. My topic will be like this.

1. Brief introduction of Json.

I had already posted article on this topic on C# corner site
What is the Json

2. How to Expose Json in Asp.net.

3. How to do Insert/Update/delete operation using Json and asp.net MVC Web API.

4. How to do Insert/Update/delete operation using Json and asp.net Webservice.

5. How to do Insert/Update/delete operation using Json and WCF.

6. How to do Insert/Update/delete operation using Json and using Asp.net HTTP handler.