CSE 325: .NET Software Development

Introduction to Web Development with Blazor

Overview

Blazor is a web development framework that allows developers to create web applications using C# and .NET. This module will introduce key features and components of the Blazor full stack framework.

Prepare

  1. Read 📄ASP.NET Core Blazor – learn.microsoft.com
  2. Watch 🎦Beginner's Series to: Blazor – learn.microsoft.com (~1.5 hours)
    This demonstration series provides an overview of Blazor through a demonstration of building a simple user interface with a layout, components, data access, form fields with validation, etc. The demonstration is done using Visual Studio (full). You do NOT need to install Visual Studio to follow along. This is meant to be a beginning, visual overview.

Instructions

  1. Complete the Blazor Tutorial – Build your first Blazor app from dotnet.microsoft.com.
    This tutorial utilizes the command line interface (CLI).

Submission

  1. There is no submission associated with this learning activity. Complete all the week's learning activities and return to Canvas where you will report on your work.