Opleiding: C# Fundamentals
Start developing C# applications.
This course is designed for participants who want to learn the essentials of C# and .NET. The course covers the core concepts needed to start building applications with C#, focusing on practical examples and hands-on exercises.
- 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 structure and solution files
- Visual Studio IDE essentials
- Console input/output
- Debugging Basics
- Value types, reference types and strings
- Type casting and parsing
- ref and out parameters
- Arithmetic, assignment, increment/decrement operators
- Comparison, logical, tern…