21 Best DLL Decompilers 2023 (Ranked and Reviewed)

Best DLL Decompilers

In this article, I’ll give you an ultimate list of the best DLL decompilers. These tools will enable you to decompile DLL (Dynamic-link library) files to view the C#, VB.NET, or C++ source code. Decompiling a .dll file is helpful if you want to understand how it works without having access to the original source … Read more

Carbon Language Tutorial with Syntax and Code Examples

Carbon Language Tutorial with Syntax and Code Examples

Carbon is an open-source programming language developed by Google as a successor to C++. At the time of writing this tutorial, Carbon language is an experimental project. There is no working compiler or toolchain. You can see the demo interpreter for Carbon on compiler-explorer.com. Carbon Declarations Functions/Methods are declared using fn keyword. Variables are declared using var keyword. Variable names … Read more

64 Open Source Programming Languages on GitHub

Default Featured Image

In this blog post, I’m creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. View Source Code Swift Swift is a high-performance system programming language. It has a clean and … Read more

Angular 13 Material Select Dropdown with Search Input Field

Angular 13 Material Select Dropdown with Search Input Field

In this tutorial, I will teach you how to make Angular Material Select/Dropdown with Search. We will use NgxMatSelectSearch Angular component. Basically, it provides an input field for searching/filtering MatSelect options of the Angular Material library. Try it yourself You can try the Angular 13 Material select/dropdown search input field widget online using the button … Read more