Attention: We are retiring the ASP.NET Community Blogs. Learn more >

AspAlliance Sample Chapter: Beginning Ajax with ASP.NET - Chapter 5: Data Communication: XML, XSLT, and JSON

http://aspalliance.com/chapters/book.aspx?isbn=047178544X

There is a new sample book chapter available on the AspAlliance sample book chapters website (http://aspalliance.com/chapters/).

Beginning Ajax with ASP.NET
by Wallace B. McClure, Scott Cate, Paul Glavich, Craig Shoemaker
http://www.amazon.com/gp/product/047178544X/ref=ase_jeffwids02-20/103-3784218-9431022

Chapter 5: Data Communication: XML, XSLT, and JSON http://aspalliance.com/chapters/book.aspx?isbn=047178544X
An important part of any type of distributed application is how data is pushed around between tiers or layers of the application. Additionally, with Ajax, several concepts are fairly important to know and understand, concepts involved with building distributed heterogeneous environments. Accordingly, in this chapter, you are going to look at:
XML - XML is Extensible Markup Language. It is primarily used for data interchange.
XSLT - XSLT is Extensible Stylesheet Language Transformations. XSLT is designed to take XML data from one format and put it into another format.
JSON - JSON is the JavaScript Object Notation. JSON is a lightweight data interchange format.

The sample chapter is available for download here:
http://aspalliance.com/chapters/book.aspx?isbn=047178544X

And you can buy the book from Amazon here:
http://www.amazon.com/gp/product/047178544X/ref=ase_jeffwids02-20/103-3784218-9431022

Thanks,
-Jeff

1 Comment

Comments have been disabled for this content.