Web application vs. web services vs. classic application
Posted
by Cicik
on Stack Overflow
See other posts from Stack Overflow
or by Cicik
Published on 2010-05-24T07:45:54Z
Indexed on
2010/05/24
7:51 UTC
Read the original article
Hit count: 519
Please I need help.
I have project in which I need application which communicates with local DB server and simultaneously with central remote DB server to complete some task(read stock quotas from local server create order and then write order to central orders DB,...). So, I don`t know which architecture and technology do this. Web application, .NET WinForms client applications on each computer, or web services based central application with client applications? What are general differences between this approaches?
Thanks
© Stack Overflow or respective owner