Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review the existing documentation #363 #365

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ExDataManagement/P01.Introduction/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Section 1 - Introduction
# Section: Introduction

## Executive Summary

Expand Down
2 changes: 1 addition & 1 deletion ExDataManagement/P05.StructuralData/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Section 3 - Structural Data
# Section: Structural Data

## Lesson 08 - Anonymous function and lambda expression

Expand Down
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
14 changes: 4 additions & 10 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,14 @@
## External Data Management

* [Executive Summary](ExDataManagement/README.md)

* Introduction
* Data Semantics
<!-- * [Data Semantics](ExDataManagement/P02.DataSemantics/DataSemantics/README.md) -->
* [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
<!-- * [Graphical Data](ExDataManagement/P06.GraphicalData/Readme.md) -->
* [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

Expand Down