Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
42 views

Are there any truly disconnectable web solutions available for cloud computing?

Cloud computing offers a lot of up-side (I currently favour Google’s App Engine), but have encountered resistance from customers who are worried that basing their business platform on the Internet (as ...
0
votes
2answers
44 views

MVC 3/EF repository pattern and proper data access

Being rather new to MVC 3 and EF, I'm trying to understand the best architectural approach to developing an application for my company. The application will be a large-scale application that ...
0
votes
1answer
31 views

Client needs a application which can work in disconnected mode from server and synchronise when connected

I have a clients requirement here for an application. The application is an extension on a client server application. Basically the client is a medical facility and they would maintain a central ...
0
votes
2answers
94 views

what is a good strategy to implement user authentication with a single credential for multiple applications in both online and offline environments?

A company I work for develops winforms .net applications in which users are required to login. These applications are deployed in an online environment, e.g desktops in a LAN where the client app ...
0
votes
1answer
197 views

Best practice for updating a excel or xml data-source in a disconnected environment?

I have a application that will be run offline so there is no database connection. My options for the data-source are Excel Spreedsheet, CSV, or XML files. The application needs to be able to search ...