54,979 questions with Developer technologies-related tags

Sort by: Updated
3 answers

Post and get data from database and show on page or form

Hi there how i can post data into database using webrequest and using forms to do this Post and Get information Dim Username As String Dim Password As String Dim Email As String Dim Pass_Code As String …

Developer technologies | VB
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
2,912 questions
asked 2025-12-06T04:51:43.98+00:00
Ricardo Sousa 76 Reputation points
answered 2025-12-07T06:50:58.7766667+00:00
Alexandra Kirk 0 Reputation points
1 answer

i have issues here to webrequest login

Hi there i want to use this for web request to login on the browser and load the form 2 as it explain here add credentials and login accept load form 2 if any error responds back the error and loads the Frm_Error as messagebox …

Developer technologies | Visual Basic for Applications
asked 2025-12-05T20:46:32.73+00:00
Ricardo Sousa 76 Reputation points
commented 2025-12-07T01:44:42.5066667+00:00
Ricardo Sousa 76 Reputation points
1 answer One of the answers was accepted by the question author.

The SDK Microsoft.NET.sdk specified could not be found.

I get this error when I try to create a new project in Visual Studio Community 2022 (64-bit) 17.14.19: The SDK Microsoft.NET.sdk specified could not be found. In addition, when I try to open an existing solution in VS Community 2022 then my iOS and…

Developer technologies | .NET | .NET MAUI
asked 2025-11-10T22:38:41.35+00:00
Kim Strasser 1,691 Reputation points
commented 2025-12-07T01:17:11.8633333+00:00
khizarbajwa 0 Reputation points
1 answer

How to fix problem in Clarity. Styles not loading

Hello, I’m running into an issue with my webpage. It was working normally, but after I added Microsoft Clarity for session recording, the page now appears unstyled—only the HTML loads, and the CSS doesn’t seem to be applying. I’m not sure why adding…

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,576 questions
asked 2025-12-05T17:36:41.5366667+00:00
Jakub Jezbera 0 Reputation points
commented 2025-12-06T19:48:05.6033333+00:00
Raad 0 Reputation points
1 answer

iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_

I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…

Developer technologies | .NET | .NET MAUI
asked 2025-11-04T21:08:44.2066667+00:00
Kim Strasser 1,691 Reputation points
edited a comment 2025-12-06T18:15:18.8533333+00:00
Kim Strasser 1,691 Reputation points
2 answers One of the answers was accepted by the question author.

Link to old Version of Spec Explorer

First of all thank you very much for your helpful answer here: how-to-purchase-license-key-for-vs-professional-2012 ! By any chance could you also give us a link to the older releases of Spec Explorer (3.4 or 3.5)? They are mentioned here on your site…

Developer technologies | Visual Studio | Extensions
asked 2025-12-03T08:19:30.05+00:00
bububa 0 Reputation points
accepted 2025-12-06T18:02:11.2766667+00:00
bububa 0 Reputation points
1 answer

AddInteractiveWebAssemblyComponents not working in .NET 9

I've been taking a Pluralsight course on learning Blazor. It's been great, but it is a bit older. It was written when .NET 8 was the current version of .NET. I created my version of the project using .NET 9, because it was my understand, from the…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-06T14:28:29.5633333+00:00
Rod Falanga 741 Reputation points
answered 2025-12-06T16:30:56.5333333+00:00
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Concrete type and Concrete method in C#

What is exactly concrete type and concrete method in C#? Is the same with abstract type? Could you please write an example? Thanks

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,694 questions
asked 2022-10-06T00:09:03.553+00:00
Shervan360 1,681 Reputation points
commented 2025-12-06T16:23:08.3566667+00:00
abid iqbal 0 Reputation points
1 answer

Visual Studio 2026 usually locks up when opened

I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…

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,576 questions
asked 2025-12-06T13:30:28.3633333+00:00
Tony Whitley 0 Reputation points
commented 2025-12-06T14:24:24.5933333+00:00
Viorel 125.6K Reputation points
2 answers

SharePoint solutions can't be build with buildtool v18 because of an SDK version error.

SharePoint solutions can't be build because of an SDK version error. C:\Program Files\Microsoft Visual Studio\18\Professional\MSBuild\Microsoft\VisualStudio\v18.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets(235,5): error : Could not load…

