I've just stack overflowed #VisualStudio 2026 with a directory path roughly 32500 characters long.

Well.

#Microsoft #DotNet #CSharp

Easily Add or Remove Digital Signatures in PDF Files with .NET MAUI   | Syncfusion Blogs

Learn how to add or remove digital signatures in PDF using .NET MAUI and Syncfusion PDF Library for secure compliance.

Syncfusion

Boost your C# skills with these 50 essential .NET code hacks! Enhance your coding efficiency and learn new techniques to tackle complex problems. #CSharp #dotnet

https://isaacl.dev/gxb

Uno Platform Studio 2.0 – Deep Dive & $10k Contest for Attendees

https://platform.uno/blog/uno-platform-studio-webinar/

#unoplatform #dotnet #appdev #xaml #csharp #ai #webinar

Uno Platform Studio 2.0 - Deep Dive & $10k Contest for Attendees

Pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, Android and Linux

Uno Platform
Dew Drop – December 11, 2025 (#4559) – Morning Dew by Alvin Ashcraft

Did I ever publicly mention I've been (slowly) working on porting my #Asteroidians codebase from #Unity to #Monogame ?

Apparently that started June. 🙄

I spent today working on my replacement Coroutine sys, which has gotten some 👀❓from the Monogame discord.

I have specific needs for Coroutines though, for running game-simulation code over-time with my "deterministic lockstep sync" based #multiplayer architecture.
And it keeps code tidy!

#selftaught #gamedev #indiedev #programming #csharp

#AdventOfCode Day 11: Reactor

Wow, with 24 lines, this turned out to be the almost shortest and fastest code of this year for me. Enduring so many past AoC graph puzzles has finally paid off. I even finished both parts before breakfast. Okay, I’ll stop bragging now. There is still one more day to go.

Update: I played around with Cytoscape again. Attached is my puzzle input as a graph.

Red = svr (start)
Blue = fft
Lavender = dac
Green = out (end)

#CSharp code is here:
https://github.com/nharrer/AdventOfCode/blob/main/dotnet/2025/Day11/Day11.cs

Puzzle:
https://adventofcode.com/2025/day/11