Welcome to my repository for Build web apps with ASP.NET Core for beginners course by Microsoft! This repository contains my personal notes and exercises as I study and practice each lesson of the course.
The repository is organized into separate directories for each lesson. Each lesson directory contains:
- Notes: A .txt file with a transcription of the key points from the course pages to help reinforce the concepts.
- Exercises: Binaries and other necessary files for exercises related to each lesson.
- Lesson 1 - Write your first C# code
- Introduction to C# and basic coding exercises.
- Lesson 2 - Get started with web development using Visual Studio Code
- Setting up Visual Studio Code and creating your first web project.
- Lesson 3 - Learning the basics of web accessibility
- Understanding web accessibility concepts and practices.
- Lesson 4 - Create a web UI with ASP.NET Core
- Building a web UI with ASP.NET Core.
- Clone or download this repository.
- Navigate to the respective lesson folder for notes and exercises.
- Open the
.txt
files to review the transcriptions of the course content. - For exercises, follow the instructions provided in each lesson to execute the code.
As I progress through this course, I am documenting important concepts and exercises to help solidify my understanding of ASP.NET Core, C#, and web development. This repository serves as a personal reference but is open for anyone else who might find these notes useful.
Feel free to reach out if you have any questions or suggestions!
Alexandre Cardoso