ExpressWalker provides a generic way to examine and change any object graph in fashion similar to "Visitor Pattern". You can build generic hierarchy composition (visitor) that can visit and change any object's property, basing on configuration. Relies on expression trees while visiting objects (uses...
More information
Extension library based on the Visitor design pattern with the SOLID design principles kept in mind. Useful for building up custom algorithms/extensions for i.e. the traversal of composite structures. There is another package for Dependency Injection usage.
The Dependency Injection extension in regards to the Xtender library. Provides an extension method that can be used with the Microsoft Dependency Injection library.
Exposes a generic extension method to IQueryable<T> and IDbAsyncQueryProvider<T> that allows interception of expression trees with expression visitors.