Daynight
Pages
(Move to ...)
▼
Friday, August 8, 2025
web recording (screen + audio) tool
›
Some highly recommended tools for web recording (screen + audio) depending on your platform and needs: ✅ Free & Cross-Platform (Win...
Friday, June 27, 2025
Deploy Node/React/Next.js application to Azure App Service
›
To deploy your Next.js dashboard (with App Router) to Azure App Service, follow these steps. Azure supports Next.js out-of-the-box with st...
Wednesday, June 25, 2025
Install Docker CLI on Windows
›
Step-by-Step: Install Docker CLI on Windows 1. Download the Docker CLI Binary Visit the official Docker static binaries repository: h...
Sunday, December 27, 2020
Blazor Event Handling - onclick, onmousemove, onchange
›
1. onclick event Component View <button @onclick="@Button_Click">@ButtonText</button> ...
1 comment:
Monday, December 21, 2020
Call REST API from ASP.NET Core Blazor
›
Blazor component can call REST API directly, but create a separate service that calls the REST API. Solution Structure 1...
Wednesday, December 9, 2020
MicroSoft Blazor
›
Blazor Today's web development, use both server-side (C#, Java,...) and client-side (JavaScript frameworks like Angular, React,..) tec...
Wednesday, August 26, 2020
Kubernetes Deployment Update Strategy
›
Kubernetes creates a second ReplicaSet, where it deploys the new pods and removes the old one from the original ReplicaSet 2 Types ...
Tuesday, August 25, 2020
Kubernetes ReplicaSet selector with matchExpressions
›
ReplicaSet is a tool to manage the pod replicas and update strategies, and it is more flexible than the replication controller. It p...
Deploy ASP.NET CORE application with the Kubernetes Deployments
›
Update the application with a rolling update strategy that releases new pods more gradually, one pod at a time. Roll back the appl...
Sunday, August 23, 2020
ASP.NET Core SignalR Chart Hub Application using Chartist.js
›
https://gionkunz.github.io/chartist-js/ https://github.com/mkader/SignalRExample Real time Chart Application Use Cases ...
›
Home
View web version