Build your Resume Website, from the .NET Conf Student Zone 2022 Event
You will walk away from this workshop with your very own resume website! This workshop will teach you how to build a Blazor-WASM site to display a resume.
Blazor WASM (or Blazor WebAssembly) is a single-page web application framework built by Microsoft that allows you to build single-page web applications. Built as part of the .NET ecosystem, Blazor uses C# to generate dynamic content for a rich client experience.
- Students will be skilled at:
- Construct a frontend using Blazor
- Think about their project as a series of components
- Define a JSON file to represent your resume
- Integrate the .NET Blazor app and JSON data
- Students will be able to independently use their learning to:
- Apply this architecture to create other powerful websites using Blazor
Students will demonstrate their understanding of the concepts with the website they will build during the workshop:
- The website is comprised of componenents that represent different parts of their resume
- Defined pages that appear in the navigation
- The site pulls data from a JSON file
Learning Objectives
- Setup the page navigation
- Modelling the resume data with JSON
- Fetch the data from our JSON
- Render the fetched data
- Styling the resume site