Sunday, April 8, 2018

Dynamic Objects And Alternatives To Reflection

The CodexMicroORM open source project on GitHub includes several features to help you create fast, concise .NET deliverables. One such feature is implemented in the Performance.cs file and enables dynamic (i.e. run-time) access to properties of any object – faster than what you’d get out of System.Reflection.Type. CodexMicroORM leverages this feature in several places, one being the ability to build composite objects: your existing “POCO” (plain-old C# objects), with additional optional extended properties.

source https://www.c-sharpcorner.com/article/dynamic-objects-and-alternatives-to-reflection/

No comments:

Post a Comment