smart client/web app approach recommendation?

  • Thread starter Thread starter Chris Bordeman
  • Start date Start date
C

Chris Bordeman

Hi all. I need to create an app that runs both at individual client PCs, on
the client's on-site server, and on a main server depending on network
connectivity, probably w/ database replication.

What technologies should I use so that the software running on all three
locations looks the same, scales from the single PC to the site server, to a
master off-site server, WITHOUT writing different software for each "tier?"
Moreover, the # of tiers could increase or decrease.

I'm guessing WPF and SQL Express / Server to start...
 
Back
Top