Sign in Sign up
nuget

Newbe.ObjectVisitor

Why do I need this? - It is faster. This lib is impletmented with [Expression Trees](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/expression-trees/) that cost 1/10 time as in Reflection way. - It is readable. This lib can generate a lambda func to handle the code flow you create that just as your hard coding without reflection. - It is extendable. If you can visit all properties of a object in easy way, you can validate them as you wish, change some value if there are something sensitive, creare a mapper like automapper, and etc. Github: https://github.com/newbe36524/Newbe.ObjectVisitor Please check out the latest full API documents in site below: - http://ov.newbe.pro - http://cn.ov.newbe.pro

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
4
Cadence
~13 days
Last 12 months
0

Details

License
MIT
First release
Oct 25, 2020
Releases
Version Released
0.4.4 minor
0.3.7 minor
0.2.10 minor
0.1.4 initial