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.
Discover the key differences between Python and C# in this comprehensive technical guide for C# developers. Learn about Python’s execution model, memory management, concurrency, and dynamic typing to effectively transition and enhance your programming skills.
Re:Link is a Windows application that registers itself as a browser in your machine, intercepts your URL requests and link clicks, and open them in different browsers (Chrome, Firefox, Edge, etc.) based on a set of predefined rules.