Welcome to my free basic C# course.
This course was designed as a follow on from my Basic Programming course.
This is purely a text and code course, I’m going to be creating some supporting videos to this course that will be available on the Ministry of Testing’s online learning platform, The Dojo.
Lessons
Visual Studio
- Using Visual Studio
- Downloading and Install Visual Studio
- Downloading code from GitHub
- Creating A New Solution and Project
- Importing A Soluution/Project
- Building A Project
- Various Windows / Toolbars
- Running a Check
- Debugging
- IntelliSense
C# Basics
- C# Syntax
- Using Libraries
- Classes And Objects In C#
- Types And Objects In C#
- Variables, Fields and Properties in C#
- Methods in C#
- Operators in C#
- Control Flow in C#
- Abstraction in C#
- Encapsulation in C#
- Inheritance in C#
- Polymorphism in C#
- Decomposition in C#
- Code Comments in C#
NUnit
- What is NUnit?
- Setting up NUnit
- Creating Tests with NUnit
- What are Test Fixtures?
- What are Assertions?
- What are Matchers?
- Running Your Tests
Roadmap