Click here to Skip to main content
15,920,828 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do I enforce a program by another program Pin
belonger1-Nov-06 21:05
belonger1-Nov-06 21:05 
GeneralRe: How do I enforce a program by another program Pin
sam#1-Nov-06 21:14
sam#1-Nov-06 21:14 
AnswerRe: How do I enforce a program by another program Pin
stancrm1-Nov-06 21:12
stancrm1-Nov-06 21:12 
AnswerRe: Stored procedure sysntax error Pin
sam#1-Nov-06 20:42
sam#1-Nov-06 20:42 
GeneralRe: Stored procedure sysntax error Pin
Saira Tanwir1-Nov-06 20:57
Saira Tanwir1-Nov-06 20:57 
GeneralRe: Stored procedure sysntax error Pin
sam#1-Nov-06 21:09
sam#1-Nov-06 21:09 
QuestionData Access Layer Pin
saqib821-Nov-06 19:39
saqib821-Nov-06 19:39 
AnswerRe: Data Access Layer Pin
baerten1-Nov-06 20:57
baerten1-Nov-06 20:57 
you can split your project into 3 layers

1) Visual Layer
2) Working (Logic) Layer
3) DAL

this kind of utilisation opens for you a hugh number of variety.

F.ex your logic Layer calls a function from the DAL "LoadCustomer"
The Logic calls all the time "LoadCustomer" no matter how the customers are loaded.
The loading is maded by the DAL. The specific DAL Class, for example SQL_DAL knows that a loading is "SELECT * FROM CUSTOMER" ... if you would change after 5 years the DB, you must only change your
DAL or derive a new class from a DAL Base-Interface ( that definites all functions that the logic layer can call ) So you re-programmate only the OBJ-DAL ( for example a object-rel DB )

The logic layer still calls LoadCustomer, but there, the loading is different

I hope you understand my poor english D'Oh! | :doh:


GeneralRe: Data Access Layer Pin
saqib821-Nov-06 21:10
saqib821-Nov-06 21:10 
GeneralRe: Data Access Layer Pin
baerten1-Nov-06 21:56
baerten1-Nov-06 21:56 
GeneralRe: Data Access Layer Pin
saqib821-Nov-06 22:34
saqib821-Nov-06 22:34 
QuestionHow to get values of form controls in MDI application? Pin
IamHuM1-Nov-06 18:46
IamHuM1-Nov-06 18:46 
AnswerRe: How to get values of form controls in MDI application? Pin
tomasd_brn1-Nov-06 19:06
tomasd_brn1-Nov-06 19:06 
GeneralRe: How to get values of form controls in MDI application? Pin
IamHuM1-Nov-06 19:35
IamHuM1-Nov-06 19:35 
GeneralRe: How to get values of form controls in MDI application? Pin
tomasd_brn1-Nov-06 19:58
tomasd_brn1-Nov-06 19:58 
GeneralRe: How to get values of form controls in MDI application? Pin
IamHuM1-Nov-06 20:27
IamHuM1-Nov-06 20:27 
GeneralRe: How to get values of form controls in MDI application? Pin
sam#1-Nov-06 20:35
sam#1-Nov-06 20:35 
GeneralRe: How to get values of form controls in MDI application? Pin
IamHuM1-Nov-06 21:11
IamHuM1-Nov-06 21:11 
GeneralRe: How to get values of form controls in MDI application? Pin
sam#1-Nov-06 21:18
sam#1-Nov-06 21:18 
AnswerRe: How to get values of form controls in MDI application? Pin
quiteSmart1-Nov-06 20:41
quiteSmart1-Nov-06 20:41 
GeneralRe: How to get values of form controls in MDI application? Pin
IamHuM1-Nov-06 21:22
IamHuM1-Nov-06 21:22 
QuestionData Mining Pin
Salman Khalid1-Nov-06 17:49
Salman Khalid1-Nov-06 17:49 
Questionset control location on runtime Pin
Ajay R Ojha1-Nov-06 17:40
Ajay R Ojha1-Nov-06 17:40 
AnswerRe: set control location on runtime Pin
stancrm1-Nov-06 20:40
stancrm1-Nov-06 20:40 
AnswerRe: set control location on runtime Pin
quiteSmart1-Nov-06 20:47
quiteSmart1-Nov-06 20:47 

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.