Skip to content
Menu
  • About me

Author: Hakim

The Great AI Debate

September 20, 2026 by Hakim

Everyone has an opinion on AI right now, and a lot of them are noise. Some say it will annihilate us. Some say it will save us. Both camps get a lot of airtime and neither seems to explain much.I’ve been thinking about this for a while and I wanted to put some order into…

Read More

Google play services and parental control

September 1, 2025September 1, 2025 by Hakim

I came across a very interesting problem this week. I have parental controls implemented on the android mobiles of the kids in order to responsibly teach them about the usage of the phone etc. but we ran into some problems when I installed a new galaxy smart watch. The system didn’t want to add the…

Read More

How to Deactivate and Reactivate a Plugin in Microsoft Dynamics 365: Resolving the “ProjectOperations_Anchor PackageImportFailed” Error

April 17, 2025 by Hakim

If you are working with Microsoft Dynamics 365 and encounter the error “ProjectOperations_Anchor PackageImportFailed Import Failed status encountered” while trying to install or update Project Operations, you are not alone. This error can be frustrating, but there are steps you can take to resolve it. One potential solution involves deactivating a specific plugin that might…

Read More

Issue when debugging Azure Function locally

May 15, 2024 by Hakim

If you’re developing Azure Functions, it may happen that you encounter this error : That often means that there’s an issue with your local.settings.json file. There are different ways that people might use to circumvent this error but I found for me that doing the following works everytime I have this error. That should do…

Read More

Understanding Blazor Component Parameters

May 14, 2024 by Hakim

Understanding Parameters Parameters in Blazor are used to pass data from a parent component to a child component. They are defined using public properties on a component and decorated with the [Parameter] attribute. Non-Complex Objects Non-complex objects such as integers, strings, and booleans can be passed as parameters. Here’s an example: In this example, the…

Read More

Error NETSDK1082 in Maui Blazor Hybrid App

May 12, 2024May 12, 2024 by Hakim

If you ever encountered this error in your Maui Blazor hybrid App, this is probably due to authentication.It took me a while to find it out (more than I care to admit) mainly because I had serial issues with workload packages that I thought at first that it came from there. For me, it came…

Read More

Understanding @inject in Blazor Components

May 11, 2024May 11, 2024 by Hakim

Blazor, Microsoft’s framework for building interactive client-side web UI with .NET, offers a robust solution for dependency injection (DI) in the form of the @inject directive. This powerful feature allows developers to inject services directly into their components, promoting a clean and modular architecture. What is Dependency Injection? Dependency Injection (DI) is a design pattern that allows…

Read More

Learning languages

May 10, 2024May 10, 2024 by Hakim

I often stumble upon debates online on Twitter (X, but I’m still not used to that new name) or reddit about what language should one learn or what language is the best. While these discussions have their merits, they are often conducted on partisan grounds and seldom do they give a satisfactory outcome. I understand…

Read More

Weird issues with Maui Blazor Hybrid app

May 9, 2024May 8, 2024 by Hakim

Configuration Steps When you try building a Maui Blazor Hybrid Solution, in .NET 8, you might encounter a peculiar issue : Cannot deploy the solution, please select deploy in the Configuration Manager And if you click OK afterwards, you can see in the error list that it complains about a .ttf file. In my case…

Read More

Tips for Remote Work

May 8, 2024 by Hakim

In the wake of the global pandemic, remote work has become the new norm for many. It offers flexibility and can improve work-life balance, but it also comes with its own set of challenges. Here are some tips to help you navigate the world of remote work effectively. 1. Set Up a Dedicated Workspace Having…

Read More
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • The Great AI Debate
  • Google play services and parental control
  • How to Deactivate and Reactivate a Plugin in Microsoft Dynamics 365: Resolving the “ProjectOperations_Anchor PackageImportFailed” Error
  • Issue when debugging Azure Function locally
  • Understanding Blazor Component Parameters

Recent Comments

  1. Harisinou on Understanding Blazor Component Parameters
  2. ปั้มไลค์ on Encourage your kids to read books
  3. Jamesglalt on How to : Blazor components (basic)
  4. Liza Conable on How to blazorify an existing mvc app
  5. BrianKit on How to : Blazor components (basic)

Archives

  • September 2026
  • September 2025
  • April 2025
  • May 2024
  • December 2023
  • November 2023
  • October 2023
  • May 2023
  • March 2021
  • August 2020
  • July 2020
  • June 2020
  • October 2019
  • June 2019
  • February 2019

Categories

  • .NET
  • Fixes
  • IoT
  • Misc
  • Uncategorised
  • Uncategorized
©2026 | Powered by WordPress and Superb Themes!