A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
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
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
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.
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
An implementation of Visual Basic that is built into Microsoft products.
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
An implementation of Visual Basic that is built into Microsoft products.
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
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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
A set of .NET Framework managed libraries for developing graphical user interfaces.
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
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.
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
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.
AI 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
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Open in VS Code for the web fails ... tunnel 400 error ?
Hello everyone, The last week I have problem connecting to VS Code for the Web, my cloudshell works correctly, my account is ok, everything works BUT when tryont to open through browser - azure portal the VS Code for the Web, I got errors similar to…
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.
Securing .Net 10 WebApi to be called by Windows Application
Hello everyone and thanks for the help in advance. I am developing a .Net 10 WebApi that will be called by a Windows application. When searching for solutions I am confused if the calling application changes how the api is secured. Any help would be…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
conversione di Private Declare Function ShowWindow in PtrSafe
come converto questa funzione di Acces da Private Declare Function ShowWindow Lib "user32" _ (ByVal hWnd As Long, ByVal nCmdShow As Long) As Long in PtrSafe?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
ggshield invocation during git commit
In VS 2019, ggshield gets invoked automatically while making commits, and it blocks commit if secret is present in any file. But this is not happening with Visual Studio 2022, because it uses it's own mini git version. I am not able change VS 2022…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
RamOptimizerWinUI\RamOptimizerWinUI\Form1.Designer.vb(23)
how do I resolve error code BC30002 in ram optimizer/winUI?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Visual studio setup project and MSBuild (again)
Hi, We're trying to get rid of VS from Jenkins and use MSBuild exclusively, but we have an installer project. I know MSBuild doesn't support .vdproj, so there's no way to make it work. We have a custom UI and a lot of custom actions, so switching to Wix…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
OpenGL Graphics Window
Been using the Visual Studio and C++ to procude graphics output with OpenGL. Have had several problems with getting the corre software input to use. A person at this site recommended having vcpkg install the freeglut system to utilize the .obj modules to…
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.
AI answer
OpenGL Download
I Have tried everything in trying to use OpenGL and outputting graphics to a window. Everything that I have tried has ended up with the linker in Visual Studio, C++ saying cannot open the file glut36.lib, no matter how I configured with input from this…
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.
OpenGL Libraries
Using C++ and OpenGL to output graphics to a window. Have the following headers: #include <GL\gl.h> #include <glut.h> Program accepts successfully. In the Project Additional Directories: V++ and C++ "c:\freeglut-3.8.0\include\GL" I…
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.