M
mminnie
After years of working with legacy systems, I am not starting to
discover the .NET world. Wow. I am trying to figure out how Visual
Basic, Windows Forms, Smart Clients, and all of the other .NET
technologies work together. Here is what I want:
I want a powerful desktop application with a rich user interface to
read and write data on a local or remote server (probably using SOAP).
I also want a client application that can work online or offline in the
field on a PDA device. This PDA client application should give the
user the ability to view and edit the database information on the
remote server. If the PDA is not connected to the remote data server
via the internet or other means, a synchronization of the data would
need to be performed when it finally does get a connection to the
remote server data. I want my customers to be able to view and edit
some of the same database information from a web page. I want to share
the business logic between the desktop, PDA, and web application. I
want to be able to reuse much of the code between the three
applications.
What .NET and Visual Studio technologies fit this description?
discover the .NET world. Wow. I am trying to figure out how Visual
Basic, Windows Forms, Smart Clients, and all of the other .NET
technologies work together. Here is what I want:
I want a powerful desktop application with a rich user interface to
read and write data on a local or remote server (probably using SOAP).
I also want a client application that can work online or offline in the
field on a PDA device. This PDA client application should give the
user the ability to view and edit the database information on the
remote server. If the PDA is not connected to the remote data server
via the internet or other means, a synchronization of the data would
need to be performed when it finally does get a connection to the
remote server data. I want my customers to be able to view and edit
some of the same database information from a web page. I want to share
the business logic between the desktop, PDA, and web application. I
want to be able to reuse much of the code between the three
applications.
What .NET and Visual Studio technologies fit this description?