5/23/25 – by
Benjamin Abt
Setting up GitHub Copilot for Better Commit Messages in VS Code
Look, we’ve all been thereIt’s 11 PM, you’ve just fixed a nasty bug, and you’re about to commit with “fix stuff” or “update things”. Six months later, you’re staring at your git history wondering what the hell you were thinking.
Read more5/22/25 – by
Philipp Bauknecht
Edge AI: Building local generative AI apps with Foundry Local and .NET
As powerful as cloud-based AI tools are, running Generative AI models on your own PC offers some compelling advantages — from enhanced privacy and zero recurring costs to full control and offline capabilitiesWhether you’re a developer, researcher, or just curious about AI, local deployment opens up new possibilities.
Read more5/13/25 – by
Benjamin Abt
Read DNS entries with .NET
.NET does not have a built-in mechanism for querying DNS records; nevertheless, this is a use case that is required relatively often.
Read more