How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms

How to lock orientation at runtime on iOS 16 with .NET MAUI and Xamarin.Forms

With iOS 16, Apple made some old APIs non-functional. This includes also the established way of locking the orientation. In this post, I am going to show you how you can lock orientation on iOS 16 while the app is running with both .NET MAUI and Xamarin.Forms.

Posted by msicc in Dev Stories, iOS, MAUI, Xamarin, 2 comments
How to use the .NET CLI clean-up tools on macOS

How to use the .NET CLI clean-up tools on macOS

In this post, I will show you how to use the .NET CLI tools on macOS to clean-up installed SDKs, runtimes, workloads, and NuGet caches.

Posted by msicc in Dev Stories, macOS, MAUI, Xamarin, 1 comment
#CASBAN6: Function base class (and an update to the DTO models)

#CASBAN6: Function base class (and an update to the DTO models)

In this post, I am going to show you the base class for all entity functions (except for the Blog entity). Additionally, I remark some changes to the DTO models that were occurring as development advanced.

Posted by msicc in Azure, Dev Stories, MAUI, 1 comment
My annual review (2022) [Editorial]

My annual review (2022) [Editorial]

As I did in the last years, also in 2022, I am reviewing the year from my personal perspective and give a short outlook on what I expect from 2023.

Posted by msicc in Editorials, 0 comments
#CASBAN6: the DTOs and mappings

#CASBAN6: the DTOs and mappings

In this post of my #CASBAN6 series, I am going to show the data transfer objects (DTO) used when calling the API and the corresponding mapping helpers for my serverless blog engine.

Posted by msicc in Azure, Database, Dev Stories, 2 comments