Content
How to fix double permission popup in xamarin ios web view
When I am trying to use camera in a web view, there are two permissions that are asked in iOS. One is the popup created from browser and the other is created from the Phone. Are there are any ways to avoid the browser popup for camera permission?


asp.net setup doubts
Hello We Have developed one small web application which has aspx page and cs file c# as a code behind. We use database as sql express 2008 R2 Microsoft SQL Server Express Edition with Advanced Services ( sql server management studio …
Maui stuck in release building when Microsoft Graph is added
Hi Am having issues trying to build a release of my Maui app when adding Microsoft.Graph I have tried different computers, different versions of Graph and even a clean template but with the same result. The only kind of logging I can give is shown…


Sql select most repeated value
Hi, I have a database called a “reader”, and a table called "dailyreader". The dailyreader has 6 columns and i am looking to create a query to select the most repeated values in all columns and show how many times has been repeated. Thanks,


How to create environments with appSettings?
In previous projects i could click the Configuration or Debug menu (in the top bar) and set a new Configuration. This was displayed when i expanded web.config and i could use this to change environments to use different database connection strings…
xamarin ios not able to find some of the swift standard runtime libraries.
xamarin ios not able to find some of the swift standard runtime libraries. I am even using linker flag too and it does resolve many errors related to swift runtime libraries but still there few library error such as swiftDataDetection, swiftFileProvider…


Xamarin.Forms Speakerphone Stop Activating Suddenly on Android 10
I have App that has been working for years on Android 10, 11, 12 to Turn On/Off SpeakerPhone for Inbound and Outbound calls, but now it works sometimes on Inbound calls but never on Outbound calls. Here is a simple BroadcastReciever and…


how to use where in my order-details?
public class Order{ public int Id{get;set;} public int UserId{get;set;} public DateTime CreateTime{get;set;} public List<OrderDetail>OrderDetails{get;set;} } public class OrderDetail { public int Id{get;set;} public int ProductId{get;set;} public…
How to fix Error DEP0700 Maui .NET7.0
Can someone please help sort this deployment error once updated to .NET7.0 Error DEP0700: Registration of the app failed. [0x80073CF6] AppxManifest.xml(33,27): error 0x80070003: Cannot install or update package chhlvl.designIT7_xzp7k71ajzmr6…


Making a control required on the cshtml page
I have the following Model class public partial class EmployeeInfo { [DisplayName("Last Name")] public string LastName { get; set; } = null!; [DisplayName("First Name")] [Required] public string FirstName {…


upload file on one drive using asp.net C#
Upload a file on one drive using asp.net c#


linq from a list inside a class
i have the following Model class: public partial class EmployeeInfo { public int EmployeeInfoId { get; set; } public string FirstName { get; set; } = null!; public int? JobTitleLookupId { get; set; } public virtual JobTitleLookup? JobTitleLookup {…


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.
Wrong Host name of the website in IIS. Domain name with a hyphen doesn't work.
Hello, I want to run an application in IIS Server and it must run on host name like a "my-app", but it doesn't work. When I try to run the app with domain "my-app.com" it works correctly. Locally on the server everything works…


mudar fonte no cue-easy virtual teleprompter
Como posso mudar a cor da fonte no "Cue-easy virtual teleprompter"


is vb.net died?
hello, I'm a vb.net developer, I wanted to know if visual basic is dead or still has support. if it still has support is there a trick to use it with .net maui like you did with xamarin?


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…


Best Report Tools for Blazor
My company is transitioning from legacy software that makes extensive use of Crystal Reports and we are looking for a tool compatible with Blazor. Many options come up in a Google search, but we don't have enough experience with the platform to make an…
Does MAUI support push notification
Does MAUI preview 6 have option to support or handle push notifications using FCM.


why invoking a multi-targeting library doesn`t work as expected?
I`m currently learning how to create multi-targeting library with dotnet. I created a multi-targeting library in .net6 and .net 7. However, when I calling the method in this library, the output doesn`t work as my expectation. excution command: in…

