What Is Programming?
-
WIP Published!
‘What Is Programming?’ is now closed and the content moved to book form…
-
0. Introduction
This is a very short guide to programming. What is programming? it asks and tries to answer.
-
9. Web
The World Wide Web entered the world it is named after in the year 1993…
-
8. Data
What is a program without data? and what is data?
-
7. High-level Code: Assemblies etc
An overview of the features of C# that lead to increasingly greater levels of abstraction.
-
6. Mid-level Code: Objects etc
General everyday-level coding concepts.
-
5. Low-level Code : Pillars
There are three fundamental pillars of coding: sequence, iteration and branching.
-
4. Towards A Language
Before we get to C# itself, the aim of the current chapter is to place it in a wider context…
-
3. What is a Computer?
As all programs are run via a computer, it is essential to have a basic idea of how computers run in order to program one.
-
2. Computer to Computers
Those were the days, not necessarily better, but simpler…