diff --git a/2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Final/Final.csproj b/2-csharp/lesson-2-projects/challenge-project/Final/Final.csproj similarity index 100% rename from 2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Final/Final.csproj rename to 2-csharp/lesson-2-projects/challenge-project/Final/Final.csproj diff --git a/2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Final/Program.cs b/2-csharp/lesson-2-projects/challenge-project/Final/Program.cs similarity index 100% rename from 2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Final/Program.cs rename to 2-csharp/lesson-2-projects/challenge-project/Final/Program.cs diff --git a/2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Starter/Program.cs b/2-csharp/lesson-2-projects/challenge-project/Starter/Program.cs similarity index 100% rename from 2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Starter/Program.cs rename to 2-csharp/lesson-2-projects/challenge-project/Starter/Program.cs diff --git a/2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Starter/Starter.csproj b/2-csharp/lesson-2-projects/challenge-project/Starter/Starter.csproj similarity index 100% rename from 2-csharp/lesson-2-projects/challenge-project/ChallengeProject/Starter/Starter.csproj rename to 2-csharp/lesson-2-projects/challenge-project/Starter/Starter.csproj diff --git a/2-csharp/lesson-2-projects/guided-project/LICENSE b/2-csharp/lesson-2-projects/guided-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-2-projects/guided-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-2-projects/guided-project/README.md b/2-csharp/lesson-2-projects/guided-project/README.md new file mode 100644 index 0000000..ee76a63 --- /dev/null +++ b/2-csharp/lesson-2-projects/guided-project/README.md @@ -0,0 +1,2 @@ +# Guided-project-foreach-if-array-CSharp +Starter and Solution code for the Guided project: "Develop foreach and if-elseif-else structures to process array data in C#" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-3-projects/challenge-project/LICENSE b/2-csharp/lesson-3-projects/challenge-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-3-projects/challenge-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-3-projects/challenge-project/README.md b/2-csharp/lesson-3-projects/challenge-project/README.md new file mode 100644 index 0000000..7eb830d --- /dev/null +++ b/2-csharp/lesson-3-projects/challenge-project/README.md @@ -0,0 +1,2 @@ +# Challenge-project-branching-looping-CSharp +Starter and Solution code for the Challenge project: "Develop conditional branching and looping structures in C#" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-3-projects/guided-project/LICENSE b/2-csharp/lesson-3-projects/guided-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-3-projects/guided-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-3-projects/guided-project/README.md b/2-csharp/lesson-3-projects/guided-project/README.md new file mode 100644 index 0000000..139866e --- /dev/null +++ b/2-csharp/lesson-3-projects/guided-project/README.md @@ -0,0 +1,2 @@ +# Guided-project-branching-looping-CSharp +Starter and Solution code for the Guided project: "Develop conditional branching and looping structures in C#" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-4-projects/challenge-project/LICENSE b/2-csharp/lesson-4-projects/challenge-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-4-projects/challenge-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-4-projects/challenge-project/README.md b/2-csharp/lesson-4-projects/challenge-project/README.md new file mode 100644 index 0000000..92a1d69 --- /dev/null +++ b/2-csharp/lesson-4-projects/challenge-project/README.md @@ -0,0 +1,2 @@ +# Challenge-project-Work-with-variable-data-in-CSharp +Starter and Solution code for the **Challenge project**: "Work with variable data in C# console applications" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-4-projects/guided-project/LICENSE b/2-csharp/lesson-4-projects/guided-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-4-projects/guided-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-4-projects/guided-project/README.md b/2-csharp/lesson-4-projects/guided-project/README.md new file mode 100644 index 0000000..24dcae1 --- /dev/null +++ b/2-csharp/lesson-4-projects/guided-project/README.md @@ -0,0 +1,3 @@ +# Guided-project-Work-with-variable-data-in-CSharp + +Starter and Solution code for the **Guided project**: "Work with variable data in C# console applications" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-5-projects/challenge-project/LICENSE b/2-csharp/lesson-5-projects/challenge-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-5-projects/challenge-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-5-projects/challenge-project/README.md b/2-csharp/lesson-5-projects/challenge-project/README.md new file mode 100644 index 0000000..cc55ae7 --- /dev/null +++ b/2-csharp/lesson-5-projects/challenge-project/README.md @@ -0,0 +1,3 @@ +# Challenge-project-Create-methods-in-CSharp + +Starter and Final code for the Challenge project: "Create methods C# console applications" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-6-projects/challenge-project/LICENSE b/2-csharp/lesson-6-projects/challenge-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-6-projects/challenge-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-6-projects/challenge-project/README.md b/2-csharp/lesson-6-projects/challenge-project/README.md new file mode 100644 index 0000000..99a3642 --- /dev/null +++ b/2-csharp/lesson-6-projects/challenge-project/README.md @@ -0,0 +1,2 @@ +# Challenge-project-debugging-CSharp +Starter and Solution code for the Challenge project: "Debug a C# console application using Visual Studio Code" from the Microsoft Learn collection "Getting started with C#" diff --git a/2-csharp/lesson-6-projects/guided-project/LICENSE b/2-csharp/lesson-6-projects/guided-project/LICENSE new file mode 100644 index 0000000..2080d95 --- /dev/null +++ b/2-csharp/lesson-6-projects/guided-project/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Microsoft Learning + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/2-csharp/lesson-6-projects/guided-project/README.md b/2-csharp/lesson-6-projects/guided-project/README.md new file mode 100644 index 0000000..9ac6f1c --- /dev/null +++ b/2-csharp/lesson-6-projects/guided-project/README.md @@ -0,0 +1,2 @@ +# Guided-project-debugging-CSharp +Starter and Solution code for the Guided project: "Debug and handle exceptions in a C# console application using Visual Studio Code" from the Microsoft Learn collection "Getting started with C#" diff --git a/README.md b/README.md index a5f0192..71a2815 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Here, you'll find a 6-part series of lessons and projects to get you started bui To use this curriculum on your own, fork the entire repo and go into the numbered folders to access the lessons and projects. This series is designed to take 6 weeks, about 1 week per lesson, but feel free to complete it at your own pace. ### Codespace -You can also complete the lesson from your browser using GitHub Codespaces. To open Codespace, simply select the green **Code** button. Then click the **+** to create a Codespace on the main branch. +You can also complete the lesson from your browser using GitHub Codespaces. To open a Codespace, simply select the green **Code** button. Then click the **+** to create a Codespace on the main branch. ## Lessons | | Lesson Name | Learning Objectives | Linked Lesson |