Content
Maui- app.cs write in constructor http call
Hi, I need to write http call asynchronously and i have only constructor their. Is not allowed to make asynchronous call in constructor? Thanks,
Unable to get provider com.microsoft.intune.mam.client.support.v4.content.MAMFileProvider
When trying to deploy an app using Microsoft.Intune.Maui.Essentials.android we get an exception as below. Java.Lang.RuntimeException: 'Unable to get provider com.microsoft.intune.mam.client.support.v4.content.MAMFileProvider:…
Maui - Order of launch
Hi, What order of steps that Maui launch ? Maui program.cs. app.xaml...... Thanks,
Creating a list with two different tables
I have following two tables Employee and file Path Employee - employeeId is primary key with Identity specification EmployeeId FirstName lastName 1 Mario Gonazales 2 Mario2 Gonazales2 3 …
Blazor accessing global variable issue
Hi all I asked here how to save variable state and i get long answers and what I want is to know if it's possible in blazor to define a variable somewhere in the app structure so I can access it from any component. something like in console program…
What inspired your interest in the topic of windows or whatever specific aspect of windows you'd like to discuss?
What inspired your interest in the topic of windows or whatever specific aspect of windows you'd like to discuss?motocollection
Maui for android entry screen keyboard issue
Hi all. how to prevent on screen keyboard when a specific entry get focus. Thank you very much.
getting the data from two different tables in a list
I have following two tables Employee and file Path Employee - employeeId is primary key with Identity specification EmployeeId FirstName lastName 1 Mario Gonazales 2 Mario2 Gonazales2 3 …
Unable to up the server .Net with Alpine linux environment with MSSQL
Hi, We have a .Net core Web API application we have created the server image (Alpine) and trying to host it in docker environment where MSSQL is already installed and configured. when we try to up the container, we get this error…
Unable to add data into SQL table - exception thrown, but query works OK
I created a temp table in Server Management Studio, and imported it into my application using Scaffol-DbContext ` Scaffold-DbContext 'Data Source=MyServer;Initial Catalog=MyCatalog;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust…


How rendering handling concurrency in razor page from API response?
Hi, I'm following up on all the discussions I've had about handling concurrency errors. 1 - I would like to know if it is possible to handle concurrency errors in a context where I have a DataGrid in edition mode on a line? 2 - I have defined a put…
Getting Data in a List using four different tables
I have the following database tables Employee table -Database name Employee - EmployeeID is the primary key JobTitleID EmployeeNumber SectionID EmployeeId 9 1234 2 1 2 8976 3 …
Display value of DropDownList SelectedItem on a label
Hello, I have been trying to show the value of DropDownList selecteditem in a label but all efforts could not yield desired result. I have a table Data as follows: IdFruits colors1Apple Red2Banana …
How to find common parent class
I often have to find a class or interface common to controls or objects that make up controls. Is there an automatic tool to determine the first parent common to two or more classes or a shared interface?
How do I disable content filtering?
Can't get on websites
how to remove realm database used in swift iOS in .NET MAUI?
Hello, I rebuild iOS app using .NET MAUI. There was data stored in realm database in iOS app. In MAUI, i want to remove it because it's no longer needed. Is there any way to that? Thanks
How to automatically copy clipboard text into textbox using timer
Using VB.Net, am trying to get the text in clipboard into a specific textbox. Once text get into clipboard, I want it to be getting pasted and queuing automatically into the textbox, using timer. The below code was supposed to do as expected but only…
TreeListView in .NET6
As per title, I am looking for a TreeView control with column support that is compatible with .NET4+, but also .NET 6 and 7. All the supposedly such controls I have found are too old and not compatible with the new versions. I also take this opportunity…
Session Timeout
Overview: Our ASP.NET 3.5 framework based web application is upgraded to .Net 4.8. There is no change to the code and the way sessions are handled. For some of the users the session timeout occurs though the inactivity on the page is less than 2-3…