Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kolosovpetro/blazor-course
- Owner: kolosovpetro
- Created: 2021-02-06T20:55:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T00:21:01.000Z (about 3 years ago)
- Last Synced: 2024-11-15T17:44:35.126Z (3 months ago)
- Topics: blazor, blazor-server
- Language: C#
- Homepage:
- Size: 14.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)