Hi All,
As most developers do i want to seperate the Application design / Presentation from the business logic. I have an application which i'm starting from scratch and i would like some advice...
I have 3 different projects, the EXE where its most forms , and 2 dlls, one takes care of the business logic and the other handles all the database calls.
My question is this:
In my exe i would like to send the form information to the business logic where it will be parsed, validated and saved, or sends an exception where needed.
What is the common or best way of sending the data from the form to the dll? filling up a HashMap or can i send the whole object?
Well any information u cna gather would be great..and i would be greatly in debt!
Regards and thanks
Nick
As most developers do i want to seperate the Application design / Presentation from the business logic. I have an application which i'm starting from scratch and i would like some advice...
I have 3 different projects, the EXE where its most forms , and 2 dlls, one takes care of the business logic and the other handles all the database calls.
My question is this:
In my exe i would like to send the form information to the business logic where it will be parsed, validated and saved, or sends an exception where needed.
What is the common or best way of sending the data from the form to the dll? filling up a HashMap or can i send the whole object?
Well any information u cna gather would be great..and i would be greatly in debt!
Regards and thanks
Nick