Click here to Skip to main content
15,914,162 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Design Patterns References Pin
geekfromindia18-Jan-08 10:48
geekfromindia18-Jan-08 10:48 
GeneralRe: Design Patterns References Pin
geekfromindia18-Jan-08 10:51
geekfromindia18-Jan-08 10:51 
GeneralRe: Design Patterns References Pin
Member 74129825-Jan-08 2:33
Member 74129825-Jan-08 2:33 
GeneralDatabase App Deployment - (Newbie) [modified] Pin
wjtaylor10-Jan-08 13:19
wjtaylor10-Jan-08 13:19 
GeneralRe: Database App Deployment - (Newbie) Pin
VarChar25510-Jan-08 15:42
VarChar25510-Jan-08 15:42 
GeneralRe: Database App Deployment - (Newbie) Pin
wjtaylor11-Jan-08 3:53
wjtaylor11-Jan-08 3:53 
GeneralRe: Database App Deployment - (Newbie) Pin
led mike11-Jan-08 4:56
led mike11-Jan-08 4:56 
GeneralLocalization design question Pin
gnjunge8-Jan-08 22:12
gnjunge8-Jan-08 22:12 
Hi,
In my application design I’m stuck on the following problem:
I have an application that will both be web as well as WPF/WCF based. Both are essentially the same, only the platform is different. Both share the same database and both will be totally localized to currently 3 languages. The localization of the GUI parts of both apps will sit in resource files, localized data such as “countries” (France (English) vs Frankrijk (Dutch) will come from the database.
I have a data object layer (for example holding a Country object) which is fed from the database and sent either to the web app, or via WCF to the WPF app.
My question is, for known values such as gender (only two values) or media type (few vales such as image, video etc), where will I do the localization? Of course these values are saved in the database, but maybe it should be held in the resource files of the data-object layer. So that in my WPF app I can choose a gender, and not having to go to the database in order to get the localized value.
What would be the best place to localize enum kind of values?
Thanks,
Gidon
QuestionMutually exclusive property across instances? Pin
Edmundisme8-Jan-08 16:12
Edmundisme8-Jan-08 16:12 
AnswerRe: Mutually exclusive property across instances? Pin
Mark Churchill8-Jan-08 18:53
Mark Churchill8-Jan-08 18:53 
GeneralRe: Mutually exclusive property across instances? Pin
Edmundisme9-Jan-08 8:49
Edmundisme9-Jan-08 8:49 
GeneralRe: Mutually exclusive property across instances? Pin
Mark Churchill9-Jan-08 21:15
Mark Churchill9-Jan-08 21:15 
GeneralService Oriented Architecture Pin
ppayal3-Jan-08 7:05
ppayal3-Jan-08 7:05 
GeneralRe: Service Oriented Architecture Pin
Ray Cassick3-Jan-08 7:42
Ray Cassick3-Jan-08 7:42 
GeneralRe: Service Oriented Architecture Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
GeneralRe: Service Oriented Architecture Pin
VarChar2559-Jan-08 9:04
VarChar2559-Jan-08 9:04 
GeneralSomehow.. Pin
Eytukan18-Jan-08 6:46
Eytukan18-Jan-08 6:46 
Questionhow to make a crawler to fetch a web page in php Pin
Arun.N2-Jan-08 1:41
Arun.N2-Jan-08 1:41 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Pete O'Hanlon2-Jan-08 9:31
mvePete O'Hanlon2-Jan-08 9:31 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Paul Conrad4-Jan-08 11:29
professionalPaul Conrad4-Jan-08 11:29 
AnswerRe: how to make a crawler to fetch a web page in php Pin
Eytukan18-Jan-08 6:47
Eytukan18-Jan-08 6:47 
Questionhow to make a crawler that crawls the webpage and retrieves the stock information from google in php. Pin
ramesh_imayam2-Jan-08 1:12
ramesh_imayam2-Jan-08 1:12 
AnswerRe: how to make a crawler that crawls the webpage and retrieves the stock information from google in php. Pin
Paul Conrad4-Jan-08 11:30
professionalPaul Conrad4-Jan-08 11:30 
Questionhow to separate Pin
netJP12L1-Jan-08 18:13
netJP12L1-Jan-08 18:13 
AnswerRe: how to separate Pin
Matthew Faithfull1-Jan-08 23:38
Matthew Faithfull1-Jan-08 23:38 

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.