Solving the #NET9 #MAUI #RefreshView Limitation on #macOS: building a MAUI CustomRefreshView from scratch for all platforms

seen from United States
seen from Germany

seen from Canada
seen from China

seen from Italy

seen from Malaysia

seen from Italy
seen from China

seen from United Kingdom

seen from New Zealand
seen from United States

seen from New Zealand
seen from Slovakia
seen from New Zealand

seen from China
seen from New Zealand
seen from China

seen from United States

seen from United States

seen from Malaysia
Solving the #NET9 #MAUI #RefreshView Limitation on #macOS: building a MAUI CustomRefreshView from scratch for all platforms
Building a Custom Matching Pairs Component in .NET MAUI
In this post, we’ll walk through the design and implementation of a flexible, reusable Matching Pairs component for .NET MAUI. This journey was driven by real-world requirements. Iterative improvements contributed as well. The result is a highly customizable and MVVM-friendly UI control. It is suitable for educational games, language learning, and more. The full source code is available on…
PendingModelChangesWarning with NET9
I am creating with #NET9 using Entity Framework Core that returns #PendingModelChangesWarning. Here how to understand this error and fix it
I have several applications I am creating with NET9 using Entity Framework Core that returns PendingModelChangesWarning. I found out how to understand this error better. Scenario In one of my Blazor projects, I added some APIs that save data in the database using Entity Framework Core. Because it was in NET8, I updated the project to NET9. After the update, I ran again the application and I got…
NET9 is here
#NET9 is here and out today. In this post, I highlight the top updates across 8 key areas. Are you ready to migrate to NET9?
NET 9 is here and out today. Top updates across 8 key areas: 𝗖# 𝟭𝟯 Params collections, enhanced lock types, and a new escape make coding smoother. Plus, implicit index access to simplify initialization. 𝗔𝗦𝗣.𝗡𝗘𝗧 𝗖𝗼𝗿𝗲 OpenAPI enhancements, faster asset delivery, PAR support, and the new HybridCache library boost performance and security. 𝗘𝗙 𝗖𝗼𝗿𝗲 Improved Cosmos DB support, pre-compiled AOT…