I escaped tutorial hell and published my first game! ๐ŸŽ‰ ๐Ÿ˜

"Uncle Otto's Mansion" is a short exploration game made in Unity. What started as a coding experiment turned into a 2-month obsession. ๐Ÿ˜บ๐ŸŽฎ

Just published the devlog: https://youtu.be/yXd-Af8FihA

Play the game (it's free, you have no excuses hehe!): https://madebyhenano.itch.io/uncle-ottos-mansion

#GameDev #IndieDev #Unity3D #GameDevelopment #Blender3D #CSharp #IndieGame #MadeWithUnity

Introducing Syncfusion Toolkit for Blazor: Free Open-Source Blazor Components | Syncfusion Blogs

Weโ€™re thrilled to launch the Syncfusion Toolkit for Blazor, a free, open-source, MIT-licensed collection of reusable Blazor UI components.

Syncfusion

Automatically getting API difference diagrams in your .NET PRs | by Morten Nielsen

https://xaml.dev/post/automatically-getting-api-difference-diagrams-in-your-net-prs

#dotnet #csharp #apis #github #pullrequests

dotMorten | Automatically getting API difference diagrams in your .NET PRs

dotMorten - .NET Ramblings, XAML hacking and some GIS endeavors - A while back I built a tool that could analyze .NET Source Files as well as assemblies, and generate

Dew Drop โ€“ May 25, 2026 (#4675) โ€“ Morning Dew by Alvin Ashcraft

This drop shows how [GeneratedRegex] makes regex compile-time fast, AOT friendly, and safer to ship. Plus a critical ASP.NET cookie patch, lean Marten endpoints, and Ubuntu's .NET 10 LTS news. #csharp #dotnet #aspnetcore

.NET drip - Saturday, May 23, ...
`[GeneratedRegex]`: Your Regex, but Make It Fast

`[GeneratedRegex]`: Your Regex, but Make It Fast โ€” plus 6 curated .NET links

.NET Drip

C# Corner software developer Deepak Tewatia does a thorough review of available .NET libraries for automating Microsoft Word (and other apps in the Office suite) writes, reads, and conversions from within Windows, MacOS, and Linux. Both commercial and FOSS alternatives are explored, including applicable license types.

"C# Word Library: Comparing 7 Options for .NET Developers in 2026"

https://www.c-sharpcorner.com/article/c-sharp-word-library-comparing-7-options-for-net-developers-in-2026/

#programming #dotnet #csharp #microsoftoffice #windows #macos #linux

When my daughter was 7 she wanted to make a game a kid could play without having to pay money for things in the game or constantly having to view ads. Bird Runner was born. We wanted to share the game. She's 12 now. I hope you (might) enjoy it (or at least don't hate it). #WPF #dotnet #csharp

(she used Paint.NET by Rick Brewster to create some of the characters.. my personal favorite is our duck, Mr. Quackers).

https://apps.microsoft.com/detail/9NG0JF6275N1?hl=en-us&gl=US&ocid=pdpshare

C# 15 ships two features I'll actually use: configurable collection expressions with with() and discriminated unions with exhaustive pattern matching.

Bugs caught at compile time cost nothing.

Link in the comment

#csharp #dotnet #programming

I don't keep it a secret that this is my favorite design pattern

Read more here:
https://bgh.st/ndn9vh

#CSharp #DotNet #Coding #Programming #DesignPatterns

I'm not quite happy with my code :(

A model probably shouldn't do ONPC stuff.
But what would a ViewModel "add" as value? Sure, I could make all properties strings and avoid the exception being displayed...

Or maybe I'm missing some software engineering knowledge and I'm missing something?

https://git.uvok.de/east-auction/tree/Models/BidItem.cs?h=main

#csharp #dotnet

BidItem.cs ยซ Models - east-auction - [no description]