Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kolosovpetro/blazor-course

University course on Blazor
https://github.com/kolosovpetro/blazor-course

blazor blazor-server

Last synced: 29 days ago
JSON representation

University course on Blazor

Awesome Lists containing this project

README

        

# Blazor Course

Few project from university course on Blazor.

## Requirements

- SDK .NET Core 3.1 (see https://dotnet.microsoft.com/download/visual-studio-sdks)
- C# 9.0

## Table of contents

- Tutorial1 (Blazor basics)
- Tutorial2 (Data bindings and layout)
- Tutorial3 (SVG Basics)
- Tutorial4 (Multi-threading)
- Tutorial5 (ADO .NET, PostgeSQL)
- Tutorial6 (Components)
- Tutorial7 (Web Services)
- ProblemBasedCase1 (Events)
- ProblemBasedCase2 (Creating patterns on the page)
- ProblemBasedCase3 (SVG, Hanoi tower game)
- ProblemBasedCase4 (Threading, Game with movig balls)
- ProblemBasedCase5 (ADO .NET, CRUD interface)
- ProblemBasedCase6 (Callbacks in Components)