Developer technologies | Visual Studio | Debugging
asked 2025-11-28T11:41:24.91+00:00
Michael Kriese 116 Reputation points
commented 2025-12-06T07:57:19.3766667+00:00
Michael Kriese 116 Reputation points
0 answers

Can't create Android device for .NET Maui development testing

I have downloaded Visual Studio .NET Community 2026. I added the .net Maui workflow and I have created a new solution using it. The solution runs normally in the windows debugger but if I try to use the Android debugger I am getting errors creating the…

Developer technologies | Visual Studio | Setup
asked 2025-12-06T04:33:38.4666667+00:00
Robert Charlebois 0 Reputation points
1 answer

How to automatically redirect to next page after progress bar finish loading

How can I create a progress bar that will be loading, and after it finishes loading, it will automatically redirect to next page after 10 seconds? Here is what I tried, although what I've been able to get is a button such that when the button is clicked,…

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,694 questions
asked 2025-12-03T18:17:55.22+00:00
Donald Symmons 3,066 Reputation points
commented 2025-12-05T23:20:11.8933333+00:00
Donald Symmons 3,066 Reputation points
1 answer

Keep Tabs Setting Not Working in Visual Studio 2026

I recently upgraded to Visual Studio 2026. I have Adapting Formatting turned off. I have my Space/Tab setting to Keep Tabs for the all languages default and for all the individual languages that have this option. Despite this, Visual Studio keeps…

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,694 questions
asked 2025-12-05T16:52:18.0633333+00:00
Pierre Plourde 6 Reputation points
edited a comment 2025-12-05T20:36:37.0166667+00:00
Viorel 125.6K Reputation points
1 answer

About http proxy

i'm a Chinese developer, and i'm using .sln project with vcpkg. I've noticed that when I set VS2022 to English and create a .sln project, my project doesn't use the proxy (can't access github/microsoft/vcpkg). But if I set VS2022 to Chinese, the created…

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,576 questions
asked 2025-07-21T03:19:51.6633333+00:00
xii Pri 0 Reputation points
answered 2025-12-05T20:35:46.9933333+00:00
Ethan Parker 0 Reputation points
4 answers

Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to .NET 10 — 401 Unauthorized on [Authorize] Endpoints

Hello Team, Hope you are doing well. I previously had a working Swagger configuration in a .NET 8 Web API project. After migrating the project to .NET 10, the existing SwaggerGen and security configuration no longer compile. Below is the original .NET 8…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-04T18:12:28.19+00:00
Tirth Shah 0 Reputation points
answered 2025-12-05T19:17:36.5966667+00:00
Gert Kello 0 Reputation points
10 answers One of the answers was accepted by the question author.

Microsoft SQL Server Studio - Dark Mode

Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?

Azure SQL Database
Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,713 questions
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,576 questions
SQL Server | Other
asked 2023-12-19T13:11:52.4966667+00:00
Kıvanç ÖZDEMİR 135 Reputation points
commented 2025-12-05T17:54:55.7766667+00:00
Bryan Diercks 6 Reputation points
1 answer

How to play sound on android tablet from C# ASP.Net page

Need to send a beep tone or similar under certain conditions when an error occurs

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,627 questions
asked 2025-12-05T17:51:19.67+00:00
Peter Black 0 Reputation points
answered 2025-12-05T17:51:36.6033333+00:00
Q&A Assist
2 answers

"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two outstand

"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-12-05T09:42:41.7166667+00:00
Priyanshi Vasoya 0 Reputation points
answered 2025-12-05T17:17:59.31+00:00
Bruce (SqlWork.com) 81,971 Reputation points Volunteer Moderator
2 answers

How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?

I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…

Developer technologies | Visual Studio | Debugging
asked 2025-12-03T12:38:18.0166667+00:00
Brandon Davies-Sekle 0 Reputation points
commented 2025-12-05T16:57:16.3033333+00:00
Brandon Davies-Sekle 0 Reputation points
1 answer

Converting Existing ASP.NET Core Web Application to a Local Desktop Application?

Hello everyone, I currently have a working ASP.NET Core (.NET 8) web application. My goal is to preserve the application's existing HTML/CSS/JavaScript interface and C# business logic (DI, Services, EF Core, etc.) while transforming it into an…

Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
1,690 questions
asked 2025-12-05T06:43:54.2266667+00:00
fatih uyanık 245 Reputation points
edited an answer 2025-12-05T15:37:08.4266667+00:00
AgaveJoe 30,396 Reputation points