Click here to Skip to main content
15,881,812 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionGenral architecture question. Pin
joysnlove3-Mar-08 14:06
joysnlove3-Mar-08 14:06 
GeneralRe: Genral architecture question. [modified] Pin
mark_w_4-Mar-08 22:36
mark_w_4-Mar-08 22:36 
GeneralRe: Genral architecture question. Pin
Pete O'Hanlon5-Mar-08 1:04
mvePete O'Hanlon5-Mar-08 1:04 
GeneralManaging Application ImageLists Pin
Tristan Rhodes3-Mar-08 2:05
Tristan Rhodes3-Mar-08 2:05 
GeneralRe: Managing Application ImageLists Pin
Pete O'Hanlon3-Mar-08 3:44
mvePete O'Hanlon3-Mar-08 3:44 
GeneralRe: Managing Application ImageLists Pin
Tristan Rhodes3-Mar-08 4:25
Tristan Rhodes3-Mar-08 4:25 
GeneralRe: Managing Application ImageLists Pin
Pete O'Hanlon3-Mar-08 4:51
mvePete O'Hanlon3-Mar-08 4:51 
GeneralClient / Server Design Pin
Member 368144327-Feb-08 23:34
Member 368144327-Feb-08 23:34 
I was hoping someone may be able to give me some feedback on my design principles. I have done alot of applications relating to databases etc in c# but this is my first try at a Client / Server application. I wannted to check some of the recommended ways of performing client / server actions.

The application is basically a front end for a database.

Basically my program will consist of a server application which will have a connection to a database. When a client wants to see records from the database they send a request to the server, which in turn connects to the database, retrives the records ands sends the record data back across the network stream and the client parses the records and displays them. Does this sound like a standard and solid principle?

Thanks in advance
GeneralRe: Client / Server Design Pin
Pete O'Hanlon28-Feb-08 4:48
mvePete O'Hanlon28-Feb-08 4:48 
GeneralRe: Client / Server Design Pin
led mike28-Feb-08 5:15
led mike28-Feb-08 5:15 
GeneralRe: Client / Server Design Pin
Paul Conrad29-Feb-08 7:33
professionalPaul Conrad29-Feb-08 7:33 
AnswerRe: Client / Server Design Pin
Steven Campbell5-Mar-08 10:10
Steven Campbell5-Mar-08 10:10 
GeneralObject level isolation than locking Pin
sreejith ss nair26-Feb-08 21:07
sreejith ss nair26-Feb-08 21:07 
GeneralRe: Object level isolation than locking Pin
Pete O'Hanlon26-Feb-08 22:42
mvePete O'Hanlon26-Feb-08 22:42 
GeneralRe: Object level isolation than locking Pin
sreejith ss nair26-Feb-08 22:53
sreejith ss nair26-Feb-08 22:53 
GeneralRe: Object level isolation than locking Pin
Pete O'Hanlon26-Feb-08 22:57
mvePete O'Hanlon26-Feb-08 22:57 
GeneralRe: Object level isolation than locking Pin
Sameerkumar Namdeo2-Mar-08 16:41
Sameerkumar Namdeo2-Mar-08 16:41 
GeneralRe: Object level isolation than locking Pin
Steven Campbell5-Mar-08 10:19
Steven Campbell5-Mar-08 10:19 
GeneralXML Model Structure Pin
Tristan Rhodes12-Feb-08 23:33
Tristan Rhodes12-Feb-08 23:33 
GeneralRe: XML Model Structure Pin
led mike13-Feb-08 7:19
led mike13-Feb-08 7:19 
GeneralRe: XML Model Structure Pin
Tristan Rhodes13-Feb-08 23:29
Tristan Rhodes13-Feb-08 23:29 
GeneralRe: XML Model Structure Pin
led mike14-Feb-08 8:37
led mike14-Feb-08 8:37 
GeneralRe: XML Model Structure [modified] Pin
Tristan Rhodes14-Feb-08 22:24
Tristan Rhodes14-Feb-08 22:24 
GeneralRe: XML Model Structure Pin
Tristan Rhodes18-Feb-08 0:17
Tristan Rhodes18-Feb-08 0:17 
GeneralRe: XML Model Structure Pin
led mike19-Feb-08 9:53
led mike19-Feb-08 9:53 

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.