The notebook
Writing - page 5
azureMulti-stage builds for Ionic Apps with Azure Pipeline Templates
In this article, we will create an Azure Pipeline for an Ionic app using the new Azure pipelines YAML templates. We will also cover signing a release…
asp.net coreUnderstanding WebSockets with ASP.NET
What RFC 6455 actually specifies, how the HTTP upgrade handshake works, and how SignalR builds on it in an ASP.NET Core app.
Updated · originally
c#How to ramp up in a new codebase with NDepend
Reading code is good. But, visualising code is even better. I recently wrapped up a gig where we had to perform a .NET Core upgrade (from .NET…
asp.net coreHaving Fun with Microsoft IoC Container for .NET Core
Wire up Microsoft's built-in dependency injection container from an empty console app, then read the DI extension source to see how it resolves.
asp.net coreUnderstanding .NET Generic Host Model
How the .NET Generic Host separates initialisation from execution, and what it configures for you in both a web app and a worker service.
data visualizationD3.js Creating a Bar Chart from Ground Up
Creating a bar chart is not that difficult, or is it? Today, we are going to dissect the basic elements of a bar chart and create it from the ground…
data visualizationD3.js Join Semantics - A Conceptual Look
It’s really easy to get started with D3 when you go through their excellent documentation. However, the goal of this post is to give you a sense of…
asp.net coreSecuring Hangfire Dashboard in ASP.NET Core with a Custom Auth Policy
This blog post assumes that you have a basic understanding of Hangfire. If not, you can follow their excellent guide on how to get started. The scope…
containersMulti-stage Image Builds with Docker
In a Dockerfile, each statement adds up a new layer to the image. It could be counterproductive if you also build your application package when…
azureDeploying Multi-Container Services on Azure Service Fabric
To give you a bit of context on what we will be looking at today, we will have one goal - to deploy a microservices application to Azure with Service…