- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback.

Benchmarking 4 reflection methods for calling a constructor in .NET
In this post I compare several different ways to call a constructor using reflection, and benchmark them to see which is fastest.…

