Click here to Skip to main content
15,888,286 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionRe: DDD vs CSLA.NET Pin
Brendan Vogt11-Aug-09 21:12
Brendan Vogt11-Aug-09 21:12 
AnswerRe: DDD vs CSLA.NET Pin
Pete O'Hanlon11-Aug-09 23:20
mvePete O'Hanlon11-Aug-09 23:20 
AnswerRe: DDD vs CSLA.NET Pin
Curtis Schlak.14-Aug-09 11:13
Curtis Schlak.14-Aug-09 11:13 
QuestionCPU and RAM Benchmark Pin
bibincherianv30-Jul-09 18:49
bibincherianv30-Jul-09 18:49 
Questionthree-tier architecture, provider model design pattern and strongly-typed dataset Pin
pierpaolo paparo29-Jul-09 7:56
pierpaolo paparo29-Jul-09 7:56 
QuestionIs two-tier a reason to use stored procedure rather than OOD? Pin
calendarw27-Jul-09 16:18
calendarw27-Jul-09 16:18 
AnswerRe: Is two-tier a reason to use stored procedure rather than OOD? Pin
Robin_Roy27-Jul-09 16:50
Robin_Roy27-Jul-09 16:50 
AnswerRe: Is two-tier a reason to use stored procedure rather than OOD? Pin
Mycroft Holmes3-Aug-09 3:56
professionalMycroft Holmes3-Aug-09 3:56 
I would disagree with Robin, but only because of the types of apps I am currently working on. I work mostly with batch processes, not transactional data. Therefore almost all our business logic resides in stored procs. We recently tried to move some of the logic back into a c# business layer but the performance was so abysmal we went back to stored procs.

When working with large, batches on data then the database is the place for the business logic. If you are working on a transactional system, manipulating small amounts of data often then the business layer is the best option. Use the right tool for the job!

Never underestimate the power of human stupidity
RAH

GeneralRe: Is two-tier a reason to use stored procedure rather than OOD? Pin
Adam Jasper12-Aug-09 6:53
Adam Jasper12-Aug-09 6:53 
GeneralRe: Is two-tier a reason to use stored procedure rather than OOD? Pin
Robin_Roy26-Aug-09 21:39
Robin_Roy26-Aug-09 21:39 
QuestionDesign question about win forms app with many data to input Pin
Megidolaon24-Jul-09 11:45
Megidolaon24-Jul-09 11:45 
AnswerRe: Design question about win forms app with many data to input Pin
Robin_Roy26-Jul-09 17:44
Robin_Roy26-Jul-09 17:44 
AnswerRe: Design question about win forms app with many data to input Pin
Mycroft Holmes26-Jul-09 19:04
professionalMycroft Holmes26-Jul-09 19:04 
AnswerRe: Design question about win forms app with many data to input Pin
Megidolaon30-Jul-09 8:48
Megidolaon30-Jul-09 8:48 
QuestionMulti-computer access to program's data Pin
copec24-Jul-09 10:07
copec24-Jul-09 10:07 
AnswerRe: Multi-computer access to program's data Pin
Curtis Schlak.24-Jul-09 13:58
Curtis Schlak.24-Jul-09 13:58 
AnswerRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 0:18
professionalEddy Vluggen25-Jul-09 0:18 
GeneralRe: Multi-computer access to program's data [modified] Pin
copec25-Jul-09 4:50
copec25-Jul-09 4:50 
GeneralRe: Multi-computer access to program's data Pin
Curtis Schlak.25-Jul-09 6:00
Curtis Schlak.25-Jul-09 6:00 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 6:41
professionalEddy Vluggen25-Jul-09 6:41 
GeneralRe: Multi-computer access to program's data [modified] Pin
copec25-Jul-09 7:37
copec25-Jul-09 7:37 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 8:41
professionalEddy Vluggen25-Jul-09 8:41 
GeneralRe: Multi-computer access to program's data Pin
copec25-Jul-09 8:58
copec25-Jul-09 8:58 
GeneralRe: Multi-computer access to program's data Pin
Eddy Vluggen25-Jul-09 9:11
professionalEddy Vluggen25-Jul-09 9:11 
GeneralRe: Multi-computer access to program's data Pin
copec25-Jul-09 9:18
copec25-Jul-09 9:18 

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.