55,168 questions with Developer technologies-related tags

Sort by: Updated
1 answer

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
asked 2025-12-31T11:31:07.5366667+00:00
Sreenivasan, Sreejith 480 Reputation points
answered 2025-12-31T14:56:47.85+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,315 Reputation points Microsoft External Staff
2 answers

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
asked 2025-12-29T11:22:22.3466667+00:00
mc 6,536 Reputation points
commented 2025-12-31T13:30:12.24+00:00
mc 6,536 Reputation points
0 answers

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)
asked 2025-12-31T11:12:57.1566667+00:00
Pim Meesters 0 Reputation points
edited the question 2025-12-31T12:50:13.11+00:00
ppavle 4,770 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

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
asked 2025-12-30T22:40:28.2366667+00:00
iKingNinja 160 Reputation points
accepted 2025-12-31T12:15:15.1466667+00:00
iKingNinja 160 Reputation points
1 answer

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
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,638 questions
asked 2025-12-24T07:28:50.3033333+00:00
Naitik Patel 0 Reputation points
commented 2025-12-31T11:54:39.0133333+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,315 Reputation points Microsoft External Staff
1 answer

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
asked 2025-12-19T10:01:05.4866667+00:00
Peter_1985 2,946 Reputation points
commented 2025-12-31T11:52:17.36+00:00
Varsha Dundigalla(INFOSYS LIMITED) 4,315 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,730 questions
asked 2025-12-25T09:13:40.0266667+00:00
Dani_S 5,436 Reputation points
edited a comment 2025-12-31T11:43:47.6933333+00:00
Dani_S 5,436 Reputation points
2 answers

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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,032 questions
asked 2025-12-31T03:39:52.9466667+00:00
Bryan Kelly 521 Reputation points
answered 2025-12-31T11:41:30.6+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,480 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
asked 2025-12-31T03:59:58.5633333+00:00
mc 6,536 Reputation points
accepted 2025-12-31T11:33:48.82+00:00
mc 6,536 Reputation points
2 answers

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
asked 2025-12-17T12:46:14.24+00:00
Dani_S 5,436 Reputation points
commented 2025-12-31T11:31:12.9866667+00:00
Dani_S 5,436 Reputation points
2 answers

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++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,032 questions
asked 2025-12-19T13:12:49.1033333+00:00
Pandurang Lobhe 5 Reputation points
commented 2025-12-31T11:01:16.3433333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,480 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,151 questions
asked 2025-12-30T10:17:36.9166667+00:00
Ejekwu Graveth Uzoma 0 Reputation points
edited an answer 2025-12-31T10:55:31.8133333+00:00
Gade Harika (INFOSYS LIMITED) 2,250 Reputation points Microsoft External Staff
1 answer

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
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,914 questions
asked 2025-12-30T21:49:32.5133333+00:00
James Pruett 20 Reputation points
commented 2025-12-31T10:49:45.3766667+00:00
Gade Harika (INFOSYS LIMITED) 2,250 Reputation points Microsoft External Staff
3 answers

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
asked 2025-12-29T10:15:49.5133333+00:00
Peter_1985 2,946 Reputation points
commented 2025-12-31T10:46:39.5833333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,480 Reputation points Microsoft External Staff
2 answers

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
asked 2025-12-28T00:40:57.6266667+00:00
Michael Westen 0 Reputation points
commented 2025-12-31T10:40:32.2966667+00:00
Gade Harika (INFOSYS LIMITED) 2,250 Reputation points Microsoft External Staff
0 answers

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,620 questions
asked 2025-12-31T08:43:43.5866667+00:00
Dani_S 5,436 Reputation points
answered 2025-12-31T09:11:23.58+00:00
Waqas Ahmad Ahmad 0 Reputation points
0 answers

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#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,730 questions
asked 2025-12-31T08:58:55.19+00:00
Dani_S 5,436 Reputation points
edited the question 2025-12-31T08:59:25.7966667+00:00
Dani_S 5,436 Reputation points
0 answers

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
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
5,620 questions
asked 2024-11-01T22:44:35.3033333+00:00
Garrett Tiller 31 Reputation points
answered 2025-12-31T08:19:13.4433333+00:00
Huzaifa 0 Reputation points
3 answers

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
asked 2025-12-19T05:54:17.3533333+00:00
Daniel Shitrit 0 Reputation points
commented 2025-12-31T08:17:27.2666667+00:00
Daniel Shitrit 0 Reputation points
2 answers

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)?

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
4,032 questions
asked 2025-12-30T05:25:35.5+00:00
Sivalingam Somasundaram 0 Reputation points
answered 2025-12-31T07:39:02.6733333+00:00
Susmitha T (INFOSYS LIMITED) 2,110 Reputation points Microsoft External Staff