Content
If I publish Blazor WASM, and try to access any newly created routable component such as "/test", I am getting 404
Hi, I have Blazor WASM project, I've added new component called "Test.razor", it routes to @page "/test" If I run project through Visual Studio and try to access component through route, it works properly. e.g.…


How to quickly make a temporary separate login/password form to display a closed website on the Internet?
Hi! The site (Net.Core 6) already has a working authentication, but it can only be used if temporary login is allowed. This site needs to be temporarily hidden for everyone on the Internet.It is necessary to make a temporary entrance to the site through…
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Binding library with xcfranework
How to use xcframework in xamarin ios binding library
Background worker not setting textbox.backcolor in UI thread
[windows forms, dotnet 4.8.1 VB] I have several applications that use a common non-indexed "message log" database file to communicate - works great! Each application tells the dashboard app when it starts, reports progress, completes, and is…
How to override methods using Maui Handlers
I have a question, when I used Xamarin there was an option to override control's methods using Renderers. Now. MAUI has the concept of Handlers. How can I migrate that functionality to MAUI? I see there's code to change the control's appearance…
Determine "Recommended" display resolution settings
Got the code that gets a list of the monitors (using EnumDisplayDevices) along with getting all the settings (using EnumDisplaySettings) for each monitor working just fine. However, when I right click my desktop and adjust the resolution one of the…
NuGet Package restore failed...The underlying connection was closed.., error in VisualStudio ultimate 2012
Hi, Below is machine and VS details: Windows 7 Visual studio Ultimate 2012 Version 11.0.61219.00 Update 5 Microsoft .NET framework version 4.5.50709 Project: MVC 4 project - C# Everything was working fine till today; But my…
key for ticket in asp ticket store for login
I am doing app with login with ticket store. Problem is that I wish to obtain new key to be in cookie each time it is used. So I wish new key after each use. I tried to log out and log in controller to get new key but it fails to work. It gives me same…
Push notification on MAUI application using FCM
I am trying to implement push notification on my MAUI application using FCM. I follow this blog and I did everything as per the blog. They suggest to install only 2 NuGet packages, Plugin.Firebase and Plugin.Firebase.Crashlytics. (I installed it by…
Custom Filters (CustomAuthenticationAttribute) in MVC CORE
I created custom filter in MVC5, please suggest if there is some equivalent in MVC…
Generating conditional email content
For the content of the email, I'm trying to add content based on the response to a form question. This is what I have & Power Automate doesn't like it. If possible, I want the No response to result in a…
Execute msix with administrator privileges and run script
I am developing a Windows application with .NET MAUI and I am building the msix with Visual Studio, as stated in the .NET MAUI documentation: https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-visual-studio-folder I don't know if it…


How to quickly make a temporary separate login/password form to display a closed website on the Internet?
Hi The site (Net.Core 6) already has a working authentication, but it can only be used if temporary login is allowed. This site needs to be temporarily hidden for everyone on the Internet. It is necessary to make a temporary entrance to the site…
AMM0000 Error at AndroidManifest.xml in .Net MAUI app
Hi all, Pleas help advising the fix as the Visual Studio compiler cites error AMM0000 at line : <uses-sdk tools:overrideLibrary="com.microsoft.maui" android:minSdkVersion="19" /> in AndroidManifest.xml in .Net MAUI app after I…
Inquiry Regarding Customizing Tooltip Presentation for Macro Expansions
I am currently working on a development project that involves extensive use of macros, and I have found that the tooltips generated by the "Visualize Macro Expansion" feature do not always provide the desired level of readability and formatting…
how to create binding library or consume framework from third party Framework library in xamarin forms
i wanted to create binding library or consume third party xcframework library in xamarin forms. please provide any document or support if you have.
ASP.NET Web Core with .NET Core 7.0 Error While Generating Scaffolding
In an ASP.NET core project built on .NET Core 7.0 I am trying to scaffold the login page with the following steps: I right click on the project, and select Add -> New Scaffolded Item I select Identity and Click on Add Then I choose…
Android App Bundle is signed with the wrong key issue on Google Play Store
Hi, I encountered the following problem while attempting to update my previous release of a Xamarin App on the Google Play Store. "Your Android App Bundle is signed with the wrong key. Ensure that your App Bundle is signed with the correct signing…

How do I move a folder with site resources to another disk?
Hi! The question is simple, but I couldn't find an answer to it. I have IIS on Windows Server 2022. There is a website in the C folder:\inetpub\wwwroot\site.com , which is made on Net technology.Core 6. There is a website in the folder…