Click here to Skip to main content
15,890,438 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: CREATING A TABLE Pin
ZurdoDev15-Mar-17 6:24
professionalZurdoDev15-Mar-17 6:24 
QuestionUnity in Modular App Pin
aboubkr9015-Feb-17 2:24
professionalaboubkr9015-Feb-17 2:24 
AnswerRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 2:27
mvePete O'Hanlon15-Feb-17 2:27 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 2:47
professionalaboubkr9015-Feb-17 2:47 
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 3:00
mvePete O'Hanlon15-Feb-17 3:00 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 3:18
professionalaboubkr9015-Feb-17 3:18 
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 3:21
mvePete O'Hanlon15-Feb-17 3:21 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 3:43
professionalaboubkr9015-Feb-17 3:43 
OK!
// Registration phase
1. Manager creates a container and registers modules.
2. Manager passes a child container to every module to registers it's services.
3. Module1 register LegitLogger as ILogger.
// Resolution
4. Manager passes root container to every module to able to find services added by other modules (on child containers).

Without IServiceLocator wrap, Module2 can register DummyLogger as ILoger on the root container so that LegitLogger will never be found (child containers will not be searched).

The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 4:02
mvePete O'Hanlon15-Feb-17 4:02 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 4:25
professionalaboubkr9015-Feb-17 4:25 
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 5:03
mvePete O'Hanlon15-Feb-17 5:03 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 5:57
professionalaboubkr9015-Feb-17 5:57 
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 7:46
mvePete O'Hanlon15-Feb-17 7:46 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 9:57
professionalaboubkr9015-Feb-17 9:57 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 3:43
professionalaboubkr9015-Feb-17 3:43 
GeneralRe: Unity in Modular App Pin
Eddy Vluggen15-Feb-17 6:52
professionalEddy Vluggen15-Feb-17 6:52 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 9:58
professionalaboubkr9015-Feb-17 9:58 
QuestionOLD Visual Studio Web Site Project need to modenise look and feel Pin
bromster14-Feb-17 3:53
bromster14-Feb-17 3:53 
AnswerRe: OLD Visual Studio Web Site Project need to modenise look and feel Pin
Richard Deeming14-Feb-17 4:49
mveRichard Deeming14-Feb-17 4:49 
QuestionHow do you problem solve? Pin
TheOnlyRealTodd6-Feb-17 10:42
professionalTheOnlyRealTodd6-Feb-17 10:42 
AnswerRe: How do you problem solve? Pin
Amar Vala10-Feb-17 2:36
Amar Vala10-Feb-17 2:36 
AnswerRe: How do you problem solve? Pin
Eddy Vluggen10-Feb-17 4:22
professionalEddy Vluggen10-Feb-17 4:22 
AnswerRe: How do you problem solve? Pin
Gerry Schmitz10-Feb-17 10:38
mveGerry Schmitz10-Feb-17 10:38 
QuestionSomething I use a lot Pin
Munchies_Matt18-Jan-17 10:26
Munchies_Matt18-Jan-17 10:26 
AnswerRe: Something I use a lot Pin
Richard Andrew x6421-Jan-17 5:44
professionalRichard Andrew x6421-Jan-17 5:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.