#CASBAN6: How to set up a local Microsoft SQL database on macOS
Microsoft’s SQL Server cannot be installed directly on macOS, like on Windows machines. Luckily, there is a not so complicated solution using a
Microsoft’s SQL Server cannot be installed directly on macOS, like on Windows machines. Luckily, there is a not so complicated solution using a
Motivation I was planning to run my blog without WordPress for quite some time. For one, because WordPress is really blown up as a platform. The
As you might know, I am in the process of converting all my internal used libraries to be .NET MAUI compatible. This is quite a bigger task than
In Xamarin.Forms, my internal libraries for MVVM helped me to keep my applications cleanly structured and abstracted. I recently started the process
The Key Our goal is to add keyed registrations to the IServiceCollection, so we need a common denominator to build upon. As I was able to use a
As some of you might remember, I was always a big fan of the MVVMLight toolkit. As the later one is now deprecated and MAUI around, I took a look at
Starting at dormakaba I started this year with a new job, moving from a shareholder register to a company for access solutions. The first month was
Overview Let me give you a short overview first. To achieve our goal to use the iOS system colors, we need just a few easy steps: Xamarin.Forms
How I discovered this #XFQaD When I was reorganizing the application resources on my current side project, I decided to create some thematically
Having written a few applications with Xamarin.Forms by now, there was always the one part where you have to go platform specific. Over time, this
Every now and then, our IDE’s get some updates. This week, Visual Studio for MacOS got updated once again. After that, there was a separated
Recently I updated my blog reader app to support the dark mode newer iOS and Android version support. While everything went smooth on iOS and the
What is glidex.forms? The glidex.forms library is a Xamarin.Forms implementation of Glide, which is one of the quasi standards for imaging on Android
What is Xamarin.Forms.Nuke? Xamarin.Forms.Nuke is a Xamarin.Forms implementation of Nuke, one of the most advanced image libraries on iOS today. The
If you are writing reusable code, chances are high that you will write quite some code that deals with types, generics, and interfaces. Over the