Click here to Skip to main content
15,900,110 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: writing an IDS in python Pin
jschell23-Feb-15 10:15
jschell23-Feb-15 10:15 
GeneralRe: writing an IDS in python Pin
orphansec23-Feb-15 11:28
orphansec23-Feb-15 11:28 
GeneralRe: writing an IDS in python Pin
jschell26-Feb-15 9:37
jschell26-Feb-15 9:37 
AnswerRe: writing an IDS in python Pin
Richard MacCutchan23-Feb-15 21:39
mveRichard MacCutchan23-Feb-15 21:39 
Questionthe "right place" for data-binding in Model-View paradigms (MVC, MVP, MVVM) ? Pin
BillWoodruff16-Feb-15 1:24
professionalBillWoodruff16-Feb-15 1:24 
AnswerRe: the "right place" for data-binding in Model-View paradigms (MVC, MVP, MVVM) ? Pin
manchanx18-Feb-15 2:53
professionalmanchanx18-Feb-15 2:53 
GeneralRe: the "right place" for data-binding in Model-View paradigms (MVC, MVP, MVVM) ? Pin
BillWoodruff20-Feb-15 12:40
professionalBillWoodruff20-Feb-15 12:40 
AnswerRe: the "right place" for data-binding in Model-View paradigms (MVC, MVP, MVVM) ? Pin
Mycroft Holmes23-Feb-15 13:36
professionalMycroft Holmes23-Feb-15 13:36 
I suspect we have a bastardised setup of MVVM on WPF but here is our structure.

WCF serving up observablecollections or int as the transport format. Database makes extensive use of stored procedures and Views, 90% of which are generated by an in house ORM.

The WCF also has the Models (the type for the observablecollections) which represent the Views of each table in the database. The model project is shared by the WCF and the client projects. Properties in the models implement INotifyPropertChanged. So other than the INPC the models have no functionality.

Client has a DataServices folder where the database tables are represented by a class that gets the collections from the WCF. The ViewModel is bound to the View and gets the data from DataServices classes and populates the Model collections. 98% of all the work is done by the ViewModel.

By sharing the Models project between the WCF and the client there is no translation required, this may be technically wrong but it works perfectly.
Never underestimate the power of human stupidity
RAH

QuestionLooking for the best way to setting user Profile Pin
yetrus13-Feb-15 5:48
yetrus13-Feb-15 5:48 
AnswerRe: Looking for the best way to setting user Profile Pin
BillWoodruff15-Feb-15 22:35
professionalBillWoodruff15-Feb-15 22:35 
Questiongeneral advice on starting to work with DB programming ? Pin
BillWoodruff11-Feb-15 1:11
professionalBillWoodruff11-Feb-15 1:11 
AnswerRe: general advice on starting to work with DB programming ? Pin
cjb11011-Feb-15 6:59
cjb11011-Feb-15 6:59 
GeneralRe: general advice on starting to work with DB programming ? Pin
BillWoodruff14-Feb-15 11:26
professionalBillWoodruff14-Feb-15 11:26 
AnswerRe: general advice on starting to work with DB programming ? Pin
jschell12-Feb-15 11:17
jschell12-Feb-15 11:17 
GeneralRe: general advice on starting to work with DB programming ? Pin
BillWoodruff14-Feb-15 11:27
professionalBillWoodruff14-Feb-15 11:27 
GeneralRe: general advice on starting to work with DB programming ? Pin
jschell20-Feb-15 13:36
jschell20-Feb-15 13:36 
AnswerRe: general advice on starting to work with DB programming ? Pin
manchanx12-Feb-15 13:19
professionalmanchanx12-Feb-15 13:19 
GeneralRe: general advice on starting to work with DB programming ? Pin
BillWoodruff14-Feb-15 11:28
professionalBillWoodruff14-Feb-15 11:28 
AnswerRe: general advice on starting to work with DB programming ? Pin
Jörgen Andersson12-Feb-15 21:43
professionalJörgen Andersson12-Feb-15 21:43 
GeneralRe: general advice on starting to work with DB programming ? Pin
BillWoodruff14-Feb-15 12:42
professionalBillWoodruff14-Feb-15 12:42 
GeneralRe: general advice on starting to work with DB programming ? Pin
Jörgen Andersson15-Feb-15 10:51
professionalJörgen Andersson15-Feb-15 10:51 
GeneralRe: general advice on starting to work with DB programming ? Pin
BillWoodruff15-Feb-15 22:25
professionalBillWoodruff15-Feb-15 22:25 
QuestionBetter language for complex GUI and input/output devices? Pin
ai_mc9-Feb-15 14:38
ai_mc9-Feb-15 14:38 
AnswerRe: Better language for complex GUI and input/output devices? Pin
Pete O'Hanlon9-Feb-15 19:54
mvePete O'Hanlon9-Feb-15 19:54 
QuestionLookups Table Design Problem Pin
Kevin Marois8-Feb-15 8:29
professionalKevin Marois8-Feb-15 8:29 

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.