Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
TylerBrinks edited this page Jan 18, 2013 · 5 revisions

Isn’t reflection slow?

Yes. The standard .NET reflection API can be slow. That’s why we incorporated Fasterflect. 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.