Baby Monitor Chrome Extension – Streaming from Raspberry PI using SignalR and Cognitive Vision Service

SignalR Streaming is a latest addition to SignalR library and it supports sending fragments of data to clients as soon as it becomes available instead of waiting for all the data to become available. In this article, we will build a small app for baby monitoring to stream camera content from Raspberry PI using SignalR streaming. This tool … Continue reading Baby Monitor Chrome Extension – Streaming from Raspberry PI using SignalR and Cognitive Vision Service

Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

In this article, I will discuss how to show real-time cricket score notification from chrome extension using serverless Azure Functions and Azure SignalR. I have used cricapi.com free API service to get the live cricket score updates. The purpose of this article is to show the power of serverless architecture using azure functions and broadcasting … Continue reading Real-Time Cricket Score Chrome Extension using Azure Functions and SignalR

Browser Link in .Net Core: A nice example of SignalR

In this post, we will see Browser link feature of the Visual studio with Net Core. This feature is quite old so you might know this but to all those who do not know about browser link. Browser Link is a feature in Visual Studio that creates a communication channel between the development environment and … Continue reading Browser Link in .Net Core: A nice example of SignalR

Solution for the SignalR error “Failed to start the connection. Error- Method Not Allowed” : .Net Core Errors Part III

You can find all .Net core posts here. .Net Core was introduced in last few months and people has started adopting it. In this series of post, I will put some frequent errors during .Net Core development and some important topics for the Core. In this post we will see how to resolve the error: Failed to start the connection. Error: … Continue reading Solution for the SignalR error “Failed to start the connection. Error- Method Not Allowed” : .Net Core Errors Part III

ASP .Net Core 2.1 features: Part I

You can find my all .Net core posts here. In this post, we will see the features of Asp .Net Core 2.1 SignalR SignalR is coming into the .Net Core. I have already written a post on how to use SignalR in Net Core which is here but as some of the changes are going on … Continue reading ASP .Net Core 2.1 features: Part I

Newly written SignalR with .Net Core 2.0 and TypeScript

Update 02/15/2018 - Please note that this is a pre-release version and it is not production ready yet. https://github.com/aspnet/SignalR/issues/429 for more discussion. Whenever we want to implement real-time web functionality in .Net then first thing comes to our mind is SignalR. What is SignalR? ASP.NET SignalR is a library for ASP.NET developers that makes developing real-time … Continue reading Newly written SignalR with .Net Core 2.0 and TypeScript