.NET     Console.WriteLine( "All Things .NET" );
.NET Nerd Blog Home
7.10.2006

 
Dynamic Property Accessor - withOUT Reflection
Buddy Joel at IK found this - a faster way to dynamically retrieve property values without using reflection.

This technique uses dynamic IL code generation to create the code for the property on the fly, then caches the IL for later use.

Fast Dynamic Property/Field Accessors - The Code Project - C# Programming


Comments: Post a Comment

Powered by Blogger