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.
Visual Studio for Mac is set to retire, and developers need a new development environment to continue their work effectively. In this article, I will discuss the migration paths from Visual Studio for Mac to Visual Studio Code (VS Code), or other IDEs and platforms based on the type of projects you’ve developed using Visual Studio for Mac.
VSCodium is a fully open-source alternative to the not-so-FOSS VS Code. Learn why open-source enthusiasts who are conscious about privacy and transparency should switch to VSCodium.
Re:Link for Mac is a Browser, except that it doesn’t open any website; instead, it redirects the request to other installed browsers in the system based on customizable rules.
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.
C# 8 comes with a host of changes and language improvements that make it more interesting than ever to write code in the world’s most popular programming language. This article describes the most important new features and enhancements to the language.
.NET Core 3.0, with a significant number of changes and improvements, was released on 23rd September 2019. The most important changes are discussed in this article.