Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
AnswerRe: Why dependency injection? Pin
Eddy Vluggen15-May-15 3:07
professionalEddy Vluggen15-May-15 3:07 
GeneralRe: Why dependency injection? Pin
Afzaal Ahmad Zeeshan15-May-15 3:12
professionalAfzaal Ahmad Zeeshan15-May-15 3:12 
GeneralRe: Why dependency injection? Pin
Eddy Vluggen15-May-15 3:23
professionalEddy Vluggen15-May-15 3:23 
QuestionDelete or update an entity that inheritance of abstract entity [TPT] Pin
kdms14-May-15 6:31
kdms14-May-15 6:31 
Questionuse of isolated storage Pin
Member 1169086614-May-15 5:36
Member 1169086614-May-15 5:36 
AnswerRe: use of isolated storage Pin
OriginalGriff14-May-15 8:03
mveOriginalGriff14-May-15 8:03 
Questionmethods to use to build modular application Pin
Droiddr14-May-15 4:05
Droiddr14-May-15 4:05 
AnswerRe: methods to use to build modular application Pin
Pete O'Hanlon14-May-15 4:58
mvePete O'Hanlon14-May-15 4:58 
MEF is certainly the way I would choose to do this. You will have to put some mechanism in your UI to allow the user to select which module they wish to use, but MEF makes the discovery and loading of the module very simple. Basically, you'll be creating a catalog that you will populate with a DirectoryCatalog. This DirectoryCatalog will look for suitable types for import. There's a decent example here[^] that should help you get started.
GeneralRe: methods to use to build modular application Pin
Droiddr14-May-15 5:42
Droiddr14-May-15 5:42 
GeneralRe: methods to use to build modular application Pin
Pete O'Hanlon14-May-15 22:05
mvePete O'Hanlon14-May-15 22:05 
GeneralRe: methods to use to build modular application Pin
Droiddr15-May-15 2:47
Droiddr15-May-15 2:47 
GeneralRe: methods to use to build modular application Pin
Pete O'Hanlon15-May-15 3:23
mvePete O'Hanlon15-May-15 3:23 
QuestionMessage Removed Pin
14-May-15 3:16
professionalN_tro_P14-May-15 3:16 
AnswerRe: Reflection DbSet Remove Pin
Richard Deeming14-May-15 4:41
mveRichard Deeming14-May-15 4:41 
GeneralMessage Removed Pin
14-May-15 5:40
professionalN_tro_P14-May-15 5:40 
GeneralRe: Reflection DbSet Remove Pin
Richard Deeming14-May-15 6:30
mveRichard Deeming14-May-15 6:30 
GeneralRe: Reflection DbSet Remove Pin
Sascha Lefèvre14-May-15 8:13
professionalSascha Lefèvre14-May-15 8:13 
GeneralRe: Reflection DbSet Remove Pin
Richard Deeming14-May-15 8:39
mveRichard Deeming14-May-15 8:39 
GeneralMessage Removed Pin
18-May-15 4:42
professionalN_tro_P18-May-15 4:42 
GeneralRe: Reflection DbSet Remove Pin
Richard Deeming18-May-15 4:53
mveRichard Deeming18-May-15 4:53 
QuestionHow to play webm file in windows form application? Pin
Member 1161266213-May-15 17:59
Member 1161266213-May-15 17:59 
AnswerRe: How to play webm file in windows form application? Pin
Richard Deeming14-May-15 1:13
mveRichard Deeming14-May-15 1:13 
Questiongrouping is not working Pin
hussain54813-May-15 6:32
hussain54813-May-15 6:32 
Answer[REPOST] Pin
Sascha Lefèvre13-May-15 7:41
professionalSascha Lefèvre13-May-15 7:41 
AnswerRe: grouping is not working Pin
OriginalGriff13-May-15 8:10
mveOriginalGriff13-May-15 8:10 

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.