Tagged Questions
4
votes
3answers
446 views
Ideas for Offline & Sync Across Multiple Platforms
I'm looking for some implementation ideas to be able to have offline apps sync data to a central server. The server will be Sql Server 2008. The clients will download data from the server when ...
3
votes
3answers
182 views
How to improve enterprise level application that consists of only static methods
I am new in a enterprise level application project and discovered that 99% of everything I've seen in code is static methods, static properties.
The application at hand is a distributed app ...