0
kicks
Dynamic Stored Procedure Execution
With the imminent arrival of the dynamic keyword to C# I think we will be seeing more prototypes of ways of putting dynamic objects to use within .NET. One interesting use is Phil Haack's method of HTML encoding properties that are predicated with an underscore. After reading about this I wanted to try creating my own dynamically driven class.