zzz projects Expression Tree Tutorial
Getting Started Documentation Knowledge Base
  • Getting Started
  • Documentation
  • Knowledge Base

Expression Tree Tutorial - Knowledge Base (KB)

2 results in tag: dynamic-method

Using expression trees to compare all of an object's characteristics

I'm trying to write a simple generator that uses an expression tree to dynamically generate a method that compares all properties of an instance of a type to the properties of another instance of that type. This works fine for most properties, like ...int...
.net c# dynamic-method expression-trees
asked by stringargs

get and set object property using Expression trees instead of Reflection

I would like to dynamically get and set an objects properties as follows:...public class Person { public string Name {get; set; } } public class Testing { public void Run() { var p = new Person(); SetValue(p, "Name", "Henry")...
c# dynamic-method expression-trees reflection
asked by Langers

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!