Content
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 through…
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…
SQL Server 2022 install on Windows 10 fails with error that .NET is not installed, but it is installed and up to date
I have installed SQL Server 2022 Developer edition successfully on a Windows 10 and 11 virtual machine. The issue is that I cannot install it on a physical machine. During the install, I get the following fatal error. I have tried to install the latest…
How to setup multiple GPUs to run machine learning model training "simultaneously" on Window server 2019
Server: ASUS ESC4000 g4 CPU: Intel Xeon Gold 6226R GPU: RTX 6000 x 2 OS: Windows Server 2019 Note: The requirement is to "simultaneously" use 2 GPUs to execute training. If the above configuration cannot work, please provide a configuration…

Creating a list with two different tables
I have following two tables Employee and file Path Employee - employeeId is primary key with Identity specification EmployeeId FirstName lastName 1 Mario Gonazales 2 Mario2 Gonazales2 3 …
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…
Controls inside controls
Hi , can someone please share some idea by which i can create a list which shows all the parent controls in a form with all the child controls inside them .
Customtextbox in customdatagridview
Hi , i have a Created a textbox which when gets the focus , changes its backcolor and forecolor . It also clear out its text when the user presses escape key . Moreover, it also have a custom caret in it which looks like Dos . Is it possible to create a…
Datareader vs Dataadapter vs something else
HI , i have been recently working on the c# code to pull the data from sql server database but have been stuck at creating a generic method which can retrieve large data from database . The term generic is used because my application have 20 forms and…
Difficult to Paste Copied Value into Input Text Field for Email or OTP on Azure B2C authentication Page while testing on iOS Device.
We are developing an app for a user. User can access the app after successful registration. For the registration, we have integrated AZURE B2C Sign Up Policy. Everything is integrated successfully and working fine, but When any user who is using iPhone,…