Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Acoustic edited this page Sep 14, 2010 · 5 revisions

Isn’t reflection slow?

Yes. The standard .NET reflection API can be slow. That’s why we incorporated Fasterflect2.0. It’s blazing fast!


I don’t see support for my favorite IoC container. What can I do?

Let us know what container you’d like to see developed. Even better, you could consider contributing to the project!


I’m using multiple IoC containers in my project. Is configuration unique per IoC provider?

Yes. It’s safe to use multiple configurations – one per IoC provider.

Clone this wiki locally