UnsafeAccessor is awesome in .NET
Summary
The transcript discusses techniques for accessing private members in code, specifically exploring alternatives to reflection such as unsafe accessory. The speaker cautions against using these methods in production code and emphasizes the potential risks of breaking code or compromising compile-time safety. While acknowledging the technical possibility of accessing private fields directly, the key recommendation is to avoid such practices unless absolutely necessary and to seek alternative solutions.