Click here to Skip to main content
15,904,877 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: windows 8 desktop application Pin
Pete O'Hanlon31-Oct-12 1:42
mvePete O'Hanlon31-Oct-12 1:42 
GeneralRe: windows 8 desktop application Pin
Menelaos Vergis31-Oct-12 2:13
Menelaos Vergis31-Oct-12 2:13 
GeneralRe: windows 8 desktop application Pin
Pete O'Hanlon31-Oct-12 2:54
mvePete O'Hanlon31-Oct-12 2:54 
QuestionInventory Control App. - Looking For Suggestions Pin
Matt U.30-Oct-12 8:36
Matt U.30-Oct-12 8:36 
AnswerRe: Inventory Control App. - Looking For Suggestions Pin
jschell30-Oct-12 10:16
jschell30-Oct-12 10:16 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Matt U.31-Oct-12 1:54
Matt U.31-Oct-12 1:54 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
jschell31-Oct-12 8:49
jschell31-Oct-12 8:49 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Matt U.31-Oct-12 9:01
Matt U.31-Oct-12 9:01 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
jschell1-Nov-12 7:49
jschell1-Nov-12 7:49 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Matt U.1-Nov-12 8:13
Matt U.1-Nov-12 8:13 
AnswerRe: Inventory Control App. - Looking For Suggestions Pin
Vivi Chellappa16-Dec-12 5:36
professionalVivi Chellappa16-Dec-12 5:36 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Matt U.17-Dec-12 1:49
Matt U.17-Dec-12 1:49 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Vivi Chellappa17-Dec-12 4:14
professionalVivi Chellappa17-Dec-12 4:14 
GeneralRe: Inventory Control App. - Looking For Suggestions Pin
Matt U.17-Dec-12 4:17
Matt U.17-Dec-12 4:17 
QuestionASP.NET - using microsoft enterprise library for heavy traffic sites Pin
Sandeep Bhatti29-Oct-12 21:33
Sandeep Bhatti29-Oct-12 21:33 
AnswerRe: ASP.NET - using microsoft enterprise library for heavy traffic sites Pin
Eddy Vluggen30-Oct-12 1:09
professionalEddy Vluggen30-Oct-12 1:09 
GeneralSuggestions for Windows 8 application Pin
WebMaster23-Oct-12 22:37
WebMaster23-Oct-12 22:37 
GeneralRe: Suggestions for Windows 8 application Pin
Richard MacCutchan24-Oct-12 1:11
mveRichard MacCutchan24-Oct-12 1:11 
GeneralRe: Suggestions for Windows 8 application Pin
Richard MacCutchan24-Oct-12 1:41
mveRichard MacCutchan24-Oct-12 1:41 
RantUnwanted Calls / Spoofed Numbers Pin
pdelayCA18-Oct-12 11:42
professionalpdelayCA18-Oct-12 11:42 
GeneralRe: Unwanted Calls / Spoofed Numbers Pin
jschell19-Oct-12 9:27
jschell19-Oct-12 9:27 
QuestionCreating v2.0 of a legacy client/server application Pin
sephus617-Oct-12 10:00
sephus617-Oct-12 10:00 
My colleagues and I have been maintaining an old client/server application for years and we want/need to utilize new technologies (new compared to the framework 2.0-type stuff we've been doing) to make using/maintaining our application much easier.

The current application is setup as follows:
1) This is a legacy windows desktop application
2) We have thousands of customer companies. Each company can have 1 or more locations. Each location can have 1 instance running per machine, but multiple instances (running on separate machines) can access the data of that location at any time.
3) We have a client database on every computer that stores a copy of the server data (this is to make reads faster). Whenever data is inserted/changed/deleted the operation is performed server-side, then local db is synched with the server db (we use timestamp comparisons to check for consistency). We also check timestamps before CRUD operations to makesure the local data is up-to-date (since other computers could be working with the same data server-side).
4) Our largest tables have ~300k rows per location

I've really been interested in the Entity Framework in conjunction with WCF Data Services and I have a couple of questions about how the new app (v2.0) should be setup.

Questions:
1) Should we abandon the use of a local DB? Our customers are required to have a broadband connection, so speed wouldn't be a huge issue, I am concerned though about bandwidth usage.
2) If we should keep the local DB, does WCF support this type of data model? I haven't been able to find any examples of people doing this (which is leading me to believe it's a bad idea)
3) Are there other alternatives to the Entity framework and WCF that would better suit our applications needs?

Just a side note, none of the developers currently working on the software were employed here when the current architecture was developed.

EDIT: I forgot to mention another aspect of our current setup: Each company can have location data on a number of different databases. Each location's data is only on 1 database.

modified 17-Oct-12 18:10pm.

AnswerRe: Creating v2.0 of a legacy client/server application Pin
Eddy Vluggen18-Oct-12 5:15
professionalEddy Vluggen18-Oct-12 5:15 
AnswerRe: Creating v2.0 of a legacy client/server application Pin
jschell18-Oct-12 10:02
jschell18-Oct-12 10:02 
QuestionSuggestions on implementing a search engine Pin
Sau00210-Oct-12 22:24
Sau00210-Oct-12 22:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.