Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 759 Bytes

Agenda.md

File metadata and controls

47 lines (26 loc) · 759 Bytes

PPEDV-Kurs:28.06.2022 -> C# Advanced KW26 Trainer: Kevin Winter Email: [email protected]

Themen

Di:

  • C# 7.0 -> C# 9 Sprach Features
  • C# 10 und Ausblick auf C#11
  • Benchmark StringBuilder vs +-Operator (bei strings)
  • Generics
  • Delegates, Action, Func, Callbacks, Event, EventHandler

Mi:

  • Threads
  • TPL
  • TPL -> t1.ContinueWith(task => AllgemeinerFolgetask()); -> Was kann man mit Task- task noch anstellen oder Alternative
  • async / await

Do:

  • Serialization
  • Erweiterungsklassen
  • Linq / Lambda Expression
  • Reflections
  • Plugin Pattern (Optional, CodeReview)

Weitere Themen (wenn Zeit vorhanden)

  • Operatoren
  • Anonyme Typen + dynamische Typen
  • SOLID
  • ?