Content
iOS device works as not expected
I published MAUI APP to Testflight but, the app installed from Testflight works with some problems Title of FlyoutItem in Shell does not appear Carousels does appear CollectionView does not show data on iOS emulator all of them works well. on App…


Create client credential for Azure AD's App registration
I created a new ASP.NET Core MVC 6.0 web application >> and i define it to use Azure AD for authentication, as follow:- then i were asked to create owned application, so i created one named "ad" as follow:- and inside my application's…


The Active Directory App created using visual studio does not have any "Certificate & Secrets".. is this fine?
I created a new ASP.NET Core MVC 6.0 web application >> and i define it to use Azure AD for authentication, as follow:- then i were asked to create owned application, so i created one named "ad" as follow:- and inside my application's…


How to call the server map path filename that generated randomly
This is a C# code for a Web Form page named "upload.aspx" which allows the user to upload a PDF file and store it in the server. The file uploaded must be a PDF file, and all the text boxes must be filled before submission. The file name is…


How to program the OnBackButtonPressed Xamarin
Hello I implented the the Mediapicker in my xamarin page, but if I am in the menu for "Picking up Photo" I try to click on Back Button to turn back to the previous Mainpage but it doesnt work because the BackButton is not defined. Please…


Learning EF - Error running Scaffold-DbContext
I am learning how to user Entity Framework where the models are built from an existing SQL server. I ran this command in the package manager: Scaffold-DbContext “Server=xxx; database=Contoso; user id = cnnxxxxx; password = xxxx”…


WCF Error : Cannot obtain Metadata from WCF service
Hello All, We have a webservice in asp.net wcf (ex.. [http://localhost:56561/ProductOData.svc/]). We are able to add as a service reference in asp.net mvc. However, we are trying to add the same service in asp.net core 6.0 and it is not working. The…
Xamarin.Forms ListView: Infinite loop creating a single viewcell
I have this tiny demo that appears to show that ListView continually creates ViewCells, and binds them to one view model instance, until it runs out of memory. Here's the code... From MainPage.xaml: <?xml version="1.0"…


How to set width of a FlyoutPage.Flyout?
In Shell we have the FlyoutWidth property but in FlyoutPage I cannot find anything similar. I tried WidthRequest on the FlyoutPage.Flyout page and some other fields but none of them worked.


How to fix the session null issue
I have published the .net 6.0 site on windows iis, As per my analysis when iis worker process reach at 3 GB then it release the memory at that time it clear the current user session.


How to remove shared permission individual wise from an external user using One drive API inc#
I have uploaded a file in one drive using MS graph one drive API. I have also shared this item to external users by using one drive API. These two external users also showing in the manage access section as Link User. i want to remove individual Link…


Unable to resolve service for type in .NET 5 with entity framework scaffolding
Hi I am trying to do a website using .NET 5 with some entity framework 3.1.21. I get this error on my Comments/index page I read an article on the Microsoft docs I'm pretty sure about this error but I can't find it now. can anyone point me in the right…


how to use blazor webassembly in razor pages?
how to use blazor webassembly component in razor pages? if I create Count in webassembly how to use it in razor pages? if I do not open that page do not load dll If I open that page then load it. /Pages/Count.cshtml with component Count If I do not open…
How to Change the Default .NET Logo and Splash Screen on an iPhone iOS .NET MAUI
Does anyone know why the app icon and splash screen will not change in debug mode on my Local Device, iPhone 12 Max pro? I do not have an Android phone to test with but the icon and splash screen do change on the emulator. This is how the .csproj is…
My Details of MainPageViewModel in MAUI
builder.Services.AddSingleton<MainPageViewModel>(); public class MainPageViewModel : BaseViewModel { private Plato currentPlato; public Plato CurrentPlato { get => currentPlato; set …


SSL Issues with a Blazor App Running On IIS
I have a Blazor Server applictaion running on IIS using an Origin SSL certificate. We also manage our domains through Cloudflare. Everything was working perfectly for roughly two weeks on a new server, and over a month on an older server. Then we started…


What is the alternative of GetWebLoginClientContext in the current PnP.Framework?
Following this issue, I have copied the code for GetWebLoginClientContext and implemented it in my project. However, I get this out-of-date browser error because the code uses System.Windows.Forms.WebBrowser which uses the old built-in browser. What…


TabbedPage selectedItem doesn't change when change tab programmatically to tab in "More"
Hi everybody, I am working on a TabbedPage which has 6 tabs. <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …


Access to path denied for files in WWWRoot folder
I am trying to access two folders that resides inside wwwRoot. The folders are "BlankPDFFiles" and "FilledPDFFiles". I am trying to get the blank PDF files that resides inside BlankPDFFiles folder and write some data inside the file…


Using my android phone as emulator
Hi How can i used my android phone as emulator ? I develop using xamarin android project under visual studio 2022 Thanks

