Pros and cons of using JSON for WCF service
Posted
by brz dot net
on Stack Overflow
See other posts from Stack Overflow
or by brz dot net
Published on 2010-05-01T08:36:03Z
Indexed on
2010/05/01
8:47 UTC
Read the original article
Hit count: 458
What are the pros and cons of the following 2 cases:
Case I:
Traditional way: Add service reference in project. Create object and Get data from service on server side and bind to asp.net grid.
Case II:
Update Service for JSON behavior. Add service reference in project. Call service from javascript to get data. Bind data to jquery grid.
Which one is the best approach and why?(Not developer point of view)
If there is another approach which is more optimized, please explain it.
© Stack Overflow or respective owner