Archiv der Kategorie: DynamicObjects

DynamicTable to DataTable

The DynamicTable object is a dynamic and expandable data class to store a table. You will find an introduction to this data class in a previous article. In the actual version of the DynamicTable I have added the functionality to … Weiterlesen

Veröffentlicht unter .NET, C#, DynamicObjects | Verschlagwortet mit , , , , | Kommentar hinterlassen

DynamicTable to XML

This DynamicTable object is a dynamic and expandable data class to store a table. You will find an introduction to this data class in a previous article. In the newest version of the DynamicTable I have implemented XML serialization functions … Weiterlesen

Veröffentlicht unter .NET, C#, DynamicObjects | Verschlagwortet mit , | 1 Kommentar

ExpandoObject to CSV, ExpandoObject to XML

The ExpandoObject offers an easy and efficient way to create data classes. You have seen this data class concept in a previous article. Sometimes the values of these data classes should be stored in a file to reload them on … Weiterlesen

Veröffentlicht unter .NET, C#, DynamicObjects | Verschlagwortet mit , | Kommentar hinterlassen

DynamicTable: create a dynamic and expandable table

During the last projects I have implemented a lot of data classes. These data classes where sometimes only used for a single purpose and only within a very small code area. For example I want to store the actual status … Weiterlesen

Veröffentlicht unter .NET, C#, DynamicObjects | Verschlagwortet mit , , | 2 Kommentare