Mohammed MoiyadiinTowards DevBuild Trino from source on Windows with WSL and VS CodeIn this article, we are going to build Trino from source on Windows platform using WSL. For other platforms like Linux and Mac, this setup…Apr 19Apr 19
Mohammed Moiyadiin.Net ProgrammingDockerizing .NET Applications — Part 3In part 1 and part 2 of this series, we built a .NET application and made the changes to run it on Docker using VS Code as our IDE. In…Oct 1, 2023Oct 1, 2023
Mohammed Moiyadiin.Net ProgrammingDockerizing .NET Applications — Part 2This is the second of the three-part series on containerizing .NET applications using Docker. In the first part, we built a sample .NET…Sep 29, 2023Sep 29, 2023
Mohammed MoiyadiDockerizing .NET Applications — Part 1This is the first of the three-part series on containerizing .NET Applications using Docker. In this first part, we will start with a look…Sep 28, 2023Sep 28, 2023
Mohammed MoiyadiUsing using to dispose objects in .NETIn this article, I am going to explain how with the help of using keyword we can safely dispose objects in .NET applications.Oct 10, 2021Oct 10, 2021
Mohammed Moiyadiin.Net ProgrammingChange Notifications and Named Options using Options pattern in .NET CoreIn this article, I am going to go further deep into additional features provided by IOptions on .NET Core. We are going to build upon the…May 21, 2021May 21, 2021
Mohammed Moiyadiin.Net ProgrammingCreate Strongly Typed Configurations in .NET CoreIn this article, I am going to demonstrate the use of Options pattern to create strongly typed access to a group of related settings in…May 10, 20212May 10, 20212