Quantcast
Channel: SWHarden.com
Browsing latest articles
Browse All 89 View Live
↧

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 Article


Drawing with Maui.Graphics

How to use Maui.Graphics to draw and create animations in a Windows Forms and WPF applications

View Article


Managing Secrets in .NET Console Apps

How to use dotnet user-secrets to store and retrieve secrets and set environment variables in .NET applications.

View Article

Rename Image Files by Capture Date with C#

How to rename a folder of JPEGs by the creation date stored in their metadata

View Article

My Life with a Spiny Leaf Insect

Photographs of the life cycle of a spiny leaf insect raised as a pet

View Article


MeasureString() with Maui.Graphics

How to measure the pixel dimensions of a string using Microsoft.Maui.Graphics

View Article

Status Badges with Maui.Graphics

How to use Microsoft.Maui.Graphics to render status badges

View Article

NDepend Status Badges

How I used C# and Maui.Graphics to generate status badges for NDepend static analysis metrics

View Article


Spline Interpolation with C#

How to smooth X/Y data using spline interpolation in Csharp

View Article


Point Inside Rectangle

How to determine if a point is inside a rotated rectangle with C#

View Article

Generic Math in C# with .NET 6

How to perform math on generic types in C# with .NET 6

View Article

Determine GitHub Action Runner IP

A simple way to get the IP of the server running your GitHub Actions

View Article

Build 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 Article


Mystify your Mind with SkiaSharp

My implementation of the classic screensaver using SkiaSharp, OpenGL, and FFMpeg

View Article

GitHub Repository Badge

What I learned creating a github repo stats badge using HTML and Vanilla JS

View Article


FTP Deploy with GitHub Actions

Deploy content over FTP using GitHub Actions and no dependencies

View Article

Using DataFrames in C#

How to use the DataFrame class from the Microsoft.Data.Analysis package to interact with tabular data

View Article


Use 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 Article

Show 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 Article

Resample 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
Browsing latest articles
Browse All 89 View Live