Click here to Skip to main content
15,917,627 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to Raise my Custom Event Handler Pin
hdv2129-Feb-08 20:27
hdv2129-Feb-08 20:27 
GeneralRe: How to Raise my Custom Event Handler Pin
amargujrathi20069-Feb-08 22:18
amargujrathi20069-Feb-08 22:18 
GeneralGetting the Language List of CultureInfo Class in a ComboBox Pin
BusinessMan9-Feb-08 15:17
BusinessMan9-Feb-08 15:17 
Questionadd listBox selected items to a string array Pin
pcaeiro9-Feb-08 12:29
pcaeiro9-Feb-08 12:29 
GeneralRe: add listBox selected items to a string array Pin
pmarfleet9-Feb-08 12:52
pmarfleet9-Feb-08 12:52 
GeneralRe: add listBox selected items to a string array Pin
Xmen Real 9-Feb-08 22:53
professional Xmen Real 9-Feb-08 22:53 
GeneralObfuscating Class Name and Method Names Pin
Nadia Monalisa9-Feb-08 11:35
Nadia Monalisa9-Feb-08 11:35 
GeneralRe: Obfuscating Class Name and Method Names Pin
pmarfleet9-Feb-08 12:14
pmarfleet9-Feb-08 12:14 
GeneralRe: Obfuscating Class Name and Method Names Pin
Nadia Monalisa9-Feb-08 12:28
Nadia Monalisa9-Feb-08 12:28 
GeneralRe: Obfuscating Class Name and Method Names Pin
pmarfleet9-Feb-08 12:47
pmarfleet9-Feb-08 12:47 
GeneralRe: Obfuscating Class Name and Method Names Pin
Nadia Monalisa9-Feb-08 14:52
Nadia Monalisa9-Feb-08 14:52 
GeneralRe: Obfuscating Class Name and Method Names Pin
Mark Churchill9-Feb-08 14:31
Mark Churchill9-Feb-08 14:31 
GeneralRe: Obfuscating Class Name and Method Names Pin
DaveyM699-Feb-08 12:30
professionalDaveyM699-Feb-08 12:30 
GeneralRe: Obfuscating Class Name and Method Names Pin
PIEBALDconsult9-Feb-08 13:33
mvePIEBALDconsult9-Feb-08 13:33 
GeneralClip cursor on a form Pin
Strategic_Thinker9-Feb-08 10:23
Strategic_Thinker9-Feb-08 10:23 
GeneralRe: Clip cursor on a form Pin
DaveyM699-Feb-08 10:55
professionalDaveyM699-Feb-08 10:55 
GeneralRe: Clip cursor on a form Pin
Strategic_Thinker9-Feb-08 11:01
Strategic_Thinker9-Feb-08 11:01 
GeneralRe: Clip cursor on a form Pin
DaveyM699-Feb-08 12:26
professionalDaveyM699-Feb-08 12:26 
GeneralRe: Clip cursor on a form Pin
Strategic_Thinker10-Feb-08 1:15
Strategic_Thinker10-Feb-08 1:15 
GeneralRe: Clip cursor on a form Pin
DaveyM6911-Feb-08 1:56
professionalDaveyM6911-Feb-08 1:56 
GeneralPlz Help Me [modified] Pin
Mahdi_kishislan9-Feb-08 9:55
Mahdi_kishislan9-Feb-08 9:55 
GeneralRe: Plz Help Me Pin
Ed.Poore9-Feb-08 10:22
Ed.Poore9-Feb-08 10:22 
GeneralRe: Plz Help Me Pin
pmarfleet9-Feb-08 10:25
pmarfleet9-Feb-08 10:25 
GeneralRe: Plz Help Me Pin
Gareth H9-Feb-08 10:54
Gareth H9-Feb-08 10:54 
GeneralWhich patterns are the best choice for business layer Pin
coolcoder9-Feb-08 8:04
coolcoder9-Feb-08 8:04 
Hi guys

I'm working on a website and have set up a number of stored procedures in my database and now I want to implement the layer in my code where I query my database (business layer).

So I was wondering if someone can give some input on what is the preferred pattern for my business layer. I've been considering the GOF factory pattern or builder pattern, is this a good choice?.
I rather not access my business layer directly from my front layer, instead I want somehow to abstact the creation of objects from my front layer.

Any suggesiton og hints??


Best regards
AL

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.