Click here to Skip to main content
15,891,951 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: C API Design Guidelines Pin
Moak22-Apr-10 8:42
Moak22-Apr-10 8:42 
Questionwalk with open source software version Pin
A_Fa10-Apr-10 4:22
A_Fa10-Apr-10 4:22 
AnswerRe: walk with open source software version Pin
Eddy Vluggen10-Apr-10 23:38
professionalEddy Vluggen10-Apr-10 23:38 
QuestionDesigning Dynamic Reports Pin
Richard Blythe9-Apr-10 6:33
Richard Blythe9-Apr-10 6:33 
AnswerRe: Designing Dynamic Reports Pin
Jonathan Davies10-Apr-10 2:01
Jonathan Davies10-Apr-10 2:01 
AnswerRe: Designing Dynamic Reports Pin
Mycroft Holmes11-Apr-10 0:39
professionalMycroft Holmes11-Apr-10 0:39 
QuestionBusiness Process /DFD Pin
εїзεїзεїз21-Mar-10 23:26
εїзεїзεїз21-Mar-10 23:26 
QuestionMVP/MVC/Decoupled architecture VS modern databound controls Pin
ruanr18-Mar-10 4:31
ruanr18-Mar-10 4:31 
Hi..

Modern day application design seems to always lean towards a decoupled architecture: you have a dumb view, which is independent of your data model. This makes sense as it allows you to reuse the controller/model independently from the view. Seemingly contradicting this is modern controls which seem to lean more and more towards databound designs.

How do we reconcile this kind of architecture with the controls at our disposal? For example, I am creating an application following a Passive View MVP architecture that, at some point, will have to manipulate items in a grid, and the grid works best if it is directly databound to the database. Am I using the wrong design architecture? Or should I be super-abstracting my data? (Database -> Dataset -> Classes -> Dataset -> View) Confused | :confused:

Design patterns always sound so good in theory... Smile | :)
JokeRe: MVP/MVC/Decoupled architecture VS modern databound controls Pin
Luc Pattyn18-Mar-10 5:44
sitebuilderLuc Pattyn18-Mar-10 5:44 
AnswerRe: MVP/MVC/Decoupled architecture VS modern databound controls Pin
Jonathan Davies19-Mar-10 2:41
Jonathan Davies19-Mar-10 2:41 
AnswerRe: MVP/MVC/Decoupled architecture VS modern databound controls Pin
Eddy Vluggen27-Mar-10 22:16
professionalEddy Vluggen27-Mar-10 22:16 
AnswerRe: MVP/MVC/Decoupled architecture VS modern databound controls Pin
Abhinav S27-Mar-10 22:25
Abhinav S27-Mar-10 22:25 
AnswerRe: MVP/MVC/Decoupled architecture VS modern databound controls Pin
Mycroft Holmes11-Apr-10 0:52
professionalMycroft Holmes11-Apr-10 0:52 
QuestionDevelopment Magazines Pin
Dio2216-Mar-10 11:12
Dio2216-Mar-10 11:12 
AnswerRe: Development Magazines Pin
Kevin Marois20-Apr-10 7:29
professionalKevin Marois20-Apr-10 7:29 
QuestionLMS platform Pin
chiranjeevi110511-Mar-10 19:34
chiranjeevi110511-Mar-10 19:34 
AnswerRe: LMS platform PinPopular
R. Giskard Reventlov11-Mar-10 21:22
R. Giskard Reventlov11-Mar-10 21:22 
QuestionComposition/Aggregation law of demeter Pin
DiiJAY7-Mar-10 9:54
DiiJAY7-Mar-10 9:54 
GeneralRe: Composition/Aggregation law of demeter Pin
Graham Breach7-Mar-10 10:15
Graham Breach7-Mar-10 10:15 
AnswerRe: Composition/Aggregation law of demeter Pin
Luc Pattyn7-Mar-10 10:48
sitebuilderLuc Pattyn7-Mar-10 10:48 
GeneralRe: Composition/Aggregation law of demeter Pin
DiiJAY7-Mar-10 22:06
DiiJAY7-Mar-10 22:06 
GeneralRe: Composition/Aggregation law of demeter Pin
Graham Breach7-Mar-10 23:42
Graham Breach7-Mar-10 23:42 
GeneralRe: Composition/Aggregation law of demeter Pin
Jonathan Davies8-Mar-10 1:10
Jonathan Davies8-Mar-10 1:10 
AnswerRe: Composition/Aggregation law of demeter Pin
Pete O'Hanlon8-Mar-10 1:36
mvePete O'Hanlon8-Mar-10 1:36 
AnswerRe: Composition/Aggregation law of demeter Pin
DiiJAY8-Mar-10 6:08
DiiJAY8-Mar-10 6:08 

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.