Ein Kurs von PPEDV 🚀
- Greeter
- VS
- Git
- Intro
- Ecosystem
- .NET
- Console
DConsole
M1HelloWorld
- Datentypen
- bool
- string
- int
- double
- Operatoren
- Casting
- Enums
Dbool, Dstring, Dint, Ddouble, Denum
M2MiniRechner
- Arrays
- if else
- for
- while & do while
- switch
DArray, DRandom
M3Zahlenratespiel
- arguments
- parameters
- return
- overloads
- out & ref args
DMethods
- constructor
- fields
- props
- class methods
- access modifier
- inctances / objects
- destructor
DLibrary, DLibraryConsumer
M5Fahrzeugpark, M5UseFahrpark
- base
- virtual & override methods
- abstract methods
DLibrary, DLibraryConsumer
- interfaces
- override vs overload
DLibrary, DLibraryConsumer
- List
<T>
- Stack
<T>
- Queue
<T>
- KeyValuePair
<T1, T2>
- Dictionary
<T1, T2>
- Hachtable
DList, DStack, DQueue, DKeyValuePair, DDictionary
- partial classes
- widgets / components
- component props
DWinForm
M9TicTacToe
- custom delegates
- built-in delegates
- anonumous functions
- event handler
Ddelegate
to be continued..
- [ ]
- [ ]
- [ ]
to be continued..
- [ ]
- [ ]
- [ ]
to be continued..
- [ ]
- [ ]
- [ ]
- entities
- models
- dbcontext
- dbset
DEntityFrCore
to be continued..
- [ ]
- [ ]
- [ ]