Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.
Note: Slides do not tell the whole story of the talk, so take the stand alone slides with a grain of salt. Things may be taken out of context.
Do you structure all the different csproj files with features as well? For example, I have two entry points: Web and Console. My Core is structured with a Features folder. The logical consequence is to also structure the Web and Console projects with features and, for example, call the command with a mediator.
Yes. It’s all structured as Features from the Web to Core to Tests project.