how to use my font in UIGraphics in MAUI?
.ConfigureFonts(fonts => { fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular"); fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold"); }); how to use this font in UIGraphics in ios? new…
API returns status 200 but empty body after IIS restart or Idle time
I have a .Net core 8 webapi project. it works fine normally. but when it is called after a long idle time or after the iisrestart, returns 200 and the response body is empty. I tried to log the data, and there is data in the log. don't know what is…

Need help with maui ios publishing
Is there someone in the UK who would be willing to have a short phone call with me on this? I've been a MSFT developer since the DOS days and know nothing about apple. I've written an app using maui and just want to get it into beta. If anyone has a…
Need help with maui ios publishing
Is there someone in the UK who would be willing to have a short phone call with me on this? I've been a MSFT developer since the DOS days and know nothing about apple. I've written an app using maui and just want to get it into beta. If anyone has a…
Creating a Leaderboard with Stored Procedures in an API Application
How can a leaderboard be implemented for an application that uses an API, including creating the necessary stored procedures? I am new to this technology but have some understanding of data access using ADO.NET. What steps can be taken to achieve this?
I'm having an issue with Android SDK not found in Visual Studio Code on Mac(For Run .Net maui)
Error : Android platform failed with an unexpected error: The type initializer for 'AndroidSdk.SdkLocator' threw an exception.. Please verify the Android SDK and JDK installation. Additional information: Android studio (required SDK Tool and emulator)…
Must a Blazor web app only use .razor components?
Very simple question here, so please be gentle with me. I started a new Blazor app in early November 2024. The last time I worked on it was early December 2024, when several other urgent demands came up and I had to put this app aside until now. I cannot…
In MAUI it will re-open my APP when I quit and open another app
in MAUI Platform IOS: I open my app and open Page1 and then tab the screen to open another APP and then quit that APP then return to my APP the Page1 is disappeared and it is the home page. does it closed and re-open? how to keep the Page1(or other…
How to know if "view all files" is turned on in solutions explorer
I wasted an hour figuring out that: ON = TINY SKINNY BOX IS VISIBLE. OFF = NO SKINNY BOX VISIBLE Mine was OFF by default. Needless to say I think this is horrendous design. It should be obvious by now (by virture of prevalence) how goofy this…
How will I Remove Border From MultiSelect_Chosen Input Form
Please show me what I am doing wrongly with this Multiselect_Chosen Form border removal. My Razor View Below <div class="row"> <div class="col-md-12 col-sm-8 col-xs-12 col-xs-offset-0"> …
MAUI CollectionView selected item not shown as selected
Hello. I starts to learn MAUI Enterprise apps patterns and I found en error (or unexpected behavior) in CollectionView. In my example, I have TrainingsViewModel whitch have ObservableCollection of TrainingViewModel property named as AllTrainings. This…
MAUI CollectionView selected item not shown as selected
Hello. I starts to learn MAUI Enterprise apps patterns and I found en error (or unexpected behavior) in CollectionView. In my example, I have TrainingsViewModel whitch have ObservableCollection of TrainingViewModel property named as AllTrainings. This…
How to disconnect a Bluetooth (not LE) device from windows computer in UWP/.NetCore/etc.?
I have a Bluetooth device connected to my computer. The following is the state of the device in Bluetooth & Other Devices list. I want to disconnect it from the computer using any API of desktop/UWP app (e.g., IOCTL etc.). So I want to make it to…
Fix "AADSTS500112" in "Azure Container App" running asp.net with Identity
I am encounter error "AADSTS500112" in an asp.net running in azure container app behind an ingress which is handing SSL termination. This means that all address are coming in as https and the ingress is forwarding http to port 8080. The Azure…
how to get the memory that my app taken in MAUI?
in MAUI how to get the memory that my APP taken in ios? my APP will be released when open another APP I think my APP take too many memory so the system GC it. now I want to confirm it
Problem publishing .NET MAUI app to Google Play Store: Unpacking failed error
Hello, I have problem when I try publish my .NET Maui application to Google Play Store, I see this error message: Unpacking failed. Please download 'https://dl.google.com/firebase/ios/analytics/59128155f949f77d/GoogleAppMeasurement-8.9.1.tar.gz' and…
Duplicate App shortcuts
I have developed an app in app in Maui and I have created an .apk for it. After The apk gets installed , It creates two icons and when I try to uninstall one, both of them gets uninstalled at the same time. I have already created and deployed two small…
Isolated Worker Durable Function fails with error "Exception while executing function: Did not find any initialized language workers" -- URGENT !!
What version of .NET does your existing project use? .NET 6 What version of .NET are you attempting to target? .NET 8 Description After migrating the function app from .NET 6 In-Process to .NET 8 Isolated, we are facing lot of intermittent issues. …
Command doesnt get callled
im using communitytoolkit.maui behaviours to convert an event to a command, but it seems like the command in the viewmodel doesnt get called. ive set the binding context to the viewmodel. here is my code …
Command doesnt get callled
im using communitytoolkit.maui behaviours to convert an event to a command, but it seems like the command in the viewmodel doesnt get called. ive set the binding context to the viewmodel. here is my code …