Alex-Kozachenko / Learning

0 stars 0 forks source link

Study .NET for Web #12

Open Alex-Kozachenko opened 1 year ago

Alex-Kozachenko commented 1 year ago

The .NET is a large platform, and it's subset for a web-development is a big piece as well. Here I've got a large parts enlisted, which are making a .NET web-development, as I believe.

I won't include W3C stuff here, just for the sake of the scope.

Alex-Kozachenko commented 1 year ago

SignalR

It's a library for a peer-to-peer communication. An ancestor of a WCF. Basically, it's just an implementation of some web-standards. So it's probably requires a lot of knowledge on w3c.

Prerequisites:

Bonus:

Alex-Kozachenko commented 1 year ago

Blazor

It's a WebAssembly-based solution which is able to provide a client with a C# code on-demand.

Prerequisites:

Alex-Kozachenko commented 1 year ago

EF-Core

codemaze

Alex-Kozachenko commented 1 year ago

Identity

Sources: