how to draw this in .net.android
there is two points to one circle how to draw it? I am using canvas in OnDraw points:(p0x,p0y)and (p1x,p1y) and the center of the circle is (x,y) how to draw the line and the circle? I know how to draw circle but I do not want to draw the rest of the…
Add Timer To Login Page In Blazor
Hi i create new blazor 8 web app auto render I want to define a C# timer on the default login page razor private TimeSpan timeLeft = TimeSpan.FromMinutes(1).Add(TimeSpan.FromSeconds(59)); private System.Timers.Timer? countdownTimer; private void…
can azure function uses storage account non azure specific for maintaining bindings and triggers namely gcp , aws
can azure function uses storage account non azure specific for maintaining bindings and triggers namely gcp , aws

how to change the icon in properties of the APP in xamarin.android?
I am using xamarin.android and I have changed the appicon of the APP in desktop but when I open the properties the appicon is still the original ('.NET') icon how to change it?
how to write and read file in usb storage in xamarin.android?
I have android pad and there is usb disk and how to read file and write file ?
Seeking Support in Encrypted Video Streaming with WPF and LibVLC
Hello, I've developed a video player project using C#, WPF, and .NET 5. In this application, encrypted MKV videos (encrypted with AES) are first decoded as offline streams, then buffered in memory and finally sent to LibVLC for playback. The issue I'm…
Blazor Server .NET 8 authorization Dependency Injection User Settings
I have a IUserSettings interface to use between Blazor and a Desktop. I have a task in the interface called Task GetUserSettingsAsync(AuthenticationStateProvider authenticationStateProvider). Once the website comes back from Microsoft Entra, I want to…
Why does my .NET MAUI 8.0.100 iOS TestFlight app using Microsoft.Data.SqlClient crash immediately
I submitted my app for Apple's TestFlight. After deploying using TestFlight to my iPhone, it crashes immediately, not getting to any of my application code. This also an iOS device I've provisioned for development testing, so on my Mac build machine, I…
Upgrading the application from .NET6 to .NET8 and have updated the packages as well and after that I am getting this error.
<PropertyGroup> <TargetFramework>net8.0</TargetFramework> <AzureFunctionsVersion>v4</AzureFunctionsVersion> </PropertyGroup> <ItemGroup> <PackageReference…
Appinsight setup without auto instrumentation
By default if you have an app service and you set up appinsight for it. Auto instrumentation is enabled. I'd like to disable it but I don't see in bicep provider any param for appinsight to do that…
How to prevent reflective DLL injection in a .NET application
Reflective DLL injection bypasses the standard Windows loader by manually mapping a DLL into memory and resolving its dependencies. This makes load-time checks, including verifying the DLL signature, ineffective. Also, implementing memory monitoring and…
.net maui fully custom splash screen
I am working on . net maui splash screen but there are android 12 and later issues. So I can not set splash screen like make image like previous android versions. But I want and set it image that has contents on all screen. I have seen many splash…
MQTT message published from MAUI app to AWS IOT is not showing in MQTT test client
I am using below code to publish message from app to AWS IOT: public async Task PublishMessage(string topic, string payload) { if (_mqttClient == null || !_mqttClient.IsConnected) { Utility.DebugAndLog("MQTT client is not connected.…
Line number and path or file name missing when logs maintain in azure applicationinsights for blazorWASM application
I had develop blazorWASM application logs using these links. I had used .NET core 6.0.I had use ILoggers<Type> logger…
Speech AI video translation has stopped working.
Previously working code is now failing. Seems to be on the Azure end as even the VideoTranslationSample app is also failing (https://github.com/Azure-Samples/cognitive-services-speech-sdk). In general, the Translation says it has succeeded, but the…
License Type of .Net Framework 4.8
Hello All, We are currently using .Net Framework 4.8 in our project and need some information regarding the 'License Type' of .Net Framework 4.8. We would want to know what type of license does .Net Framework 4.8 fall under. Like is it MIT or Apache or…
Report on progress bar of download file
Hi, I have progress bar control, i got from API the content stream response. How i can report on progress of download process of file in the UI page? Thanks, try { using (var fileStream = File.Create(zipPathForFolderOrPathForFile)) …
Delete folder from bit locker throw exception
Hi, I got: 2025-04-08 16:09:51,501 [1] ERROR GssdDesktopClient.Maui.ViewModels.CopyViewModel - DeleteFolderCommandExcute System.IO.IOException: No mapping for the Unicode character exists in the target multi-byte code page. : 'E:\גגגגגגג'. at…
What are the alternatives available for System.Messaging package in .net 8
I'm migrating .net 4.7.2 to .net 8.0. The System.Messaging package is not available in .net 8. How can I resolve the errors below errors - The type or namespace name 'Messaging' does not exist in the namespace 'System' (are you missing an assembly…
Move to maui 9.0.40 in MAC
Hi, When moving from .Net Maui 9.0.30. To 40 in MAC, do i nèed to updaue MAUI workload,if yes how? I'm using vs code Thanks,