Skip to content

12. Web

There are several ways to do web development in .Net. We will focus on Blazor for the UI. In addition, we will develop a REST-API using Asp.Net Core. This API may be accessed by the web application or by a desktop application created with Avalonia.

To create a minimal API for your database using EF read the following articles

To get a good jump start with Blazor follow the instructions of the tutorial Blazor Essentials.

The above-mentioned sources are sufficient for this course. However, if you are interested to learn more, there are two very good playlists addressing backend and frontend development