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.
#CASBAN6: Setting up an Azure Functions project for the API
In this post, I am going to show you the setup of the Azure Functions project that will provide the API for our blogging engine.
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.
#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.
#CASBAN6: Implementing the data model using EntityFramework Core (separate libraries)
In this post, I will show you how I implemented the data model using EntityFramework Core and how to seed the database.
#CASBAN6: the data model explained
In this post, I am going to show and explain the data model of my serverless blog engine.
#CASBAN6: How to set up a local Microsoft SQL database on macOS
In this post, I will show you how to set up a Microsoft SQL server and create a local test database on macOS with the help of Docker.
#CASBAN6: Creating A Serverless Blog on Azure with .NET 6 (new series)
This is the first post of my new #CASBAN6 blog series, where I will document how I am creating a serverless blog on Azure as well as dedicated clients with .NET 6.
Make the IServiceProvider of your MAUI application accessible with the MVVM CommunityToolkit
In this post, I will show you how you can make the default IServiceProvider of your MAUI application accessible via the MVVM CommunityToolkit’s Ioc.Default implementation.
Invoke platform code in a MAUI app using the built-in Dependency Injection
I recently started to port my internal MVVM libraries over to .NET MAUI. It did not take long until I reached the point where I needed to invoke platform code. This post is about my experience with that.