Content
Azure functions SSL issue with Cosmos DB in .net 6 ?
Hello Team, I am facing one issue the new .net version 6 and azure function v4. Could you please help me with this? I have one azure function application which uses Cosmos DB. Recently I have upgraded from .net core v3.0.1 to .net 6 and…


Blazor WASM Lasy loading DI
Hello. For DI with LAZY LOADING I need to call my service. BUT how to pass the expected ILogger ? public class LazyLoadedServices { private readonly IServiceProvider _services; public LazyLoadedServices(IServiceProvider services) { …


Exception when trying to save file stream in local directory.
Hi, I got this exception when trying to download file and keep it in my local folder. The input is stream and the expected output: is file. at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access,…


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…


net maui how to create collection view as menu and carouselview as content working like tabs ?
net maui how to create collection view menu and carouselview content working like tabs ? Platform Android and Ios


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…


ASP.NET MVC CORE POST GRES LOGIN PAGE
I completed a mini project in ASP.NET MVC CORE PROSGRE, I want to deploy the same only login page is pending. I want to create a simple login page , as below. Please suggest github link here https://github.com/KalyanAllam/StudentInformationPostgres …


How to disable screen closure via X at top
So, I have a WPF/Blazor hybrid with a second window for information. If the second window is closed off with the X in the top corner, it leaves the program hanging in the background, which is not good for system resources. In order to ensure that the…


Maui android scroll view orientation change not consistent
Hello all. changing scrollview orientation is not consistent and understandable. because in this example it works when changed to vertical but not changed for neither and according to an answer I got here to wrap in a stacklayout it's working for this…


angular Cors Response to preflight request
my system is angular client side and .net core backend. i'm trying to migrate the authentication process to azure AD to follow my corporate's SSO. after enabling Azure AD on client side using MSAL and on the backend following openID. from the client side…


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;


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…


How to generate a report from ListView on WPF?
Hello ! I want to generate an Listview, based on another Listview, by moving items from first Listview to the second one and generate a report based on my second ListView and Sum the price. My first Listview is something like this: [id] [product] …
WCF Service certificate config for endpoint
Hello! I have a wcf service configured, that it is working fine. I observed in wcf configuration at Services->Endpoints->Identity ( using configuration tool) at CertificateReference Properties I observed some properties/values defined, which appear…
app center support for blazor apps
Will app center ever support blazor server/wasm apps?


Create database from SQL script from .NET 6 WinForm application
Hi All, We recently started working on a .NET 6 WinForm application which will be deployed locally on the client machine. This application will depend on the SQL database for persisting data. The SQL instance will be already available on the machine…


Restart .Net Maui application through code.
Is it possible to make your .NET MAUI application automatically restart when you press a button, I have a bunch of settings (including localization, it almost impossible to keep updating them since there are so many lines of text I have to update. I…


How do i fix errors when targeting net7.0 tfm when using handlers in maui?
Here is the link to the sample project: https://github.com/veldfolds/VideoDemos.git


PLEASE I AM DESPERATE FOR ASSISTANCE! Especially things like: #adminaccount #remoteaccess #windows7 #rpivacyandsecurity #apppool
Hello everyone! . I am a total noob, so I appreciate any feedback! i had a dell laptop that was too old to be repaired, but a "friend" of mine who is good at computers, offered to fix it and give me a basic computer to use temporary while he…


Inner view for folder and option to more deeper view
Hi, Assume you have this view. When I press on Type column cell folder i want to change view using the our api to show its files and folders. with option to go back. and with option to go more deeper. I want to be in same view and show hide the inner or…