Fasterflect vs HyperDescriptor vs FastMember vs Reflection
The other day I had a small task to inspect return values of methods and if the following property exists then set it to empty array. public long[] Achievements { get; set; } This needed to happen once on every web request, and I decided to implement it as a PostSharp attribute. WHY I …
Fasterflect vs HyperDescriptor vs FastMember vs Reflection Read More »