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.…

No me deja crear proyectos ASP.NET y me sale el error HRESULT E_FAIL de una llamada a un componente COM
Hola, les quería preguntar si existe una solución para este error que me esta saliendo a la hora de crear un nuevo proyecto asp.net Framework pero si me deja usar el resto de proyectos. intente reparando, quitando modificaciones y reinstalando pero no se…
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…
Hi, can someone help me figure out how to refactor the following code:
Hi, Im trying to figure out the best way to refactor the following code, could someone please help? The HasFlag method returns a bool. Any help would be much appreciated! var paymentResult = new MakePaymentResult(); switch (request.PaymentScheme) …
Fade background behind a form
Good Morning , I have a form named form1 in which there is a panel named panel1 . I am using this panel to open rest of the forms of my project . form 2 , Form3 , form 4 and form5 . in which form3 is actually a login form . Now , form2 contains a button…

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…
sélection de choix de réponse dans un Microsoft Forms
Good morning, I created a Microsoft Forms. In this Forms, there are 5 questions with a drop-down list for answers. And the answers appearing in the list, is the same answer choice for all 5 questions. The user should not be allowed to choose the same…

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…
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…
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…
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…