Home
 
  
🔍

🔗 Using Blazor WebAssembly, SignalR and C# 9 to create Full-stack Real time Applications

https://www.dotnetcurry.com/aspnet-core/realtime-app-using-blazor-webassembly-signalr-csharp9

April 27, 2021

This article puts Blazor WebAssembly under test by building a small real time survey application leveraging SignalR for its real time functionality across both frontend and backend. While doing so, we will use the latest ASP.NET libraries in .NET 5 and C# 9.0, including some of the new language features like record types.

🔗 Authentication in ASP.NET Core, SignalR and VueJS applications

https://www.dotnetcurry.com/aspnet-core/1511/authentication-aspnetcore-signalr-vuejs

September 29, 2019

This article covers authentication in the context of ASP.NET Core and SignalR apps.

It describes how ASP.NET Core allows you to implement authentication using different schemes. Starting with cookie based authentication, it discusses different authentication schemes followed by JWT Bearer tokens.

so-signalr

May 11, 2019

A mini Stack Overflow replica built using Vue, ASP.NET Core and SignalR.

I wrote a series of articles in the DotNetCurry magazine explaining the stack, the integration between Vue and SignalR and the authentication mechanism:

danijg/so-signalr - GitHub

 

© 2022