Content
Net maui runtime loading problem ?
I have created languageconverter as above binding from C# listing...normally binding by Text="{DynamicResource Key=welcome}" like that.. it is working as expected but when loaded page collectionview is not changing language runtime... when…
Query on Net & ASP
Hi All i have outdated versions of .Net and ASP.Net. i have installed .dotnet core removal tool for the url https://github.com/dotnet/cli-lab/releases . What syntax should i use if i need to remove the below .Net Cre SDK 3.1.413, .NET Core Runtimes…


Calling webapi from another webapi both protected by b2c
I have 2 webapis and an angular application. All protected by azure b2c. Angular application calls a web api that then calls the other web api. What are my options for webapi webapi call. how can i access the token for scopes?


Understanding the right DateTime Parameter to use when inserting Data into LIVE database
I have two issues that have been giving me headache in solving. The first is: Upon successful login by a user, an update is done in the Logindate column of the database table. But before the update is done, the value of the Logindate column is fetched…


How to check the response time of a remote machine?
Hello! How to check the response time of a remote machine?
IP addresses
Hello! How can I know if an IP address is valid or not?
Standard computer disk system
Hello! How to know the standard disk system of a PC?
Can I do a swap on a Blazor Server App service without disconnecting users?
I run an App Service hosting a Blazor Server Application. The App service has a staging and production slot. When I do a swap from staging to production I would like users to remain connected and have 0 downtime. Is this possible? The application also…


rotate image on iphone in Xamarin can't tell if the camera is portrait or landscape
when I call this after calling, it will turn the bitmap 90 degrees in portrait, but will also in landscape, where I dont want it to be turned 90 degrees. This is to work about a bug in MediaPicker.CapturePhotoAsync(); var photo = await…
How to update .Net core runtime
Anyone with experience on how to manage EOL versions of .Net Runtime. Qualys is throwing up alerts for .net version 5.0 and I want to get this resolved with Intune
Wanted: Example of using ASP.NET inside Azure Function for Role Based Authorization with Azure AD
Since I'm implementing an AJAX REST service in a Azure Function for various Azure AD B2C front ends (blazor server, blazor webasm & angular), I believe it is necessary to implement authentication and authorization in the front end and back end azure…


Where can I discuss pricing for .net MVC project on Azure?
Not satisfied with using the pricing calculator. Is there any way to communicate with a human being about pricing options? The forum does not seem to be the place (I've asked questions about pricing before and they were removed). I'm trying to…


APT2144 invalid file path error in file Xamarin.Android.Aapt2.targets. Error message gives a file path, which I can find using File Explorer. Help on error message says it can't be found
C:\Program Files\dotnet\packs\Microsoft.Android.Sdk.Windows\33.0.26\tools\Xamarin.Android.Aapt2.targets(123,3): error APT2144: invalid file path…
CreateRendererWithContext .net MAUI android
0 i am re using xamarin forms renderer in MAUI. while creating renderer with "CreateRendererWithContext" method getting exception. below is my code. using AndroidPlatform =…


Is it possible to delete a WMI/CIM class using the Microsoft.Management.Infrastructure?
Every time I write a script, or code that uses WMI extensively, I tend to use the System.Management API. It's straight forward, flexible, and intuitive. However, This time I decided to use the Microsoft.Management.Infrastructure API, which contains the…


Conditional Format expiration dates
Hello, I am trying to conditional format my excel worksheet to highlight a colour when the certification is expired. The expiry dates in this case would be 3 years or 1095 days from date of certification. For example if I received a certification on…


Problem with SQLConnection class on MAUI for Android
I'm using Visual Studio 2022 for developing app in MAUI. My app shold have direct connection with Microsoft SQL server. I'm using Microsoft.Data.SQLClient package . On Windows everything works ok, but on Android emulator i cant connect . Errror is…


How to properly manage multiple versions of dotnet SDKs
I have to build an F# project which requires dotnet 7.0.201. I have dotnet 7.0.302 globally installed. The command could not be loaded, possibly because: * You intended to execute a .NET application: The application 'run' does not exist. *…


Does anybody know if MAUI has a utility or package for handling HEIF image format?
High Efficiency Image File Format (HEIF) is a new container format for storing digital images and increasingly replacing the JPEG format. As JPEG is still in use, there is usually the need to convert from HEIF to JPEG format. I looked around for…
CollectionView template not support RTL
Hi, CollectionView template not support RTL. I attached the file:עברית.txt Please see the code: The results is: txt.עיברית <CollectionView ItemsSource="{Binding Data}"> <CollectionView.ItemTemplate> …