56,161 questions with Developer technologies-related tags

Sort by: Updated
1 answer One of the answers was accepted by the question author.

What approach should I adopt when beginning to use Playwright for NET?

Over the years I've written several unit tests, first using MSTest, and the last 5 years using xUnit. I'm used to the AAA pattern (Arrange/Act/Assert). Now I am trying to learn how to use Playwright. I know that initially it was probably written to work…

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,177 questions
asked 2026-07-29T20:24:28.4466667+00:00
Falanga, Rod, DOH 1,100 Reputation points
commented 2026-07-31T03:58:02.96+00:00
Taki Ly (WICLOUD CORPORATION) 3,060 Reputation points Microsoft External Staff Moderator
1 answer

Having problems making Playwright for NET click a button

I am very new to Playwright. I'm using Playwright for NET, because I know .NET much better than I do JavaScript. I'm writing a Playwright for NET class to test a simple web application we've finished recently. A lot of the problems I'm having is I'm not…

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,177 questions
asked 2026-07-30T21:24:16.7666667+00:00
Falanga, Rod, DOH 1,100 Reputation points
answered 2026-07-31T03:52:28.5633333+00:00
Taki Ly (WICLOUD CORPORATION) 3,060 Reputation points Microsoft External Staff Moderator
2 answers

how to know if the Bluetooth is connectable in .net android and .net ios?

I am using .net android and .net ios(not MAUI) I searched a BLE and then close the BLE and how to know if the Bluetooth is connectable? I search and get the list and then the user will connect it I want to know if the Bluetooth is connectable if not I…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-07-31T02:43:18.4466667+00:00
mc 7,186 Reputation points
answered 2026-07-31T03:52:08.23+00:00
Tom Tran (WICLOUD CORPORATION) 5,535 Reputation points Microsoft External Staff Moderator
1 answer

What should we use - Power Platform or Azure Native services

We would like to automate ServiceNow based tickets. Current process is for each ticket raised by an employee, our ITSD team members get required training list info from a PDF and match it with actual completed training list of the employee from Workday.…

Developer technologies | ASP.NET Core | ASP.NET API
asked 2026-07-29T11:42:11.5166667+00:00
Ranjan Bhasin 0 Reputation points
commented 2026-07-31T03:33:50.7133333+00:00
Danny Nguyen (WICLOUD CORPORATION) 7,760 Reputation points Microsoft External Staff Moderator
3 answers

Linq Query efficiency

