Ci sono molti modi per serializzare i dati.
Come serializzarli dipende da un pò di fattori come: voler condividere tipi o contratti, supportare i tipi .NET esistenti etc
DataContractSerializer
E’ il meccanismo di seri...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
Questo è un post introduttivo per i post seguenti questo argomento.
DataContract - Serializzazione
L’attributo DataContract è uno dei primi con cui si ha a che fare nel momento in cui si inizierà a scrivere...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
Ho dei dati all’interno di una variabile:
Dictionary<int, Dictionary<string, string>> xmlMassiveData = new Dictionary<int, Dictionary<string, string>>();
Nella quale ho...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
XML sorgente:
<?xml version="1.0" encoding="utf-8"?>
<Configurations>
<ListFormStruct Name="ListFormPippo" DataFileName="DataFileNamePippo">
<Str...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
Guardando un pò di video in rete ho potuto scoprire una funzionalità di LINQ che non conoscevo per nulla.
LINQ offre la possibilità di creare file XML "al volo" specificando la sorgente dei dati.
Tutto q...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
Stavo facendo il merge di dati. Alcuni presenti in un db ed altri presi da un XML.
Entrambi sono un elenco di Provincie.
Ho bisogno di sapere se quelle presenti nel db sono presenti nell'XML.
Così ho fatto:
...
This entry was posted on
Monday, 05 October, 2009
and is filed under
Framework . You can follow any responses to this entry through here . You can leave a response.
Posted in
Framework |
0
Comments
Statistics