Computer Science Principles Lab: C#

Go to class
Write Review

Free Online Course: Computer Science Principles Lab: C# provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Computer Science Principles Lab: C# is taught by Doug Winnie.

Overview
  • Learn how the principles and concepts of programming specifically work in C# and learn how to code in C# to build desktop, tablet, mobile, and web apps.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    • Using the exercise files
    1. Welcome to C#
    • History of C#
    • How C# is used
    • Set up your PC
    • Set up your Mac
    • Understand the terminology
    2. Define Actions Using Code
    • Work with values and variables
    • Use methods to repeat actions
    • Break down tasks
    • Customize functions with parameters
    • Variables and scope
    • Return values from functions
    3. Repeat Actions and Test for Conditions
    • Capture input from the user
    • Manage different variable types
    • Create conditional tests
    • Build compound conditional tests
    • Use while loops
    • Use for loops
    • Create arrays to store groups of values
    • Use loops with arrays
    • Flexible collections with lists
    4. Object-Oriented Programming Basics
    • Everything is an object
    • Everything is a class
    • Make your own classes and objects
    • Define permissions for class members
    • Extend classes
    Conclusion
    • Next steps