.Net
How do you manage to keep your autofac registrations tidy?
Here is the common pattern we have: The problem is now that this is simply becoming unwieldy. too much is pushed to the runtime to break (in particular: when it actually gets run). The only Read more…