Friday, September 27, 2013

How do I make a bootstrapper project for IoC in an ASP.NET/C# Solution? (please reply)

Guys, I am used to a solution which has separate projects for, the UI, the core, and the infrastructure. But, in looking over the shoulders of others, I know there are also solutions that have a separate bootstrapper project exclusively for managing the IoC relationships in the solution. In these scenarios, does the UI inherit from the bootstrapper which inherits from the infrastructure? Does the bootstrapper get hit first and send routing stuff into the UI? (That seems less likely.) Thoughts?

No comments:

Post a Comment