Content
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,…
How to migrate Prism(Xamarin. forms) to .Net MAUI?? facing issue while migrating existing project using upgrade Assistant
While migrating existing Prism Xamarin forms project to .NET MAUI using upgrade Assistant facing XAML issues
dotnet blazor maui UAE PASS authentication unable to redirect to the mobile app after authentication is done
I'm Developing the app with UAE pass authentication using Maui Blazor technology(C#). successfully obtained the authorization code from UAE Pass but i am facing difficulties redirecting back to mobile app. Please find the attached file. I have…
How to Fix unhandled exception in windows when closing a secondary window using the close button in the title bar
When Multiple windows are opened using Application.Current.OpenWindow() Closing a window (not the primary application window) using the close button in the title bar (specially when the window is not in the foreground) raises an unhandled…
Reporting Tool for WPF-C# 10.0-Net 6.0-Entity Framework Core- MS SQL
Hi, I need a Reporting Tool to produce outputs for my application. Crystal Report from SAP works only with .Net version lower than 4.8, I had a look and some tests with FastReport WPF but I'm facing some problems in particular with Swiss QrCode. Do you…
Previously created Microsoft from personal to new group - will link change?
I have created a form by accident in my personal form drive and it has been sent out to clients to fill out. However, my colleagues cannot access the new live responses as they update for collaboration and I have to manually download them. If I move…
How can I effect the Swipe touch gesture equivalent with a mouse on desktop Maui WinUI?
With touch gesture (on Touchscreen) everything works both on Android and WinUI wrt Swipe, say, when SwipeView control is implemented for CollectionView item to give it a context menu. What about for desktop WinUI where a mouse is used? I thought…
"Failed to get document because the client is offline" error in Xamarin.Forms project
Here is my code of App.xaml.cs file of a Xamarin.Forms project: public partial class App : Application { public App() { CrossFirebaseCrashlytics.Current.HandleUncaughtException(); InitializeComponent(); …
How to create popup window that display Product Details ?
Hi friends! I have a DataGrid that contains a list of product . when i click on a product i should open a popup windows that contains Product's details and i would modify the Price in it for example. I implement a GlobalUsing.cs such : global using…