Click here to Skip to main content
15,899,635 members
Home / Discussions / C#
   

C#

 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Crank Ninja30-Apr-04 17:06
Crank Ninja30-Apr-04 17:06 
GeneralAxWebBrowser onclick event handler disabled some default behavior on AxWebBrowser/MSHTML Pin
skywatcher30-Apr-04 5:54
skywatcher30-Apr-04 5:54 
GeneralDynamic Size Pin
sreejith ss nair30-Apr-04 3:23
sreejith ss nair30-Apr-04 3:23 
GeneralRe: Dynamic Size Pin
sreejith ss nair30-Apr-04 3:41
sreejith ss nair30-Apr-04 3:41 
Questionhow can i disable the toolbar and menu bar in IE6 Pin
robmays30-Apr-04 2:18
robmays30-Apr-04 2:18 
AnswerRe: how can i disable the toolbar and menu bar in IE6 Pin
Heath Stewart30-Apr-04 3:51
protectorHeath Stewart30-Apr-04 3:51 
GeneralSearch MyFileName*.* file Pin
wk_vigorous30-Apr-04 1:21
wk_vigorous30-Apr-04 1:21 
GeneralRe: Search MyFileName*.* file Pin
Colin Angus Mackay30-Apr-04 1:33
Colin Angus Mackay30-Apr-04 1:33 
GeneralRe: Search MyFileName*.* file Pin
Stefan Troschuetz30-Apr-04 1:57
Stefan Troschuetz30-Apr-04 1:57 
GeneralThread problem Pin
azusakt30-Apr-04 0:44
azusakt30-Apr-04 0:44 
GeneralRe: Thread problem Pin
Corinna John30-Apr-04 1:41
Corinna John30-Apr-04 1:41 
GeneralRe: Thread problem Pin
Jan Vercauteren30-Apr-04 2:49
Jan Vercauteren30-Apr-04 2:49 
GeneralRe: Thread problem Pin
Heath Stewart30-Apr-04 3:53
protectorHeath Stewart30-Apr-04 3:53 
Generalupdating system time in c# Pin
bennyrascal30-Apr-04 0:37
bennyrascal30-Apr-04 0:37 
GeneralRe: updating system time in c# Pin
John Baird30-Apr-04 2:47
John Baird30-Apr-04 2:47 
GeneralRe: updating system time in c# Pin
bennyrascal30-Apr-04 3:21
bennyrascal30-Apr-04 3:21 
GeneralRe: updating system time in c# Pin
Heath Stewart30-Apr-04 3:59
protectorHeath Stewart30-Apr-04 3:59 
GeneralRe: updating system time in c# Pin
bennyrascal30-Apr-04 14:20
bennyrascal30-Apr-04 14:20 
GeneralInvoking Console Application at runtime Pin
Aryadip29-Apr-04 23:28
Aryadip29-Apr-04 23:28 
GeneralRe: Invoking Console Application at runtime Pin
leppie30-Apr-04 7:08
leppie30-Apr-04 7:08 
GeneralRe: Invoking Console Application at runtime Pin
Aryadip4-May-04 20:24
Aryadip4-May-04 20:24 
GeneralArchitectural question (crisis) Pin
Jan Vercauteren29-Apr-04 21:48
Jan Vercauteren29-Apr-04 21:48 
Hi everyone, i'm having a bit of an architectural crisis.

I want to start an application that is layered. I cannot use datasets, only an object model. I want the following layers: DAL, Common, Services, facade(not nessessary), and web/webservices.

Where do i put the object model (objects like customer, questionlists, employees,...). In the common layer so i can get filled employee's out of the DAL or do i put the OM in the services layer and fill them there?

The first has the advantage that i only need my update delete and insert take 1 parameter (employee) otherwise with the OM in the services layer i need my DAL funtions to take all the parameters.


What do you do?

Thank you
Jan Vercauteren.


OVERVIEW

-----------------------------|---------------|
| DAL | |
-----------------------------| |
| SERVICES | COMMON |
|----------------------------| |
| FACADE | |
|----------------------------| |
| GUI (web) | |
|----------------------------|---------------|




www.agilis.be
GeneralRe: Architectural question (crisis) Pin
Anonymous29-Apr-04 23:05
Anonymous29-Apr-04 23:05 
GeneralRe: Architectural question (crisis) Pin
Anonymous29-Apr-04 23:06
Anonymous29-Apr-04 23:06 
GeneralRe: Architectural question (crisis) Pin
Jan Vercauteren30-Apr-04 0:37
Jan Vercauteren30-Apr-04 0:37 

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.