Schlagwort-Archive: ExpandoObject

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

ExpandoObject, das Objekt mit dynamischen Eigenschaften

Als Entwickler schreiben Sie sicher des Öfteren Datenobjekte. Dies sind im Allgemeinen Objekte mit festgelegten Eigenschaften. Sicherlich haben Sie sich dabei auch schon das ein oder andere Mal gewünscht, diese unflexiblen Datenobjekte dynamisch um weitere Eigenschaften ergänzen zu können. In … Weiterlesen

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