DbStudio, a C# Windows desktop database studio for PostgreSQL and SQL Server, is now open source. Explore the codebase and contribute on GitHub.
Building better code, together
DbStudio, a C# Windows desktop database studio for PostgreSQL and SQL Server, is now open source. Explore the codebase and contribute on GitHub.
ReLink is a lightweight open source desktop app that registers itself as your default browser, intercepts every link click, and dispatches it to Chrome, Firefox, Edge, Brave, or any installed browser based on rules you define. This deep dive walks through the C# codebase and shows how it applies the Singleton, Facade, Strategy, and Observer patterns – along with honest notes on where the design could go further.