Nothing here yet.
Nothing here yet.
Feb 10, 2025 · 4 min read · Why another expander control? There are many free expander controls out there but none of them is built to leverage the .NET MAUI layout system properly. On top of that, they all include some kind of accordion-like style which may not be what you’re ...
Join discussion
Feb 6, 2025 · 2 min read · Scenario Imagine buying a new MacBook and installing / configuring all the prerequisites to build your MAUI app: Install latest .NET SDK (https://dotnet.microsoft.com/en-us/download) Run sudo dotnet workload install maui-mobile Install latest XCo...
Join discussion
Dec 10, 2024 · 4 min read · Premise Memory leaks in .NET MAUI can occur in various ways, with events being a common culprit. This article will focus on memory leaks caused by events, while also highlighting concepts applicable to other scenarios. .NET events in general We all k...
Join discussion
Oct 17, 2024 · 4 min read · Why having a content-sized WebView? Sometimes, an app needs to display content created on the web, perhaps through a WYSIWYG editor, and typically, we present it within a well-defined area of the screen. There are other situations where your WebView ...
VVidhi commented