Click here to Skip to main content
15,892,537 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Google: did it ever know, or has it forgotten, or was it incapable of learning ? Pin
BillWoodruff23-Apr-16 19:25
professionalBillWoodruff23-Apr-16 19:25 
GeneralRe: Google: did it ever know, or has it forgotten, or was it incapable of learning ? Pin
Mark_Wallace23-Apr-16 22:55
Mark_Wallace23-Apr-16 22:55 
Generalmy neighbours are definitely hiding something Pin
PompeyThree22-Apr-16 13:28
PompeyThree22-Apr-16 13:28 
GeneralRe: my neighbours are definitely hiding something Pin
aaryan4222-Apr-16 15:27
aaryan4222-Apr-16 15:27 
GeneralRe: my neighbours are definitely hiding something Pin
PompeyThree22-Apr-16 17:08
PompeyThree22-Apr-16 17:08 
GeneralRe: my neighbours are definitely hiding something Pin
Pete Zahir22-Apr-16 17:52
Pete Zahir22-Apr-16 17:52 
GeneralRe: my neighbours are definitely hiding something Pin
Bassam Abdul-Baki25-Apr-16 0:41
professionalBassam Abdul-Baki25-Apr-16 0:41 
GeneralIs decoupling the ultimate goal? Pin
Sven Bardos22-Apr-16 13:04
Sven Bardos22-Apr-16 13:04 
We all know that we should program against interfaces not implementations, because when we decouple that we get a lot more manageable code. There is no question about that.

I think almost all IoC-frameworks (Castle Windsor, Ninject, etc.) are able to scan assemblies for interface implementations and instantiate those classes at run-time. That means that we do not even need a reference to the assembly which is implementing the needed functionality. Cool, a lot of decoupling is going on... But that means, that we have to copy all the needed assemblies manually somehow. VS can't do this for us any longer. Same with the VS-Setup project. It isn't able to detect the necessary assemblies any more.

Is that a goal? It feels to me like this makes life harder as it needs to be...

What do you think?
GeneralRe: Is decoupling the ultimate goal? Pin
PIEBALDconsult22-Apr-16 14:41
mvePIEBALDconsult22-Apr-16 14:41 
GeneralRe: Is decoupling the ultimate goal? Pin
Sven Bardos22-Apr-16 21:41
Sven Bardos22-Apr-16 21:41 
GeneralRe: Is decoupling the ultimate goal? Pin
Ranjan.D22-Apr-16 14:48
professionalRanjan.D22-Apr-16 14:48 
AnswerRe: Is decoupling the ultimate goal? Pin
Super Lloyd22-Apr-16 16:40
Super Lloyd22-Apr-16 16:40 
GeneralRe: Is decoupling the ultimate goal? Pin
Mark_Wallace22-Apr-16 21:17
Mark_Wallace22-Apr-16 21:17 
GeneralRe: Is decoupling the ultimate goal? Pin
Slacker00722-Apr-16 22:51
professionalSlacker00722-Apr-16 22:51 
GeneralRe: Is decoupling the ultimate goal? Pin
GuyThiebaut22-Apr-16 23:12
professionalGuyThiebaut22-Apr-16 23:12 
GeneralRe: Is decoupling the ultimate goal? Pin
Sven Bardos25-Apr-16 7:41
Sven Bardos25-Apr-16 7:41 
GeneralThe top Ten reasons I procrastinate PinPopular
OriginalGriff22-Apr-16 8:33
mveOriginalGriff22-Apr-16 8:33 
GeneralRe: The top Ten ways I procrastinate Pin
Foothill22-Apr-16 8:37
professionalFoothill22-Apr-16 8:37 
GeneralRe: The top Ten reasons I procrastinate Pin
Basildane22-Apr-16 8:49
Basildane22-Apr-16 8:49 
GeneralRe: The top Ten reasons I procrastinate Pin
Marc Clifton22-Apr-16 9:09
mvaMarc Clifton22-Apr-16 9:09 
GeneralGuessing Game of the Day Pin
Mark_Wallace22-Apr-16 10:17
Mark_Wallace22-Apr-16 10:17 
GeneralRe: Guessing Game of the Day Pin
Marc Clifton22-Apr-16 10:49
mvaMarc Clifton22-Apr-16 10:49 
GeneralRe: Guessing Game of the Day Pin
enhzflep22-Apr-16 12:43
enhzflep22-Apr-16 12:43 
GeneralRe: The top Ten reasons I procrastinate Pin
PIEBALDconsult22-Apr-16 12:47
mvePIEBALDconsult22-Apr-16 12:47 
GeneralRe: The top Ten reasons I procrastinate Pin
Kyle Moyer22-Apr-16 9:37
Kyle Moyer22-Apr-16 9:37 

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.