# Welkom

## Zie scherp

Dit boek wordt gebruikt als handboek binnen de [opleiding professionele bachelor elektronica-ict van de AP Hogeschool](https://www.ap.be/opleiding/elektronica-ict).

Concreet is dit het handboek voor de eerste 2 semesters omtrent 'leren programmeren met C#':

* Deel 1: Programming Principles, eerste semester
* Deel 2: Object Oriented Programming, tweede semester

Indien bepaalde hoofdstukken of onderdelen niet duidelijk zijn of fouten bevatten, aarzel dan niet om me te contacteren. Normaal gezien zijn alle tekst en afbeeldingen de mijne, tenzij ik anders vermeld. Uiteraard maak ik soms fouten, als je dus een niet geattribueerde tekst of afbeelding ontdekt, aarzel dan niet om me te contacteren.

Alle feedback is zéér welkom.

Veel leer-en leesplezier,

Tim Dams

![Logo ikke](https://3383880776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzjq7rqIL0PQSorLoG7N%2Fuploads%2Fgit-blob-9a840aef85a4fce3fd70dd73cf45e532a826baf7%2Fme.png?alt=media)

PS: Besef dat goed kunnen programmeren enkel kan geleerd worden indien je ook effectief veel programmeert. Je kan ook niet leren fietsen door enkel een handboek "Fietsen met Merckx" te lezen, je zal op de fiets moeten springen! En vallen...véél vallen.

## Licensed under Creative Commmons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

![Licenicon](https://3383880776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzjq7rqIL0PQSorLoG7N%2Fuploads%2Fgit-blob-55b841883e1961ca56015660e475d2c8e320654f%2Fccicon.png?alt=media) ![Licenicon](https://3383880776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzjq7rqIL0PQSorLoG7N%2Fuploads%2Fgit-blob-9c3e210796afc03c91e7f2ff0def915947f39e99%2Fccat.png?alt=media) ![Licenicon](https://3383880776-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOzjq7rqIL0PQSorLoG7N%2Fuploads%2Fgit-blob-98b19624a2e8b386e2caf82431c10d5d0d869f6c%2Fccnc.png?alt=media)

Licensed under CC-BY-NC 4.0 as shown [here](https://github.com/timdams/csharpbook_oefeningen_oplossingen/blob/main/LICENSE.MD).

This is a human-readable summary of (and not a substitute for) the [license](https://github.com/timdams/csharpbook_oefeningen_oplossingen/blob/main/LICENSE.MD).

### You are free to

**Share** : copy and redistribute the material in any medium or format

**Adapt** : remix, transform, and build upon the material

The licensor cannot revoke these freedoms as long as you follow the license terms.

### Under the following terms

**Attribution** : You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.\
**NonCommercial** : You may not use the material for commercial purposes.

**No additional restrictions** : You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apwt.gitbook.io/zie-scherp-scherper-oplossingen/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
