Stop repeating this!
Use Extension Blocks to group all your logic for a specific type. It’s cleaner, more organized, and supports properties + operators too.
Stop repeating this!
Use Extension Blocks to group all your logic for a specific type. It’s cleaner, more organized, and supports properties + operators too.
My new job has required I use Google's Firebase, and in particular Firestore. I've been surprised by the memory consumption of the official emulator, and wondered if I could hack together in .NET that meeds our needs. I still don't know, but this is the result so far: https://github.com/mikegoatly/FirestoreSharp
Stability and security of our projects will witness quality-of-life changes!
#Aptivi #Nitrocid #NitrocidKS #KernelSimulator #TechNews #TechUpdates #dotnet #csharp #programming #Terminaux #BassBoom
https://officialaptivi.wordpress.com/2026/03/28/embracing-stability-and-security-of-our-projects/
Dew Drop Weekly Newsletter 476 - Week Ending March 27, 2026
#dewdrop #newsletter #javascript #azure #aspnetcore #aspire #windowsdev #xaml #cpp #dotnet #csharp #ai #mcp #agile #devops #python #appdev #gamedev #podcasts #m365 #sqlserver #data #powershell
Dew Drop – March 27, 2026 (#4634)
https://www.alvinashcraft.com/2026/03/27/dew-drop-march-27-2026-4634/
#dotnet #webdev #ai #visualstudio #vscode #appdev #csharp #windowsdev #cloud #dewdrop
Securing @Umbraco media doesn't always need complex packages.
We just implemented a custom .NET middleware that intercepts all /media requests. If the request is missing our custom auth header, it's an immediate 401.
Clean, fast, and keeps the private assets private.
Do I know anyone who can help answer this question? https://stackoverflow.com/q/79915185/16454
My IDEs all treat `$[(DatabaseName)]` as a difference in schema compare instead of ignoring the stored procedure or view as identical. This happens because of the new SDK-style sqlproj format, which is not supported in Visual Studio yet (we're all using Macs anyway).

When I run a schema compare in Rider in the new SDK-style sqlproj format where the [$(DatabaseName)] value is in the *.sql code and the resolved database name is in the database side, it still regi...
The World's Crudest Chaos Monkey https://jeremydmiller.com/2026/03/26/the-worlds-crudest-chaos-monkey/