] the goals of this set of "hello world" examples is to have multiple (simple,clear concise, easy to understand) examples, each 1 clearly demonstrating a single "programming concept",
] ** prerequisites ( html, css)
] to clearly demonstrate of multiple programming concepts such as
[WHY"]
] use the same "example set to demonstrate the same concepts across multiple programming languages
] goal is to keep the example set consistent
] goal is to integrate the examples into the realm of a functional application
] to be able to easily port/use the same "example set" across multiple programming languages
] javascript
] c#
] java
] c
] ...
[WHERE]
] learning to program - an absolute beginners guide
[WHEN]
] 2015-mm-dd
] work in progess
[EXAMPLES]
] display output to user
]
] display output to user on user interaction (event handler)
]
] get input from user
]
] manipulate(process) input
]
] DOM manipulation
]
] get input from DOM
]
] set properties of DOM
]
] Browser manipulation
]
] Browser manipulation - window,
]
] Browser manipulation - navigator,
]
] Browser manipulation - history,
]
] Browser manipulation - screen
]
] (system) manipulation
]
] ? ajax xhr ?
]
] object creation
]
] object manipulation
]
] object inheiritance
]
] object interfaces
]
] event handler
]
] event listener
]
] callback
]
[HOW-TO]
] display output to user
] what output to display
] when to display it
] where to display it
[REFERENCE]
] my-page-1
] display output to user
] my-page-2
] get input from user
] manipulate input
] CC
] LIST-examples in tech-dev-software/language-csharp/contents