Hello, Any ideas on how to make the below more efficient? It is taking too long. The lstAllCombs has 150,000 records. List<SpecLevel> lstRankRangeSumRankPartition = lstAllCombs .GroupBy(p => (p.RankRange0Count, p.RankRange1Count,…

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,811 questions
asked 2026-07-24T08:19:38.8233333+00:00
Naji Afache 40 Reputation points
commented 2026-07-31T03:06:50.2933333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
2 answers

OpenGL Follow on

Progressing with the OpenGL and producing a window to output graphics data, was told to enter the following but do not understand the data: 1.) glutInit (&arg1, arg2), arg1 integer, arg2 string was suggested on-line that if the values not…

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,096 questions
asked 2026-07-23T22:23:25.1933333+00:00
Sid Kraft 76 Reputation points
commented 2026-07-31T03:02:45.23+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
1 answer

visual C++ redistribuable

Où puis-je télécharger la version pour mon ordinateur de Microsoft visual C++ redistribuable 2015-2022 ?

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,096 questions
asked 2026-07-23T17:28:31.7533333+00:00
bruno d'aloise 0 Reputation points
commented 2026-07-31T03:00:58.88+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
4 answers

JSON file parsing

consider having different section in the JSON file , how to handle that problem { "connectionString":{ }, "SMTP":{ } }

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,811 questions
asked 2026-07-23T10:53:30.4466667+00:00
Venkatesh H 0 Reputation points
commented 2026-07-31T02:56:24.2333333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
2 answers

How to fix failing WebView calls

i wrote a MAUI app using Visual Studio that seems to have a problem on older android devices. I think the problem may have something to do with the WebView because that is where it seems to fail. the app loads but when WebView is called the app just…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-07-23T09:33:25.4566667+00:00
Moshe Raab, PhD 241 Reputation points
commented 2026-07-31T02:53:42.2533333+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
5 answers

Getting Freeglut C++

I am programming in C++ using Visual Studio. I thought that I had all of the #include<...> directives in my program but after I tried to open a window to output graphic data from OpenGL, still looking for directives or library elements. Went to the…

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,096 questions
asked 2026-07-22T23:30:13.08+00:00
Sid Kraft 76 Reputation points
commented 2026-07-31T02:51:25.31+00:00
Nancy Vo (WICLOUD CORPORATION) 7,905 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

Can I use both "Designer" and "DesignerAttribute" in a Winforms UserControl?

I am trying to create a Winforms UserControl that will act as a container for other controls AND use its own Designer. I have used the following Microsoft examples: ControlDesigner…

Developer technologies | Windows Forms
asked 2026-07-30T13:27:04.12+00:00
Jeffrey Gaines 40 Reputation points
commented 2026-07-31T00:22:41.6333333+00:00
Jay Pham (WICLOUD CORPORATION) 3,815 Reputation points Microsoft External Staff Moderator
1 answer

OpenGL Still

//open a window void display(void); { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); // Clear the background of our window to red glClear(GL_COLOR_BUFFER_BIT); //Clear the colour buffer (more buffers later on) …

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,812 questions
asked 2026-07-30T22:55:41.8066667+00:00
Sid Kraft 76 Reputation points
edited a comment 2026-07-30T23:28:47.18+00:00
Viorel 127.1K Reputation points
2 answers One of the answers was accepted by the question author.

MAUI: iOS: Image alignment issue in pdfwebviewer

I have a custom pdfwebviewer like below where I viewing both pdf and images. <ctrl:PdfWebViewer Grid.Row="2" Uri="{Binding SelectedArticleUrl}" HorizontalOptions="FillAndExpand"…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2026-07-27T11:19:02.32+00:00
Sreenivasan, Sreejith 1,020 Reputation points
commented 2026-07-30T16:51:17.29+00:00
Bruce (SqlWork.com) 84,676 Reputation points
1 answer

OpenGL glutInit

void display(void); { glClearColor(1.0f, 0.0f, 0.0f, 1.0f); // Clear the background of our window to red glClear(GL_COLOR_BUFFER_BIT); //Clear the colour buffer (more buffers later on) glLoadIdentity(); // Load the Identity Matrix to…

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,812 questions
asked 2026-07-30T15:28:54.92+00:00
Sid Kraft 76 Reputation points
answered 2026-07-30T16:41:04.5+00:00
RLWA32 52,701 Reputation points
2 answers One of the answers was accepted by the question author.

Unexpected Error when Dereferencing a Byte Array in VBScript

So, I am writing a VBS script that at some point needs to read a file byte by byte and do some computations on each byte. So, I use the following code to read each byte: Set Stream = CreateObject("ADODB.Stream") Stream.Type = 1 ' aka.…

Developer technologies | Visual Basic for Applications
asked 2026-07-28T20:12:15.5733333+00:00
Billy Gayts 20 Reputation points
commented 2026-07-30T16:37:40.98+00:00
buttler boos 0 Reputation points
5 answers

VBA Developer Mode?

Hi Community.  DPA here.  See attached screenshot.   I need pointed in the right direction.  I don’t know how to get started in VBA Developer mode in Outlook.  I have read through both the “Visual Basic Guide” and the “Office VBA Reference/Outlook” in…

Developer technologies | Visual Basic for Applications
asked 2026-07-28T11:44:44.43+00:00
DPA 5 Reputation points
commented 2026-07-30T16:29:31.34+00:00
DPA 5 Reputation points
0 answers

how to fix azure app configuration connectivity issue using managed idnetity

we have created Azure app configuration and used it through managed identity. for this we follow the steps as below enable system assigned identity in app service In app configuration we have add role as configuration data reader to app service use…

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | .NET Runtime

.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.

1,336 questions
asked 2025-05-20T12:27:13.27+00:00
Shaheda Ansari 0 Reputation points
commented 2026-07-30T15:01:37.51+00:00
JuliaMarvin 20,735 Reputation points Volunteer Moderator
0 answers

Visual Studio 2026 uses excessive memory (20GB+) with Unity 6000.3.41 project

Hello, I am experiencing extremely high memory usage in Visual Studio when working with a Unity project, and I’m looking for guidance or confirmation on whether this is a known issue. Before: Unity 2022.3.51f1 + Visual Studio 2026 → no issues After: …

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,812 questions
asked 2026-01-28T01:38:32.0466667+00:00
소연 조 20 Reputation points
commented 2026-07-30T13:11:21.67+00:00
AndreCraig-2247 0 Reputation points
1 answer

I need to set up Intellej in my machine with JDK and other congi and alos to set git i already have access for it

I need to set up Intellej in my machine with JDK and other congi and alos to set git i already have access for it

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,812 questions
asked 2026-07-30T11:31:44.56+00:00
Shankar, Chandrakala 0 Reputation points
answered 2026-07-30T11:32:00.4166667+00:00

AI answer

1 answer

Visual Studio Enterprise subscription renewal link url https://aka.ms/vssentrenew is not valid

After I click on a Visual Studio Enterprise subscription renewal link i get:

Developer technologies | Visual Studio | Setup
asked 2026-07-30T10:36:06.5166667+00:00
Hasan Irmak 0 Reputation points
commented 2026-07-30T10:40:23.6233333+00:00
Hasan Irmak 0 Reputation points