|
Posted by samuelhon on 11/15/06 17:30
On 13 Nov, 20:40, "Ted" <r.ted.by...@rogers.com> wrote:
> I am working on two versions of an application, one of which will be a
> windows forms application (which will need to be redistributable) and
> the other will be a web application.
Hi there
I've come across something similar before in the days of VB6 but not
sure how well ADO.NET can deal with it, might require alot of coding.
My recommendation would be to have a common business layer which is
shared by the winforms and web applications. You can slap the two
different UIs on top which should be fairly simple. On the data side,
you can create some interfaces which will allow you to communicate with
your data using the same methods and create data access code for Access
and your other choice of server
Shout if you have any questions
Sam
Navigation:
[Reply to this message]
|