[CloudAcademy] C# Loops Deep Dive

  Description Structures to repeat tasks or access data collections are at the heart of compact and reusable code. C#, like other programming languages, provides three basic mechanisms allowing you to execute statements multiple times dynamically. In this course, we’ll take an in-depth look at the for loop, while loop, and foreach loop. These looping […]

[CloudAcademy] Introduction to Object Orientation and C# Classes

  Description This course takes code from the Data Types and Variables course and refines it using object-oriented (OO) principles. We explore some of the main concepts of OO programming during this process, such as encapsulation, code reuse, and inheritance. Along the way, we learn more about essential code structures such as conditional evaluation with […]