3
Vote

DI Container: create quickstart that shows how to decompose the application in modules

description

The same behavior from the simple quickstart, but refactored so that the scenario is provided by a module.
Will need a service to provide the "tasks" for the main screen. Show a very simple implementation of it with a service registered in the root container.
 
Configuration for the modules (the hookup) may be provided on a separate QuickStart.Configuration.dll assembly that contains all the invocations to all the relevant modules.

comments