From 44559eefe5ccac045d5bb637b70ce8360373a4d5 Mon Sep 17 00:00:00 2001 From: katiesavage Date: Thu, 28 Apr 2022 15:53:48 -0700 Subject: [PATCH] added descriptions and ways to connect --- 2-csharp/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/2-csharp/README.md b/2-csharp/README.md index 7d75973..a74c982 100644 --- a/2-csharp/README.md +++ b/2-csharp/README.md @@ -1,5 +1,7 @@ # C# Crash Course +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 in emails 3, 4, and 5! We'll start by going through the key attributes of C#, syntax basics, and introduce you to OOP. At the end, we'll link you to some quick in-browser C# challenges so you can apply these concepts. + ## Topics you'll learn * Language attributes * Compiled languages @@ -22,8 +24,20 @@ blah blah blah ## Mini Challenges! +Each of these mini challenges is designed so that you can apply C# concepts to mini coding exercises. These challenges are all sourced from Microsoft documentation and will allow you to get coding inside your browser. Easy peasy! + | # | Challenge | Solution | Duration | What you will learn | More information | |-| ------------------------------- | ------------------------------- | ----------- | -------------------------------------- | - | 1 | [Hello World](https://docs.microsoft.com/learn/modules/csharp-write-first/2-exercise-hello-world/?ns-enrollment-type=learningpath&ns-enrollment-id=learn.languages.csharp-first-steps)| N/A | 3 min | case sensitive, strings, comments | [Intro to C# Tutorial](https://docs.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/hello-world?WT.mc_id=csharpnotebook-35129-website), [C# documentation](https://docs.microsoft.com/dotnet/csharp/) | 2 | [Variables](https://docs.microsoft.com/learn/modules/csharp-literals-variables/6-challenge )|[Solution](https://docs.microsoft.com/learn/modules/csharp-literals-variables/7-solution)| 5 min | variables, data types, strings, ints, decimals | [Numberic Types](https://docs.microsoft.com/dotnet/csharp/tour-of-csharp/tutorials/numbers-in-csharp?WT.mc_id=csharpnotebook-35129-website), [C# documentation](https://docs.microsoft.com/dotnet/csharp/) | -3 | [Challenge](...)|[Solution](...)| 5 min | topics | [Link](...) | \ No newline at end of file +3 | [Challenge](...)|[Solution](...)| 5 min | topics | [Link](...) | + + +## Bonus and more ways to connect + +Want more practice with C#? The .NET team has you covered. Here's a few learning resources: +* C# Video Series on [Microsoft Docs](https://docs.microsoft.com/shows/CSharp-101/?WT.mc_id=dotnet-35129-website) or [YouTube](https://www.youtube.com/watch?v=Z5JS36NlJiU) +* Self Guided Tutorials on [Microsoft Learn](https://docs.microsoft.com/users/dotnet/collections/yz26f8y64n7k07) +* [Learn to Code Page](https://dotnet.microsoft.com/learntocode) + +Connect with us! Check out the [.NET Community Page](https://dotnet.microsoft.com/platform/community) to find links to our blogs, YouTube, Twitter, and more. \ No newline at end of file