N
new.microsoft.com
Got an architectural question re .Net.
Potential client wants to build a c#.net app with the following reqs.
Multiple users in a central office running the app as well as up to 20
remote users going against the same data.
95% of the time they will have a DSL line connecting the remote offices to a
central office. But they want to be totally fault tolerant and run even
when the connection's down.
There could be several thousand customer records that would need to be
searched.
I've done this before in the past a few different ways which usually
resembles the following: a heavy client front end storing data locally in
Access or msSQL synched either via some home brewed mechanism or SQL Server
replication. But if possible I'd like to avoid the trouble of setting up
SQLserver or MSDE on the remote machines.
My question is are there better to do this today using .NET- such as via
MSMQ or disconnected xml record sets? Any way for it to be a browser based
or Web Form front end and go against local data? Anything else I should
look into?
Thanks
-Bill
wiw at nyc rr com
Potential client wants to build a c#.net app with the following reqs.
Multiple users in a central office running the app as well as up to 20
remote users going against the same data.
95% of the time they will have a DSL line connecting the remote offices to a
central office. But they want to be totally fault tolerant and run even
when the connection's down.
There could be several thousand customer records that would need to be
searched.
I've done this before in the past a few different ways which usually
resembles the following: a heavy client front end storing data locally in
Access or msSQL synched either via some home brewed mechanism or SQL Server
replication. But if possible I'd like to avoid the trouble of setting up
SQLserver or MSDE on the remote machines.
My question is are there better to do this today using .NET- such as via
MSMQ or disconnected xml record sets? Any way for it to be a browser based
or Web Form front end and go against local data? Anything else I should
look into?
Thanks
-Bill
wiw at nyc rr com