Profile avatar
devingoble.bsky.social
I'm a husband and developer trying to be the best I can at both.
47 posts 110 followers 256 following
Regular Contributor
Active Commenter

Anyone out there familiar with building WinUI apps? I am interested in finding a project on github for a real world application that is more complex than tutorial demos. Have any suggestions?

#MVCookTool Deluxe is now #SteamDeck ready! Plus, R5.10u5 out now! Highlights: - Improved memory usage - Hardware encoding for AV1 conversion - QoL improvements #RPGMaker #RPGMakerMV #RPGMakerMZ #gamedev #indiedev #rpgツクールMV #RPGツクールMZ #rpgツクール studioace.wordpress.com/2025/01/30/r...

Stop hauling more data than you need in EF Core! Query Projection lets you fetch only the fields that matter, keeping your queries lean and fast. No more SELECT *—it’s time to optimize! Learn how: woodruff.dev/query-projec... #EFCore #dotnet #PerformanceOptimization #DevTips

📦 v24.19.0 Bug Fixes * writer: do not print transparent foreground Features * git: remove trailing spaces for remote icons #oh-my-posh #oss #cli #opensource

.NET 9 introduces a new Base64Url type. The existing Convert.ToBase64String method can produce a string with '/', '+', or '=' characters. They are not safe for URLs because they have special meanings in URLs. The Base64Url helper produces the string without these characters.

Interesting day yesterday, Stripe did a layoff by email at 11pm at night on a holiday. So ... I am on the hunt for a new job 🙂 Engineering Manager, have managed teams from 5 to > 100, absolutely love the web, and have ended up with a ridiculous amount of experience with content focused sites.

My most recent meta-blog entry - Preface, Primer, Table of Contents, Etc. - groups most of my blog entries by their core themes. jhumelsine.github.io/3000/01/01/p...

Microsoft just released the 2nd experimental release of #WinAppSDK 1.7! Rich notifications for calls, adding badges to the taskbar for Win32 apps, file scoped namespaces in templates, unit tests all around, and more! github.com/microsoft/Wi... #dotnet #WinDev #Windows

Was asked, "What's beyond agile?" That's easy; Agile is beyond Agile. When people tell me how much they hate Agile, I ask them what they're doing instead. They invariably describe an Agile process. 1/3

Every Reason You Should be Getting Started With .Net Aspire Explore the advantages of getting started with .NET! From performance to versatility, it's a powerful choice for developers. Elevate your skills today. #dotnet #aspnet https://isaacl.dev/f8m

Blogged: Implementing an interceptor with a source generator andrewlock.net/creating-a-s... In this post I show how interceptors work, and how you can implement an interceptor using a source generator and the GetInterceptableLocation API #dotnet #csharp #aspnetcore

Woah, TIL about Vogen. This will save me a lot of tedious effort!

Looking for a course to take you from zero to hero in CSharp? Visit here for more info: https://dometrain.com/bundle/from-zero-to-hero-csharp/?ref=nick-cosentino #DotNet #CSharp #LearnToCode #Coding #Programming

New release of MiniValidation is out! v0.9.2 includes a fix from contributor github.com/Kraviecc, thank you! github.com/DamianEdward...

I would get a hammer subscription in a heartbeat.

Burying the lede! TIL about www.extensionmethod.net

.NET 9 is great, but let's not forget the awesome features of the previous versions. The C# compiler uses the Range struct to support a range operator '..' Since .NET 6, the Take method from IEnumerable<T> supports the Range type.

High schoolers (and parents and teachers of High Schoolers!) Your teen could win a 1 on 1 call with the Creator of Python *or* the creator of C# and TypeScript! highseas.hackclub.com Please share!

Do you use enums in CSharp? Read more here: https://www.devleader.ca/2023/11/15/enums-in-csharp-a-simple-guide-to-expressive-code/ #csharp #dotnet #dotnetcore #beginner #tutorial

I love writing C# and I don't care who hears me say that 💜.

We all have such wildly different sets of experiences. Don't assume that the people you work with have the same knowledge at the same level of detail as you. This hit home this week as I've been teaching my 12 year old nephew to tie his shoes. How he got this far is mostly a mystery to me.

Blogged: Understanding cross-origin security headers - Part 1 - Cross-Origin-Opener-Policy: preventing attacks from popups andrewlock.net/understandin... In this post I describe how to protect yourself from vulnerabilities in JS APIs with the Cross-Origin-Opener-Policy header #aspnetcore #appsec

You should follow Julie!

Just dropped #WinUIEx 2.5.0 which features a new fast and low-level splash screen function for responsive app startup. It can even use the splash screens defined in your manifest automatically: dotmorten.github.io/WinUIEx/conc... #WinUI

These peeks behind the curtain are awesome.

Almost embarrassed to post this, but I've always used Fiddler or Burp for capturing things like this... I didn't have admin rights and was trying to capture network traffic from a pop-up, so Dev Tools wasn't working Apparently this is built into Chrome/Edge! So cool :) edge://net-export/