How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
how to get the keys in .net maui ?
I am using .net maui and I want to get the :1. android cert md5 2.ios cert SHA-1 3.public key of android and ios. how to get them? the first I searched that there is no md5 in keytool -printcert
Developer technologies | .NET | .NET MAUI
Can't register phone nr on developper account
I want to register this nr on a new dev account but i cant because its already somewhere it says , but where i realy don't know. can you remove this everywhere so i can signup for this dev account ? I tried to select the correct child tag , but account…
Developer technologies | Universal Windows Platform (UWP)
Customize identity that is stored in authentication cookie with OIDC
I've got this code which basically adds OIDC and I'm trying to customize the claims that end up in the stored identity, however the identity that's stored in the authentication cookie will eventually still include all claims from the ID token despite…
Developer technologies | ASP.NET | ASP.NET Core
ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal
I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…
Developer technologies | ASP.NET | Other
Issue to MAUI app
Hi, Is Azure the best option for DB of Maui app? Any samples for having few forms on one Maui project?
Developer technologies | .NET | .NET MAUI
GIS Converters -Logs Improvements
1.I would like if you can help to make the logs better for End-Users/ QA/ Programmers that will understand them and get conclusions. 2.Maybe add a framed message for each step, that I can later take all log to document and explains how the converter…
Developer technologies | C#
How to use a non GUI class in a GUI project
I created a project using MFC and Windows Desktop Application. There are several GUIs and they all work. Then I realized that a major section of code should not be a GUI, just a regular class. To test it I created a class then tried to call it from…
Developer technologies | C++
how to make the keyboard lower in android?
I am using .net maui 9.0 and in android I show the soft keyboard Window?.SetSoftInputMode(Android.Views.SoftInput.StateAlwaysVisible); and the keyboard is below the editText and how to make the keyboard lower ? there is ImageView below the editText and I…
Developer technologies | .NET | .NET MAUI
Visual Studio 2026 - New Features In Debugging
Hi, Can you please lists all the new Features in Visual Studio with Debugging. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | Visual Studio | Testing
AMSI.DLL stack overflow exception is shown in MFC VC++ based desktop application unexpected crash
SUMMARY Our MFC VC++ based desktop application (OmniServer) is crashing unexpectedly and showing the errors related to amsi.dll, and our application crashes in the Windows event viewer logs and application crash dump logs, indicating a stack overflow…
Developer technologies | C++
Swagger setup error after upgrade
builder.Services.AddSwaggerGen(c => { var securityScheme = new OpenApiSecurityScheme { Name = "Authorization", Type = SecuritySchemeType.Http, Scheme = "bearer", BearerFormat = "JWT", In =…
Developer technologies | .NET | Other
Alternative to AsTask() for awaiting IAsyncOperation in VB.NET (.NET Framework 4.7.2)?
I’m working on a WinForms VB.NET app targeting .NET Framework 4.7.2, using Windows.Services.Store APIs like GetAppLicenseAsync() and RequestPurchaseAsync(). These return IAsyncOperation(Of T), and the documented way to await them is via…
Developer technologies | VB
MAUI app issue
Hi, Does it call API to write one file into the remote server (with the given IP). Any demonstration to this?
Developer technologies | .NET | .NET MAUI
Vb.net form sizing issue different from design window
Say for example in design view I set form to 500x500 with a button at the very bottom of the form, during runtime the form does not show the button and the form appears to be smaller than in design view if I adjust the form in design view a bit bigger…
Developer technologies | Windows Forms
Visual Studio 2026 - Diff Screen
Hi, 1.Can you please about Visual Studio 2026 - Diff Screen in details ? What is in the left and what in the right ? 3.Colors, what is deleted, what is edit, and what is added ? Thanks,
Developer technologies | Visual Studio | Other
Mongo DB - update server to a new version
Hi, 1.I'm using Maui app in version 9, in VS 2026 , last update. 2.I'm using Mongo: with this app as follow: Server: version 7.0.3. Client (compass): version 1.42.2 There is vulnerability in server version, please see , and use Google Translate to…
Developer technologies | C#
Using SlimDX for Controller Input Error
I'm using SlimDX to set up controller input and encountering an error with the following code snippet: if (state.Buttons(a)) { // Navigate to the page, using the NavigationService this.NavigationService.Navigate(GameplayScreen); } The error…
Developer technologies | Visual Studio | Other
How do I move from Tests Explorer to my code using Go To Code?
Hi, Please look on: https://app.screencast.com/M0S7MDU6bVP9T When test failed, I right click on tests and pressed "Go To Test", but is not working ? why ? Thanks in advance,
Developer technologies | Visual Studio | Testing
what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?
what is the difference between Global Interface Table (GIT) and Running Object Table (ROT)?