Tag: JSON / JAVA / XML

Community

An Introduction to LINQ – Part 3

(Thiru Thangarathinam) In the previous installment of this series on LINQ, you learned the basics of DLINQ and saw how to use it to retrieve data from the database. Specifically it focused on the retreival of relational data for display purposes. This installment will shift gears and focus on the XM

Community

Using XML pipelines – part 1

(William Brogden) Mechanical assembly lines achieve efficiency by moving product through a series of fixed machines, each one specialized to do one function very efficiently. This familiar image has inspired software designers to attempt something similar. The first example I can think of is the Uni

Community

Introducing Serialization in .NET

(Joydip Kanjilal) Serialization is the concept whereby an object is written into a linear stream. The .NET Framework provides an excellant support to serializing and deserializing objects. This article discusses Serialization, XML, SOAP and Binary and provides code examples to illustrate the concept