Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 540 Bytes

SocialNetworkBlazor

The project is used as my Bachelor's thesis "Social Network in Blazor WebAssembly". It uses Blazor WebAssembly for frontend, ASP.NET Core as a backend and Microsoft SQL for database.

What I Learned

  • Blazor WebAssembly
  • Code First database programming.
  • SignalR used for notifying clients.
  • Microsoft Identity
  • REST Api using ASP.NET Core as a backend.
  • Redux pattern using Fluxor
  • Entity Framework Core
  • Unit of Work and Repository patterns.
  • Azure DevOps workflow.
  • Updated C# knowledge using .NET 5.