IT Nursery
Does creating an object using reflection rather than calling the class constructor result in any significant performance differences? 14 Answers 14
  • June 2, 2022
  • 0 Comments
IT Nursery
C#’s exception class has a source property which is set to the name of the assembly by default. Is there another way to get this exact string (without parsing...
  • May 27, 2022
  • 0 Comments
IT Nursery
I constantly hear how bad reflection is to use. While I generally avoid reflection and rarely find situations where it is impossible to solve my problem without it, I...
  • May 27, 2022
  • 0 Comments