Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
17 views

I'm scaffolding ASP.NET Core Identity into an existing project using Visual Studio 2026. After right click on the project and select "Add > New Scaffolded Item > Identity", the ...
Score of 0
1 answer
77 views

I've recently started looking into developing a client side JavaScript application, that should run on pure client side JavaScript. With this I've come across the "JavaScript Express Application&...
Score of -1
0 answers
81 views

I have a need to use custom core framework assemblies (System.dll, System.*.*, etc) as well as custom mscorlib.dll in my project so I can have proper intellisense/analyzer working on a proper ...
Score of 2
1 answer
193 views

I have a question about my code : #include <stdio.h> void draw_a_square(int row,int column, int grid[10][10]){ for(int r = 0; r < row; r++){ for(int c = 0; c < column; c++){ ...
Score of 0
1 answer
89 views

Visual Studio (2022) has an "Agent Mode" feature that lets AI act autonomously on tasks in the editor, but by default it's tied to GitHub Copilot. I'd like to use a different AI agent/model (...
Score of 0
1 answer
115 views

In Visual Studio 2022, when I want to create the code behind for a Razor page, I used to right-click on the code and select an option to refactor the code into a partial class. Now, using Visual ...
Score of 0
1 answer
98 views

I have a C# ASP.NET Core Web API project that I want to run locally. I pulled it from git and started it, and it prompted me for an admin password, which I couldn't provide due to company policies. ...
Score of -3
1 answer
69 views

Is there a supported way to disable "Install from VSIX..." in VS Code? Specifically, I'm trying to understand whether VS Code provides any built-in setting or enterprise policy to: Disable ...
Score of -2
1 answer
120 views

There is a certain kind of text file in our source code base which consists of lines of text that must always be sorted. Luckily, since Visual Studio 2022, there is an Edit -> Advanced -> Sort ...
Score of -1
0 answers
58 views

I know this question was asked and answered 14 years ago, but I did not understand the answer, because I'm new to nopCommerce and ASP.NET in general. I have the following installed on my computer : ...
Best practices
0 votes
3 replies
110 views

I recently obtained correlation result for one of my datasets. I seek guidance to observe the computed result and interpret the correlation result to meet the requirement of report writing guideline ...
Score of 1
1 answer
150 views

When I open my project in VS 2022, select the Textbox control and then open the Properties window, I see a Lightning bolt button to show me the events for the button. In VS 2026, I do the same thing ...
Score of 0
0 answers
39 views

After updating to Visual Studio 2026, I'm unable to add a Controller or View via the Add → Scaffold menu in my ASP.NET MVC project. The full error message I get is: Error: There are no scaffolders ...
Score of 0
1 answer
105 views

I'm running a nopcommerce project and I need to inspect the appsettings.json file, but I can't find it in Visual Studio. I do not know why it is hidden, I can open the file using File Explorer on ...
Score of 0
0 answers
323 views

I am currently trying to get a CMake project to compile 64 bit binaries instead of 32 bit ones in my CMake OpenGL Project in Visual Studio 2026 written in C. If the project is not built with 64 bit ...

15 30 50 per page
1
2 3 4 5
7735