Skip to content

place for demos, labs and other funny things from c# course in KA. Folien und Aufgaben findet Ihr im Premium-Login-Bereich auf ppedv.de

Notifications You must be signed in to change notification settings

ppedvAG/20200225-cs-gk-ka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# GRUNDLAGEN

Ein Kurs von PPEDV 🚀

Notizen Anna

Notizen Elke

Notizen Jan

Notizen Markus

Notizen Vadzim

M00 | WARMING UP

  • Greeter
  • VS
  • Git

M10 | GETTING STARTED

  • Intro
  • Ecosystem
  • .NET
  • Console

DConsole

M1HelloWorld

M20 | DATA TYPES, OPERATORS

  • Datentypen
  • bool
  • string
  • int
  • double
  • Operatoren
  • Casting
  • Enums

Dbool, Dstring, Dint, Ddouble, Denum

M2MiniRechner

M30 | ARRAYS & CONTROLS

  • Arrays
  • if else
  • for
  • while & do while
  • switch

DArray, DRandom

M3Zahlenratespiel

M40 | FUNCTIONS

  • arguments
  • parameters
  • return
  • overloads
  • out & ref args

DMethods

M50 | CLASSES & OOP

  • constructor
  • fields
  • props
  • class methods
  • access modifier
  • inctances / objects
  • destructor

DLibrary, DLibraryConsumer

M5Fahrzeugpark, M5UseFahrpark

M60 | INHERITENCE / VERERBUNG

  • base
  • virtual & override methods
  • abstract methods

DLibrary, DLibraryConsumer

M70 | POLYMORPHISM

  • interfaces
  • override vs overload

DLibrary, DLibraryConsumer

M80 | GENERIC DATA STRUCTURES

  • List<T>
  • Stack<T>
  • Queue<T>
  • KeyValuePair<T1, T2>
  • Dictionary<T1, T2>
  • Hachtable

DList, DStack, DQueue, DKeyValuePair, DDictionary

M90 | WINDOWS FORMS

  • partial classes
  • widgets / components
  • component props

DWinForm

M9TicTacToe

M100 | DELEGATES & EVENTS

  • custom delegates
  • built-in delegates
  • anonumous functions
  • event handler

Ddelegate

M110 | Exception-Handling​

to be continued..

  • [ ]
  • [ ]
  • [ ]

M120 | Unit-Tests

to be continued..

  • [ ]
  • [ ]
  • [ ]

M130 | File Access Dateizugriff​

to be continued..

  • [ ]
  • [ ]
  • [ ]

M140 | Datenbankzugriff mit Entity Framework​

  • entities
  • models
  • dbcontext
  • dbset

DEntityFrCore

M150 | Datenbankzugriff mit ADO.NET​

to be continued..

  • [ ]
  • [ ]
  • [ ]

About

place for demos, labs and other funny things from c# course in KA. Folien und Aufgaben findet Ihr im Premium-Login-Bereich auf ppedv.de

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages