Content
Best Practices for Managing Application State in Blazor WebAssembly?
I am developing a Blazor WebAssembly application and exploring different approaches to managing application state efficiently. Can anyone provide recommendations or best practices for state management in Blazor WebAssembly?
MAUI: How to add splash screen in android platform
I am trying to add splash screen on my new MAUI application. I tried the implementation on this blog but the image is in circle (Android 12 device) and only showing black and white color on the icon. Is there anyway to show the real color of the icon on…
Server 2022 - Maui app with net .7 is not working
Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
SAML SSO From Partner Portal
Team, We have a Portal called "MyPortal" deployed in Azure and it is enabled with Azure ADB2C Authentication. Now we have a requirement to allow SSO from partner portal to MyPortal. Users will login to PartnerPortal with its own IDP. After they…
Visual studio blazor wrap properly values issue
Hi all in visual studio in a blazor project the wrap properly have only the values soft and hard but not also the value off. This caused me problem because I didn't know about the off value . and that waste many time of me. why visual studio don't…
How can I display a PDF file in MAUI?
I plan to display a PDF file on my MAUI app. I tried following the answer at this link (https://learn.microsoft.com/en-us/answers/questions/1310387/how-to-view-the-pdf-file-from-maui), and I have used the…
Entity Framework BulkInsert Temp table without creating
Hi, I am creating Temp Table and inserting data with EF BulkInsert , then I use that temp table in the dynamic script. I need to BulkInsert 100K rows into SQL Server but it was keep loading . I tried to insert insert for loop but I am getting a error…
Design pattern ideas for large solution with multiple projects
Hello, I'm starting a new project in my company where 3-5 developers will be working on the same solution. I need help or ideas on how to build the base for this project (net core solution I guess) with Visual Studio and how to organize the multiple…
Load XAML file dynamically
Hello, In my desktop application I have some themes and styles defined like this: <?xml version="1.0" encoding="UTF-8" ?> <ResourceDictionary x:Class="App.Themes.S" …


Blazor textarea setting issue
Hello all. how I do set a textarea element so it will have a specific width an height and that it's text will have a horizontal and vertical scrollable . I want that when user type text the line length be when user keying ENTER key. Thank you very much
System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing.
Hi, Everybody!... I am trying to parse the following XML…

Maui mobile app using Signalr is encoding hub name in ConnectionData parameter on iOS 17
We have a mobile app in production built using Maui. The server running the api is it connecting to uses .net framework. There are issues connecting to signalR from iOS17 devices. From debug we can see the following: iOS 17 device sets the connectionData…
Finding parent form and tablelayoutPanel
hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…
Forward Binding i.e. reapply a binding
Is it possible to create an attached property containing a Binding/BindingBase & then apply it to a control i.e. forward a binding thru XAML. Example would be you can have global style that use attached properties & then local styles to set…
How can I test a NULL column in DataTable?
I'd like to use the following 2 lines: if (eachrow["ENDDATE"] == null) end = DateTime.Now; else end = Convert.ToDateTime(eachrow["ENDDATE"].ToString()); But if the column "ENDDATE" has a null…
Can AnchorTagHelper specify different controllers with the same name?
I have multiple controllers with the same name in different namespaces. To explain clearly what I want to do, I first briefly show part of my code. I created a ViewLocationExpander class. Its main function is to automatically find the view corresponding…
Visual Studio Community Version 17.7.4 Http Test 401 Errors
Since upgrading my Visual Studio Community edition to Version 17.7.4, I noticed that the method of sending requests in an http test document has changed in the UI from a green play button to a “Send Request” link. More importantly, since this update all…
Conditional validation depending which MVC button pushed
I have a scaffolded form in MVC with two buttons, Save and Submit. I want conditional validation: Save, no validation; Submit, validation. In the cshtml I have: ... <td> @Html.EditorFor(model => model.DSCRPTN, new { htmlAttributes = new…
Multiple types of Distributed Cache in ASP.NET Core
I would like to use Redis and In-Memory for IDistributedCache dependency injection. Is this possible? If so, how would you go about configuring this in Startup.cs?

Getting random error "The client has disconnected" when there is an high traffic on server and request body is large.
We are getting below error randomly when there high trafic to our server and as per our observation it seems that we are getting this error only for which has request body is large. Microsoft.AspNetCore.Connections.ConnectionResetException: The client…
