From aff95b7ee712abab17106e4bb2c09b8f04216c69 Mon Sep 17 00:00:00 2001 From: katiesavage Date: Thu, 6 Jul 2023 14:10:27 -0700 Subject: [PATCH] add license files --- 2-csharp/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2-csharp/README.md b/2-csharp/README.md index 283f3bd..01e6f0b 100644 --- a/2-csharp/README.md +++ b/2-csharp/README.md @@ -2,6 +2,8 @@ In this C# Crash Course, we'll go over the basics of C# so that you'll be ready to build out exciting web apps! We'll start by going through the key attributes of C#, syntax basics, and introduce you to OOP. In each section, we'll link you to some quick in-browser C# challenges so you can apply these concepts. +## Curriculum + If you're completely new to C# and want a more comprehensive learning path, check out our [C# Curriculum](https://aka.ms/selfguidedcsharp). The projects included in that curriculum are listed below. You can open this repository as a Codespace to complete those projects. | | Lesson | Guided Project | Challenge Project |