Mohamad Dbouk

Improve your skills in less than 10 minutes!

Subscribe to our mailing list to stay updated on topics and videos related to .NET, Azure, and DevOps!

I’m on YouTube


Latest Posts


  • Bringing Blazor to Desktop and Mobile with MAUI

    Bringing Blazor to Desktop and Mobile with MAUI

    I wanted to host a Blazor WebAssembly application natively as a desktop application, and to achieve that, I planned to use a MAUI Blazor app. However, I wanted to avoid duplicating the Razor pages between both of my projects since I intended to continue using the web version as well. In this blog post, I…

    Continue Reading

  • Let’s Build a Tic Tac Toe Game with Blazor WebAssembly!

    Let’s Build a Tic Tac Toe Game with Blazor WebAssembly!

    Hey there, fellow developer! In this tutorial, I’ll walk you through building an awesome Tic Tac Toe game using Blazor WebAssembly. So grab your coding gear, and let’s get started!

    Continue Reading

  • Mapperly: The Coolest Object Mapping Tool in Town

    Mapperly: The Coolest Object Mapping Tool in Town

    Hey there, developers! Today I want to talk about an astonishing .NET library called Mapperly, which has been gaining much attention in the developer community. Mapperly is a powerful source generator that simplifies the implementation of object-to-object mappings in .NET applications. Mapperly takes mapping to a whole new level by generating mapping code for you…

    Continue Reading

  • How to Resolve Unauthorized Access Issue with Private NuGet Repository

    How to Resolve Unauthorized Access Issue with Private NuGet Repository

    Have you ever encountered an issue while trying to restore packages from a private NuGet repository in JetBrains Rider using Azure DevOps? I recently faced a similar problem and struggled with the “401 Unauthorized” error. In this blog post, I will guide you through the steps I took to fix this issue. So, let’s dive…

    Continue Reading

  • CodeWhisperer: Amazon Answer to GitHub Copilot

    CodeWhisperer: Amazon Answer to GitHub Copilot

    Hey friends, have you heard the latest news about AWS? Amazon has just released CodeWhisperer, an AI tool that you can use inside your IDE. This new tool is similar to GitHub Copilot, but it’s free for individuals, and it has some additional features that make it stand out. In this blog post, we’ll take…

    Continue Reading