business-logic-layer Questions
7
Solved
This is a specific version of this question.
I want to check if I am inserting a duplicate row. Should I check it programmatically in my application layer:
if (exists(obj))
{
throw new DuplicateO...
Thanksgiving asked 3/10, 2008 at 14:31
8
Solved
I have heard umpteen times that we 'should not mix business logic with other code' or statements like that. I think every single code I write (processing steps I mean) consists of logic that ...
Schoolgirl asked 2/9, 2008 at 11:40
© 2022 - 2024 — McMap. All rights reserved.