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.
Visual Studio Code lag when saving a file
I've been using VS Code to modify HTML files for work for a number of years. Since the update before the current one installed, I've noticed that it takes a really long time (> 20 seconds) for Code to respond after saving a file (using Ctrl+s or…
Developer technologies | Visual Studio | Other
I can't download any extension on vscode, there is just infinet installation and i've already tried all advices from tt and youtube, like change proxy or download manually(btw there wasn't that kind of button)
FIrstly after downloading vs code i couldn't install any extension, there was just infinet installation. at the end i found the way to download it through browser using this link…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
Is it already possible to choose Android Target OS version 37.0 in Visual Studio 2026?
I use Visual Studio 2026 Community 18.4.0 and Android Target OS version 36.1. I have seen that Android 17 is already released but I don´t know how to install it in Visual Studio. The latest version that I can choose is 36.1. Is it already possible to…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
.net Framewok 4.6.2 on Windows 10 32bit does not install in correct registry folder
When I try to install Team Explorer 2022 it says I need .netFramework 4.6 or higher--I did this and it says It cannot find it--it only sees 4.0 folder ????
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.
Visual studio setup
During one day in Downloads appears several versions of visualstudio.setups. In most cases there is nothing to update. How can I limit the frequency of appearing setup programs to once or twice in mont.
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Need to Access Visual Studio
Problem: I am already taking a Developers course. I was told by Frontend Development that Microsoft does not work well with GitHub. So I chose Google for my browser. Visual Studio Code has been installed with Microsoft and Visual Code does not see my…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Visual C++ Activity
Two questions: 1.) running an app in visual C, after I make changes, re-build and execute, sometimes when I try to re-do, it gets a linker error that says "cannot write to the object file", what causes this. 2.) I deleted the .vs file and then…
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.
TSQL query to dynamically extract data from a json object using OPENJSON in SQL
Hi everyone. I need help with writing a TSQL query that will dynamically extract data from a JSON object using OPENJSON. I need the query to be able to work on both simple and nested json object. Thanks in advance.
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
SQL Server | Other
Visual Studio Multi licence prices diffrent about
We want to buy Visual Studio licence but i am confused i hear that if we buy a multi licence it will more expensive than one licence and we will have a diffrent properties. İs it true? If it is true can you give a more detail please?
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.
how to download visual studio community 2022 version
hello i need the older version to school but cannot find it anywhere please help me
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.
Should I update my workloads after updating to a new Xcode version?
I just updated Xcode to version 26.3 and I don´t know if I need to update the workloads in Visual Studio 2026 Community. Is it necessary to update the workloads in Visual Studio? Installed Workload Id Manifest Version Installation…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Unable to connect to the Redis server using Microsoft.AspNetCore.SignalR.StackExchangeRedis with .Net Aspire 13
I'm using .Net Aspire 13, .Net 10. I'm using the library package Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="10.0.3". This is my AppHost: var cache = builder.AddRedis("cache", 6379); var presence =…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
MAUI: iOS Build Issues in Visual Studio Code
I am getting below error when running the MAUI app on mac visual studio code: /usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_18.0/18.0.8319/targets/Xamarin.Shared.Sdk.targets(1648,3): error : clang++ exited with code 1:…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Move to Release mode while I have test project of type Exe in the solution
Hi, 1. I have two projects: 1.1MyProject.ConsoleApp.csproj <Project…
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.
How do I handle platform-specific UI customization in MAUI without bloating my shared code?
I have been learning MAUI for a couple months now. I need to apply different styles or behaviors on Android vs. iOS (e.g., font sizes, padding, or custom renderers). I know about OnPlatform in XAML and the Platforms/ folder. What is the correct…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
impact analysis required
look for possible negative impact analysis of implementing fix .NET Framework 4.8.1 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Microsoft vb registration key
microsoft visual basic 2010 registration key please
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Though VS runtime is installed, getting error that not installed- Please install it and run this setup again.
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
impact analysis required
look for possible negative impact analysis of implementing upgrade fix of Microsoft .NET Security of 10.0.4 on Operating systems 10 and 11 for windows servers of 2012, 2012 R2, 2016, 2019, 2022 including application dependencies and old legacy systems
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How to enable Control Flow Guard (CFG) in C# UWP Application
How to enable Control Flow Guard (CFG) in C# UWP Application? I have tried to enable <ControlFlowGuard>Guard</ControlFlowGuard> <UseDotNetNativeToolChain>true</UseDotNetNativeToolChain> in Release | x64 . But it is still not…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.