Debugging: Immediate Window
By carlfranklin
In this learning activity, you'll explore the Immediate Window including what is it and how you use it?
Recursion - See Recursion
In this learning object you'll learn what recursion is and how to use it.
Variables in Computer Programming (C#)
In this learning activity you'll define what a variable is, how they're used in the C# programming language, and how the computer works with variables under the hood.
Finding Factorials with Recursion
By Brett Sheleski
In this activity we will discover when recursion is the best solution for your computer programming task.
Visual Studio: Connecting to Team Foundation Service
By Brian Foote
In this learning activity, you’ll practice connecting to the Team Foundation Service (TFS) and your local code repository to get existing code.
Visual Studio: Creating a New VSTS Repository
In this learning activity, you'll practice creating a new repository in Visual Studio Online, a cloud-based version control system.
Access Modifiers in C#
In this learning activity we will learn what access modifiers are and how they are used in C#.