07:42 AM Claudio
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 [...]

















COMMENTS