.NET library that improves your productivity and application performance when performing reflection operations. It allows you to perform metadata lookup and reflection invocation intuitively while achieving greater performance than the built-in .NET Reflection.
It allows devs to create tools like dynamic proxies, comparers, dirty check (INotifyPropertyChange without having to manually emit op codes. Methods can be defined using Expression trees.