Click here to Skip to main content
15,891,423 members
Articles / Programming Languages / C#

Dynamic creation of objects and its properties during runtime based on attributes and Expando objects

15 Aug 2020CPOL 3.5K   2
Creating the object and its decorated properties dynamically during runtime using reflection and Expando object
Creating a dynamic object and adding properties with specific attributed to it during runtime using Expando object. Consider a scenario where a part of the given object has to be saved and there is no place holder or DTO object for the same then probably we can make use of this approach.
We're sorry, but the article you are trying to view was deleted at 17 Aug 2020.

Please go to the C# Table of Contents to view the list of available articles in this section.