Click here to Skip to main content
15,887,821 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionBusiness language Solution? Pin
Joer4x425-Jun-17 9:08
Joer4x425-Jun-17 9:08 
AnswerRe: Business language Solution? Pin
Richard MacCutchan25-Jun-17 21:04
mveRichard MacCutchan25-Jun-17 21:04 
GeneralRe: Business language Solution? Pin
Gerry Schmitz26-Jun-17 9:49
mveGerry Schmitz26-Jun-17 9:49 
GeneralRe: Business language Solution? Pin
Joer4x429-Jun-17 11:18
Joer4x429-Jun-17 11:18 
GeneralRe: Business language Solution? Pin
Richard MacCutchan29-Jun-17 21:39
mveRichard MacCutchan29-Jun-17 21:39 
GeneralRe: Business language Solution? Pin
Joer4x430-Jun-17 12:03
Joer4x430-Jun-17 12:03 
GeneralRe: Business language Solution? Pin
Gerry Schmitz11-Jul-17 7:05
mveGerry Schmitz11-Jul-17 7:05 
AnswerRe: Business language Solution? Pin
Eddy Vluggen28-Jun-17 23:36
professionalEddy Vluggen28-Jun-17 23:36 
Joer4x4 wrote:
Must be compiled. Scripted languages can be hacked where compiled languages are much harder to hack.
You mean compiled to native, not to bytecode. If you want to know "how much harder", then go take a look at the amount of games that were available in the '90s without a copy-protection in the wild.

Joer4x4 wrote:
From my experience OO the hinders more than it helps
Makes me conclude that your experience is too limited. OOP does not shine in small utilities, it shines in larger projects. Don't tell me you'll be favoring global variables too.

Joer4x4 wrote:
I envision 10 - 15 thousand lines of code to start
You don't know what language, nor how tense that language is, but do already know the LOC?

For any experienced and inexperienced programmer I'd recommend C#. Yes, compiled, but not to native. If your application only runs on your machine, then that should not be a problem. If your application is distributed in the wild, then preventing hacking becomes a mere economical question. Most applications are sadly not worth the effort of stealing Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: Business language Solution? Pin
Joer4x429-Jun-17 12:55
Joer4x429-Jun-17 12:55 
GeneralRe: Business language Solution? Pin
Eddy Vluggen30-Jun-17 1:23
professionalEddy Vluggen30-Jun-17 1:23 
GeneralRe: Business language Solution? Pin
Joer4x430-Jun-17 11:48
Joer4x430-Jun-17 11:48 
GeneralRe: Business language Solution? Pin
Eddy Vluggen30-Jun-17 23:42
professionalEddy Vluggen30-Jun-17 23:42 
GeneralRe: Business language Solution? Pin
Joer4x47-Jul-17 15:58
Joer4x47-Jul-17 15:58 
GeneralRe: Business language Solution? Pin
Richard MacCutchan7-Jul-17 22:07
mveRichard MacCutchan7-Jul-17 22:07 
GeneralRe: Business language Solution? Pin
Eddy Vluggen8-Jul-17 2:36
professionalEddy Vluggen8-Jul-17 2:36 
GeneralRe: Business language Solution? Pin
jschell10-Jul-17 4:44
jschell10-Jul-17 4:44 
GeneralRe: Business language Solution? Pin
Joer4x410-Jul-17 16:26
Joer4x410-Jul-17 16:26 
GeneralRe: Business language Solution? Pin
Richard MacCutchan10-Jul-17 21:36
mveRichard MacCutchan10-Jul-17 21:36 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon10-Jul-17 21:47
mvePete O'Hanlon10-Jul-17 21:47 
GeneralRe: Business language Solution? Pin
Eddy Vluggen11-Jul-17 2:38
professionalEddy Vluggen11-Jul-17 2:38 
GeneralRe: Business language Solution? Pin
jschell13-Jul-17 6:04
jschell13-Jul-17 6:04 
GeneralRe: Business language Solution? Pin
jschell2-Jul-17 7:58
jschell2-Jul-17 7:58 
AnswerRe: Business language Solution? Pin
Richard Andrew x6430-Jun-17 17:13
professionalRichard Andrew x6430-Jun-17 17:13 
GeneralRe: Business language Solution? Pin
Pete O'Hanlon6-Jul-17 1:32
mvePete O'Hanlon6-Jul-17 1:32 
QuestionSystem Design Patterns reading material? Pin
Thirlan14-Jun-17 10:57
Thirlan14-Jun-17 10:57 

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.