-
Entity Core Error: Constraint “FK_Product_Category_CategoryId” of relation “Product” does not exist
I was using .NET Entity Core for my .NET WebApi project. A table called Product…
-
.NET MAUI – Locking Orientation into Portrait or Landscape
This is a tutorial that shows how to lock your .NET MAUI app into a particular orientation.
-
.NET MAUI Different layouts for Portrait vs Landscape
.NET Maui allows you to create views for your applications pages but you might run…
-
Using CommunityToolkit.MAUI in your .NET MAUI project to simplify your code.
You can use the CommunityToolkit.MAUI library to simplify your .NET MAUI code.This library has simple…
-
Adding Local Database ORM Extensions to Your .NET MAUI Project
.NET MAUI has a great tutorial on how to add a local database to your…
-
Using Dependency Injection for your .NET MAUI Project
As we mentioned in our tutorial on setting up your project using a MVVM software…