From 4e7cb087e4976100bf012969e5b38a836f097076 Mon Sep 17 00:00:00 2001 From: MPostol Date: Wed, 8 Nov 2023 12:17:38 +0100 Subject: [PATCH] Review the existing documentation #363 - Fixes #363 --- ExDataManagement/P01.Introduction/README.md | 2 +- ExDataManagement/P05.StructuralData/README.md | 2 +- .../P06.GraphicalData/{Readme.md => README.md} | 12 ++++++++---- SUMMARY.md | 14 ++++---------- 4 files changed, 14 insertions(+), 16 deletions(-) rename ExDataManagement/P06.GraphicalData/{Readme.md => README.md} (81%) diff --git a/ExDataManagement/P01.Introduction/README.md b/ExDataManagement/P01.Introduction/README.md index 392dbf8..177e76e 100644 --- a/ExDataManagement/P01.Introduction/README.md +++ b/ExDataManagement/P01.Introduction/README.md @@ -1,4 +1,4 @@ -# Section 1 - Introduction +# Section: Introduction ## Executive Summary diff --git a/ExDataManagement/P05.StructuralData/README.md b/ExDataManagement/P05.StructuralData/README.md index 8587ac4..97a9f4c 100644 --- a/ExDataManagement/P05.StructuralData/README.md +++ b/ExDataManagement/P05.StructuralData/README.md @@ -1,4 +1,4 @@ -# Section 3 - Structural Data +# Section: Structural Data ## Lesson 08 - Anonymous function and lambda expression diff --git a/ExDataManagement/P06.GraphicalData/Readme.md b/ExDataManagement/P06.GraphicalData/README.md similarity index 81% rename from ExDataManagement/P06.GraphicalData/Readme.md rename to ExDataManagement/P06.GraphicalData/README.md index c4f9c42..e9d843b 100644 --- a/ExDataManagement/P06.GraphicalData/Readme.md +++ b/ExDataManagement/P06.GraphicalData/README.md @@ -1,10 +1,14 @@ -# Section 4 - Graphical data +# Section: Graphical data -## Lesson 13 - Graphical data (Part 1) +> TBD: placeholder only -## Lesson 14 - Graphical data (Part 2) +## Graphical Data - Part 1 -## What is control? +## Graphical Data - Part 2 + +## Research + +### What is control? It is a type that encapsulates user interface functionality and is used in client-side applications. This type has associated shape and responsibility to be used on the graphical user interface. A Control is a base class used in .NET applications, and the MSDN documentation explains it in detail. There is a bunch of derived classes that inherit from it, for example, Button. diff --git a/SUMMARY.md b/SUMMARY.md index 66fecf1..cd11956 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -28,20 +28,14 @@ ## External Data Management * [Executive Summary](ExDataManagement/README.md) - -* Introduction * Data Semantics * [Generics](ExDataManagement/P02.DataSemantics/DataSemantics/Generics/Generics.md) * [Partial types](ExDataManagement/P02.DataSemantics/DataSemantics/Partials/README.md) -* Data Streams - * [Data Streams](ExDataManagement/P03.DataStreams/README.md) -* Functional Programming - * [Functional Programming](ExDataManagement/P04.FunctionalProgramming/FunctionalProgramming/Readme.md) -* Structural Data - * [Structural Data](ExDataManagement/P05.StructuralData/README.md) -* Graphical Data - +* [Data Streams](ExDataManagement/P03.DataStreams/README.md) +* [Functional Programming](ExDataManagement/P04.FunctionalProgramming/FunctionalProgramming/Readme.md) +* [Structural Data](ExDataManagement/P05.StructuralData/README.md) +* [Graphical Data](ExDataManagement/P06.GraphicalData/README.md) ## Adaptive Programming