One of the best features of the classic #keepass is that it supports the creation of authentication plugins (in #csharp) so that you can use external hardware to provide authentication. Newer solutions like #keepassXC, while looking awesome do not support this basic functionality and neither do any of the other #offline #opensource #password managers I've found so far. (And with hardware I mean custom hardware). https://keepass.info/
KeePass Password Safe

KeePass is a free open source password manager. Passwords can be stored in an encrypted database, which can be unlocked with one master key.

DeadLock 1.5.1 - Release | CodeDead

DeadLock 1.5.1 is a minor update that includes various bug fixes and performance improvements. The following languages have been added or improved in this release...

I've just released SharpSync, my pure .NET file synchronization library supporting multiple storage backends with bidirectional sync, conflict resolution, and progress reporting. It is needed for a future project I'm now working on, but I decided to #OpenSource it.
#GitHub: https://github.com/Oire/sharp-sync
#NuGet: https://www.nuget.org/packages/Oire.SharpSync/1.0.0
#CSharp #DotNet #FileSync #Library
GitHub - Oire/sharp-sync: A pure .NET file synchronization library supporting multiple storage backends with bidirectional sync, conflict resolution, and progress reporting.

A pure .NET file synchronization library supporting multiple storage backends with bidirectional sync, conflict resolution, and progress reporting. - Oire/sharp-sync

GitHub

What do you think about the new collection expression arguments feature in C# 15?
For me right now they seem a little weird and unnecessasy. But I'm curious how this `with` syntax will evolve in the future.

https://github.com/dotnet/core/blob/main/release-notes/11.0/preview/preview1/csharp.md#collection-expression-arguments

#csharp #dotnet

core/release-notes/11.0/preview/preview1/csharp.md at main · dotnet/core

.NET news, announcements, release notes, and more! - dotnet/core

GitHub

⚡️ .NET 11 Preview 1 lands, but devs question the direction

🏷️ #devdigest #dotnet #net #csharp #microsoft

https://devdigest.today/goto/5341

Devs Souring on .NET 11? -- Visual Studio Magazine

Microsoft's .NET 11 Preview 1 introduces runtime and SDK enhancements while facing community scrutiny over C# syntax complexity and a strategic shift toward AI-driven development.

Visual Studio Magazine

Just updated the Mastodon IT Lists — curated CSV files you can import to follow developers by language!

What's new:
- Added 293 new verified accounts
- Removed 143 dead/inactive accounts
- Fixed 77 migrated addresses
- Now 853 accounts across 7 lists

Languages: Go, Python, Rust, PHP, Ruby, C#/.NET + general IT/Programming

Import ready — just download & import into your Mastodon settings!

https://github.com/przemekperon/mastodon-it-lists

#Mastodon #Fediverse #Programming #Developer #OpenSource #Golang #Python #Rust #PHP #Ruby #DotNet #CSharp #InfoSec #FOSS

The Nitrocid 0.2.0 and 0.1.0 SP6 PPAs are experiencing delays. We are working on that, and we are sorry for the inconvenience.

#Nitrocid #NitrocidKS #KernelSimulator #TechNews #TechUpdates #dotnet #csharp #programming #Aptivi #PPA #Launchpad #Ubuntu

Man I fucking LOVE building stuff. My free / OSS bot & scraper protection system is now live
https://www.stylobot.net . It's umm...VERY different from almost anything else. Oh and ridiculously more powerful than almost anything else too by taking a behavioural approach rather than simple string matching. It builds a comprehensive ledger of each user (no PII stored!) and their behaviour across sessions, requests, and even within a single request-response operation.
Uses heuristics & deterministic analysis (with optional LLM escalation for novel detections).
Free, ASP.NET Middleware, Docker Image & executable. Public Domain (commercial addons coming later)
https://github.com/scottgal/stylobot
#aspnet #csharp #botdetector #oss #unlicense