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.

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.