Posts Tagged ‘c#’

2

COMMENTS

LINQ: serialize C# classes

The version 3.5 of Microsoft’s .NET Framework introudced the LINQ (Language Integrated Query).component.
LINQ is a SQL-like language that allows to query different source of data, as objects, xml files and databases.
What i’ll show today is how to generate an xml rappresentation of a C# class instance..
Suppose to have a C# class Book so [...]

GO

Copyright 2012 DevInterface s.n.c.

DevInterface Blog is proudly powered by WordPress