Click here to Skip to main content
15,867,453 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionWhat Languages/Frameworks are Modern Commercial Windows Applications Made With? Pin
Peter Moore - Chicago9-Nov-22 10:40
Peter Moore - Chicago9-Nov-22 10:40 
AnswerRe: What Languages/Frameworks are Modern Commercial Windows Applications Made With? Pin
Gerry Schmitz20-Nov-22 5:32
mveGerry Schmitz20-Nov-22 5:32 
GeneralRe: What Languages/Frameworks are Modern Commercial Windows Applications Made With? Pin
Peter Moore - Chicago20-Nov-22 5:40
Peter Moore - Chicago20-Nov-22 5:40 
AnswerRe: What Languages/Frameworks are Modern Commercial Windows Applications Made With? Pin
Mycroft Holmes20-Nov-22 13:23
professionalMycroft Holmes20-Nov-22 13:23 
QuestionRIBs Architecture Pin
Member 1237212418-Aug-22 4:26
Member 1237212418-Aug-22 4:26 
Questionorganizing everything visible on screen Pin
Calin Negru6-Aug-22 0:14
Calin Negru6-Aug-22 0:14 
AnswerRe: organizing everything visible on screen Pin
Mircea Neacsu6-Aug-22 0:47
Mircea Neacsu6-Aug-22 0:47 
AnswerRe: organizing everything visible on screen Pin
Gerry Schmitz6-Aug-22 7:04
mveGerry Schmitz6-Aug-22 7:04 
GeneralRe: organizing everything visible on screen Pin
Calin Negru6-Aug-22 10:42
Calin Negru6-Aug-22 10:42 
GeneralRe: organizing everything visible on screen Pin
Greg Utas6-Aug-22 12:23
professionalGreg Utas6-Aug-22 12:23 
GeneralRe: organizing everything visible on screen Pin
Calin Negru6-Aug-22 23:21
Calin Negru6-Aug-22 23:21 
GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz7-Aug-22 6:54
mveGerry Schmitz7-Aug-22 6:54 
GeneralRe: organizing everything visible on screen Pin
Greg Utas7-Aug-22 7:11
professionalGreg Utas7-Aug-22 7:11 
GeneralRe: organizing everything visible on screen Pin
Calin Negru7-Aug-22 18:18
Calin Negru7-Aug-22 18:18 
GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz7-Aug-22 7:06
mveGerry Schmitz7-Aug-22 7:06 
GeneralRe: organizing everything visible on screen Pin
Calin Negru7-Aug-22 20:07
Calin Negru7-Aug-22 20:07 
GeneralRe: organizing everything visible on screen Pin
Greg Utas8-Aug-22 0:47
professionalGreg Utas8-Aug-22 0:47 
GeneralRe: organizing everything visible on screen Pin
Gerry Schmitz8-Aug-22 7:23
mveGerry Schmitz8-Aug-22 7:23 
GeneralRe: organizing everything visible on screen Pin
trønderen8-Aug-22 8:28
trønderen8-Aug-22 8:28 
Gerry Schmitz wrote:
I hacked Ultima XX way back when: it was all tables. I find that even with OOP, tables (dictionaries) have their place.
In my student days as a TA in the introductory programming course, half of the University departments insisted on sticking to Fortran ("we are doing engineering!!"), the other half had modernized to Pascal. Except for the language, the subjects taught was the same - except for one hand-in: In the Pascal group, the problem required the use of a linked list.

There was this (very cute) female chemistry student - her department insisted on Fortran - who got a little crossed: Why can't we learn the same stuff as they do in those other departments? So I explained that Fortran had no pointer mechanism, where one variable would tell where another value was located. She got very curious, so I had to go into more details of the mechanism, with a heap that could be seen as a huge array, and a pointer serving as an index into it. (They had been working a lot with arrays at this time.)

One week later this girl was back: She had gotten hold of the Pascal exercise, and solved it in Fortran in the way I had explained, with an array and using another variable as an index into the array. The solution gave the expected result, but she would be happy if I could take a look at it to see if she had done it the right way ...
GeneralRe: organizing everything visible on screen Pin
trønderen8-Aug-22 8:10
trønderen8-Aug-22 8:10 
GeneralRe: organizing everything visible on screen Pin
Mohsin Ali Shah 202222-Aug-22 3:48
Mohsin Ali Shah 202222-Aug-22 3:48 
AnswerRe: organizing everything visible on screen Pin
Member 150787168-Aug-22 16:17
Member 150787168-Aug-22 16:17 
QuestionSecuring oAuth Client Id and Secret Pin
Kevin Marois27-Jun-22 7:29
professionalKevin Marois27-Jun-22 7:29 
AnswerRe: Securing oAuth Client Id and Secret Pin
jschell23-Oct-22 11:17
jschell23-Oct-22 11:17 
Questioncode organisation Pin
Calin Negru31-Jan-22 7:36
Calin Negru31-Jan-22 7:36 

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.