Draw with Maui.Graphics and Skia in a C# Console Application
This page describes how to draw graphics in a console application with Maui Graphics and Skia
View ArticleDrawing with Maui.Graphics
How to use Maui.Graphics to draw and create animations in a Windows Forms and WPF applications
View ArticleManaging Secrets in .NET Console Apps
How to use dotnet user-secrets to store and retrieve secrets and set environment variables in .NET applications.
View ArticleRename Image Files by Capture Date with C#
How to rename a folder of JPEGs by the creation date stored in their metadata
View ArticleMy Life with a Spiny Leaf Insect
Photographs of the life cycle of a spiny leaf insect raised as a pet
View ArticleMeasureString() with Maui.Graphics
How to measure the pixel dimensions of a string using Microsoft.Maui.Graphics
View ArticleStatus Badges with Maui.Graphics
How to use Microsoft.Maui.Graphics to render status badges
View ArticleNDepend Status Badges
How I used C# and Maui.Graphics to generate status badges for NDepend static analysis metrics
View ArticleSpline Interpolation with C#
How to smooth X/Y data using spline interpolation in Csharp
View ArticlePoint Inside Rectangle
How to determine if a point is inside a rotated rectangle with C#
View ArticleDetermine GitHub Action Runner IP
A simple way to get the IP of the server running your GitHub Actions
View ArticleBuild and Deploy a Hugo Site with GitHub Actions
How I safely use GitHub Actions to build a static website with Hugo and deploy it using SSH without any third-party dependencies
View ArticleMystify your Mind with SkiaSharp
My implementation of the classic screensaver using SkiaSharp, OpenGL, and FFMpeg
View ArticleGitHub Repository Badge
What I learned creating a github repo stats badge using HTML and Vanilla JS
View ArticleFTP Deploy with GitHub Actions
Deploy content over FTP using GitHub Actions and no dependencies
View ArticleUsing DataFrames in C#
How to use the DataFrame class from the Microsoft.Data.Analysis package to interact with tabular data
View ArticleUse Maui.Graphics to Draw 2D Graphics in Any .NET Application
How to use Microsoft.Maui.Graphics to draw graphics in a .NET console application and save the output as an image file using SkiaSharp
View ArticleShow A Progress Bar as your Blazor App Loads
How to add a progress bar to your client-side Blazor WebAssembly app to indicate page load progress.
View ArticleResample Time Series Data using Cubic Spline Interpolation
This page describes how I achieve signal resampling with spline interpolation in pure C# without any external dependencies.
View Article