One of the biggest problem I always had with both Lambda and Azure Functions was that they introduce cloud specific…
Convert an Html Admin template to Blazor #1
In this blog series we are going to try to take an existing Admin template and convert it into a…
.NET Core config transforms for collections in different environments
The final solution can be found in Github if you want to check it out. .NET Core’s configuration system is…
ASPNETCore Health check for DynamoDB
ASP.NET core offer health checks Middlewares for reporting health of an application and its different components. You can expose the…
Authentication UI workflow in Blazor : Redirecting using code
Authentication UI workflow in Blazor : Redirecting using code using IUriHelper from the Microsoft.AspNetCore.Components.Services library
.Net Core Web development using Blazor on Server and C#
Blazor is an experimental .NET web framework using C# and HTML that runs in the browser. We will be looking…
Calculate Speed using Hall effect sensor
We are preparing for a workshop on V2X and for the actual demo we are building a car that runs…
Convert an Html Admin template to Blazor #2
In part 1 of this blog series we took a HTML, CSS , Javascript Admin template and converted it to…
Azure functions – Blob storage trigger to Process CSV in C#
Every time a CSV file is uploaded to Azure blob storage we want to run an Azure function that will process the CSV and upload data to Azure table storage. We will be using Visual Studio 2017 and Azure Storage explorer for development and testing locally.
Home assistant – Find who is home
One cool feature of home assistant to detect who is home by detecting what devices are connected to the WIFI…