asp.net core

SignalR: Create Simple Chat Application

Posted on Updated on

In this tutorial we will learn basics of building a real-time app using SignalR. You learn how to:

  • Create a web project.
  • Add the SignalR client library.
  • Create a SignalR hub.
  • Configure the project to use SignalR.
  • Add code that sends messages from any client to all connected clients.

At the end, you’ll have a working chat application ready for fun!

Read the rest of this entry »

Blazor: Add Static Files Images, CSS, JavaScripts

Posted on Updated on

In this video tutorial on Blazor I am going to explain the procedure to include images and other static files into your Blazor projects.

Read the rest of this entry »