Click here to Skip to main content
15,920,217 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionAdding layers Pin
Sander Rossel25-Feb-11 8:19
professionalSander Rossel25-Feb-11 8:19 
AnswerRe: Adding layers Pin
Not Active25-Feb-11 10:23
mentorNot Active25-Feb-11 10:23 
GeneralRe: Adding layers Pin
Sander Rossel25-Feb-11 12:44
professionalSander Rossel25-Feb-11 12:44 
GeneralRe: Adding layers Pin
Not Active25-Feb-11 13:43
mentorNot Active25-Feb-11 13:43 
GeneralRe: Adding layers Pin
Sander Rossel25-Feb-11 22:20
professionalSander Rossel25-Feb-11 22:20 
GeneralRe: Adding layers Pin
jschell26-Feb-11 13:49
jschell26-Feb-11 13:49 
AnswerRe: Adding layers Pin
Eddy Vluggen25-Feb-11 23:02
professionalEddy Vluggen25-Feb-11 23:02 
GeneralRe: Adding layers Pin
Sander Rossel26-Feb-11 1:03
professionalSander Rossel26-Feb-11 1:03 
Thanks for the tip on extensions, I'll look up some more. I'm not quite familiar with extensions yet, so that should be interesting Smile | :)
I think that when you're creating a shell around some classes, like in the case of DB access, you often lose some flexibility or even functionality (depends on what you want with it and how much time and effort you put into creating your shell). But the big pro to doing this is that it saves time and effort later on.
And the question remains if it is even a con that you lose functionality if you weren't using the functionality in the first place. Let's say your company ONLY uses the command object to execute stored procedures (some weird company policy), even for simple select statements, would it really be that bad if you would build a class that does not support the CommandType.TableDirect or Text anymore? Perhaps your company would even encourage it, so people are not even tempted to break the SP's only policy Smile | :)
It's an OO world.

GeneralRe: Adding layers Pin
Eddy Vluggen26-Feb-11 6:01
professionalEddy Vluggen26-Feb-11 6:01 
AnswerRe: Adding layers Pin
Richard MacCutchan25-Feb-11 23:13
mveRichard MacCutchan25-Feb-11 23:13 
GeneralRe: Adding layers Pin
Sander Rossel26-Feb-11 1:05
professionalSander Rossel26-Feb-11 1:05 
GeneralRe: Adding layers Pin
Richard MacCutchan26-Feb-11 2:18
mveRichard MacCutchan26-Feb-11 2:18 
GeneralRe: Adding layers Pin
Sander Rossel26-Feb-11 4:06
professionalSander Rossel26-Feb-11 4:06 
GeneralRe: Adding layers Pin
Not Active26-Feb-11 4:55
mentorNot Active26-Feb-11 4:55 
GeneralRe: Adding layers Pin
Richard MacCutchan26-Feb-11 5:39
mveRichard MacCutchan26-Feb-11 5:39 
GeneralRe: Adding layers Pin
jschell26-Feb-11 14:06
jschell26-Feb-11 14:06 
GeneralRe: Adding layers Pin
Richard MacCutchan26-Feb-11 21:35
mveRichard MacCutchan26-Feb-11 21:35 
GeneralRe: Adding layers Pin
jschell27-Feb-11 8:00
jschell27-Feb-11 8:00 
AnswerRe: Adding layers Pin
N a v a n e e t h26-Feb-11 14:52
N a v a n e e t h26-Feb-11 14:52 
GeneralRe: Adding layers Pin
Eddy Vluggen27-Feb-11 1:57
professionalEddy Vluggen27-Feb-11 1:57 
GeneralRe: Adding layers Pin
Sander Rossel27-Feb-11 11:15
professionalSander Rossel27-Feb-11 11:15 
AnswerRe: Adding layers Pin
Nitin Singh India21-Mar-11 7:18
Nitin Singh India21-Mar-11 7:18 
GeneralRe: Adding layers Pin
Sander Rossel21-Mar-11 7:57
professionalSander Rossel21-Mar-11 7:57 
Questionhow to access share without mapping in code behind (windows apps) Pin
byka25-Feb-11 4:51
byka25-Feb-11 4:51 
AnswerRe: how to access share without mapping in code behind (windows apps) Pin
Not Active25-Feb-11 10:15
mentorNot Active25-Feb-11 10:15 

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.