An object-oriented programming language developed by Microsoft that can be used in .NET.
What Determines AddHandler Action
I have the following in my Window.Loaded event: Dim cvsPeople As CollectionViewSource = CType(Resources("cvsPeople"), CollectionViewSource) cvsPeople.Source = ocPeople .... ComboTextBox =…
Developer technologies | VB
OpenGL Libraries
Trying to add the OpenGL libraries to Visual Studio, using C++. Issued the following commands: Tools, Command Line, Developer PowerShell, Install OpenGL, received the error: object not found? Any ideas from any body? Sid Kraft
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.
Menu Icon usage in WPF with NuGet Package WPF-Icons
Hello All, I'm attempting to create a menu for my app and I thought it would be nice if I were to add Icons to my menu items. So I found a NuGet package (WPF-Icons2.0.0) and added to my solution. Unfortunately, I now have no idea of how to specify which…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Migrating C# Visual Studio 2022 (17.8) from .NET 4.7 to .NET 8
How do I migrate my C3 project from .NET 4.7 to .NET 8? Google says to use .NET Upgrade Assistant, but I did not find this component in Extensions Manager.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Using Visual C++, which technique give the fastest performance when reading from SQL Server?
There are a number of techniques (products) that allow an application written in Visual C++ to read (and write data) from SQL Server (application and SQL Server on the same server). For example, ADO, OLE-DB, ODBC, ADO.NET etc WHich of these techniques…
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.
What's the meaning of the parameter, lPrivate, in the MSG structure?
(https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-msg The link above is the document about MSG structure.) typedef struct tagMSG { HWND hwnd; UINT message; WPARAM wParam; LPARAM lParam; DWORD time; POINT pt; …
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.
Opengl Libraries
Trying to implement the OpenGL libraries, in Visual Studio using C++, getting the following errors: After opening the PowerShell, -vcpkg Install OpenGL getting the errors: "could not locate a manifest(vcpkg.json) above the current working…
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.
OpenGL Libraries
New user for Visual Studio and trying to set up the system for OpenGL Functions use. It was suggested to -open the Developer Power Shell to execute the vcpkg software to set up the libraries. Not exactly sure how to do and do I execute this module in my…
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.
C++ Libraries
Running Virtual Studio, C++, where are the library files that the system looks for, i.e. #include <math.h>, etc. Sid Kraft
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.
EF Core 9 Performance: Optimizing 'N+1 Query Problem' in complex One-to-Many relationships
Hello everyone, I am working on an ASP.NET Core project and I am struggling to optimize data retrieval for a large-scale database. Scenario: I have a 'User' entity with a one-to-many relationship with 'Orders'. I need to fetch all users along with their…
Developer technologies | .NET | Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
Error NETSDK1178: The project depends on the following workload packs that do not exist in any of the workloads available in this installation
I get the following error in my iOS project in Visual Studio Code: /usr/local/share/dotnet/sdk/8.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportWorkloads.targets(38,5): error NETSDK1178: The project depends on the following workload packs…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Visual Studio 2022- Couldn't install Microsoft.VisualCpp.Redist.14
I'm trying to install Desktop development with C++ for Visual Studio 2022. Attempting to install this using the Visual Studio Installer returns an error stating: Couldn't install Microsoft.VisualCpp.Redist.14 The log file mentions another log file that…
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.
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.
Issue to handle PDF
Hi, Can you help to the issue below? No match was found for the specified search criteria and package name 'MauiNativePdfView'. Try Get-PackageSource to see all available registered package sources.
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to fix the "dotnet-host-8.0.27-win-x64.msi" missing error for .Net
I am receiving a pop up window from the Microsoft.NET Host: C:\ProgramData\Package Cache{FE436680-E3E9-4BDB-A1C9-AA9DCD76752F}v64.108.52182\ and it is empty
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.
Cannot repair Microsoft Visual C++ 2015-2022
Receiving Microsoft Visual C++ 2015-2022 error and cannot repair. Tried all suggested ways.
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.
Devbox with linux OS
Hi, Can i create a devbox with Linux OS instead of Windows OS ? If yes, please share me the steps on how to achieve the same. Thank you, Uday
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.
HttpWebRequest timeout not working
The following code: HttpWebRequest request = (HttpWebRequest)WebRequest.Create(sRequest); // Create(sQuery); request.Credentials = CredentialCache.DefaultCredentials; request.Timeout = 10000; …
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
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.
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Test connection failed
Visual Studio bericht: Test connection failed because of an error in initializing provider. The given key was not present in the dictionary.
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.
Getting "Something Went wrong" error when installing Visual studion 2022 community
I am encountering a persistent generic error "Sorry, something went wrong" immediately upon opening the Visual Studio Installer interface while trying to install Visual Studio 2022 Community on my Windows machine. I have already extensively…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Microsoft.Cpp.props(47,89): error MSB4066: Attribute 'Sdk' in element<Import>is not recognized.
“msbuild ur_rtde.sln /property:Configuration=Debug /maxcpucount:8” When I use this in the cmd ,An error occurred:Microsoft.Cpp.props(47,89): error MSB4066: Attribute 'Sdk' in element<Import>is not recognized**.**
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.