Content
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> …
how to custom title view in maui?
I am not using shell MainPage=new MainPage(); how to custom the title view and the closebutton?
autofac dependency injection in .net maui
HI, I am working on migrating xamarin forms application to .net MAUI application. In xamarin froms application i am using autofac dependency injection. can we use autofac dependency injection in .net MAUI. if YES how to re use that code?


Grocery list app
I am wanting to build a grocery app that automatically calculates what groceries you should buy and list the values on a separate content page. There is a registration page that askes the user questions like how many people in household, shopping…


how to validate hidden doms
I have a hidden value <input type="hidden" asp-for="ImageUrl" /> <span asp-validator-for="ImageUrl" /> how to validate it? jquery.validate will not validate the hidden doms.
ERROR: How do I insert into an image column if no image is present in image control?
How do I save an empty image data into database if the image control has no image? But if the image control has image data, the it should save as well. The xample is that I have a web page that when the page loads, data is displayed from a database table…


How hosting and deploying my application in Folder?
Hi, I made an application with blazor wasm hosted .net6 core. I would like to publish it in local Folder and have acces to my app in my browser. Also, I would like that some users can use my app in browser. First I would like to know if it's…
Microsoft Graph .NET SDK with Delegated Access
Hello, I'm kind of overwhelmed by the whole Azure and Graph platforms and could use some advice for directions on where to look for my specific use case. What I'm trying to accomplish is to: Have a C# class library that will act as a Graph client for…


Host and deploy a blazor wasm application in Folder
Hi, I made an application with blazor wasm hosted .net6 core with standard identity Duende I want to publish it in local Folder and have acces to my app in my browser. First I would like to know if it's possible? I publish it to use Folder item; I run…
An error occurs when Blazor WASM is routed through Azure Front Door
I have implemented Blazor WASM app with AAD refer to the URL below. https://learn.microsoft.com/en-us/aspnet/core/blazor/security/webassembly/hosted-with-azure-active-directory?view=aspnetcore-7.0 This worked fine, but An error occured when I created a…
Cursor position wrongly updates when a colon is added to entry from coding.
Cursor position wrongly updates when a colon is added to entry from coding. Working fine in Xamarin Forms but not in MAUI. I have created a sample project which reproduces the issue. please download the project from this link


Upgrading from .net 5 to .net 6 has broken the static files rendering in Development mode
We have web application hosted in kubernetes has issues rendering the static files when "ASPNETCORE_ENVIRONMENT" set to "Development". The same code works if the "ASPNETCORE_ENVIRONMENT" is set to "Production" The…


Updating the ASP.Net Application from .Net 4.5 to .Net 4.8
Am going to update my ASP.Net MVC/WebApi project from .NET4.5 to .NET 4.8 due to the server upgrade. Do I really need to update the nugetpackages since all are targeting the .Net4.5 framework?. Can anyone suggest what are the other things that I should…


how to remove \ in string?
how to remove the \ in string? there is string: {\"id\":1,\"value\":\"max\"} how to remove the \ but keep the "? {"id":1,"value":"max"} and also how to get the…


Colors are not working in maui release mode
I have migrated the Xamarin forms app to .NET MAUI. In Debug mode, app works fine but not in release mode.(Android API 33). Color, Text Color, Background Color etc, are not working in MAUI release mode. I have used/binded these properties through…
How to customize ToolTipProperties.Text for Image in .NET MAUI?
I added ToolTipProperties.Text for Image By default it is showing in top. But i need to show on left side. Target platform - Windows


why this Storyboard in DataTrigger introduce the runtime exception?
I am trying to complish a Custom Control which has a DataTrigger with animation in my project, but I always hit a InvalidOperationException failure. So I abstract the logic into this repo . I found the same animation works well in the EventTrigger, but…


MAUI Label inside layouts are not aligning properly
I have to show two labels side by side which are centered in a layout based on dynamic text. It was working fine in Xamarin forms, but not in MAUI. Label is not centering and LineBreakMode is also not working. <?xml version="1.0"…
Carousel view setting default position not working in maui
Carousel view setting default position not scrolling to item on page load in maui. After data is loaded to carousel view, updating position not working. CarouselView.Position = index;
Error Microsoft.office.interop.outlook in c# asp.net
Using interop.outlook to send mail using asp net and works fine on local computer.but giving error on server like could not load file or assembly 'office, version=14.0.0.0, culture= neutral, publickeytoken.........' help me it's very urgent.

