i\'m trying to serialize DataTable to Json or XML. is it possibly and how? any tutorials and ideas, please.
For example a have a sql table:
CREATE
To XML it's simple:
DataTable myTable = new DataTable(); myTable.WriteXml(@"c:\myfile");