Opleiding: C# Fundamentals
Begin met het ontwikkelen van C# applicaties.
Deze cursus is bedoeld voor deelnemers die de basis van C# en .NET willen leren. De cursus behandelt de kernconcepten die nodig zijn om te starten met het bouwen van applicaties in C#, met de nadruk op praktische voorbeelden en hands-on oefeningen.
- Implement console applications with input/output and debugging skills [Apply]
- Apply data types, type conversions, and use value and reference types appropriatly [Apply]
- Use operators and control flow statements effectively [Apply]
- Implement methods with parameters, return values, and overloading [Apply]
- Use arrays, lists and dictionaries to manage collections [Apply]
- Implement classes with fields, properties, methods, access modifiers, constructors and static members [Apply]
- Handle exceptions [Apply]
- Explain the use and value of inheritance [Understand]
- Apply Reading from and saving to file [Apply]
- Compiler, CLR, IL
- Project structuur en solution files
- Visual Studio IDE essentials
- Console input/output
- Debugging Basics
- Value types, reference types en strings
- Type casting en parsing
- ref en out parameters
- Arithmetic, assignment, increment/decrement operators
- Comparis…