18,967 questions with Developer technologies-related tags

Sort by: Updated
4 answers One of the answers was accepted by the question author.

To identify the performance of sqlserver between 1 month of different years.

Hi, How can I identify the performance load of SQL Server between 2 period of different years, Any script to calculate the I/O load and performance of SQL Server. I s there any tools to identify the performance and I/O load on SQL Server between 2…

Developer technologies | Transact-SQL
SQL Server | Other
asked Jul 6, 2022, 6:54 PM
SVA 116 Reputation points
answered Jul 24, 2025, 1:52 PM
Don Price 0 Reputation points
1 answer One of the answers was accepted by the question author.

VS 2022 - Unable to load SDK-style sqlproj in "SQL Server Object Explorer"

Hello, I'm migrating a sqlproj from the "classical" structure to the new SDK-style because I need to execute the "dotnet build my.sqlproj" command in an Azure DevOps pipeline Linux agent and the classical sqlproj would work only on…

Developer technologies | Visual Studio | Extensions
asked Jul 23, 2025, 4:33 PM
Giulio Vito De Musso 0 Reputation points
accepted Jul 24, 2025, 9:34 AM
Giulio Vito De Musso 0 Reputation points
2 answers One of the answers was accepted by the question author.

The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.

I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…

Developer technologies | .NET | .NET MAUI
asked Jul 11, 2025, 9:32 AM
Kim Strasser 1,346 Reputation points
answered Jul 23, 2025, 10:26 PM
Odaronil 0 Reputation points
3 answers One of the answers was accepted by the question author.

How can I drag and Drop and email from Outlook into a web form, and parse out the email details

I have a drag and drop form working, but I cannot get the email details from the 'dropped' file. Tried using the Microsoft.Office.Interop.Outlook package (had success in a winformapp), but I can't figure it out. Here is a js snippet I am using to trap…

Developer technologies | ASP.NET | ASP.NET API
asked Mar 21, 2025, 7:50 PM
Ian Hockaday 20 Reputation points
accepted Jul 23, 2025, 8:48 PM
Ian Hockaday 20 Reputation points
1 answer One of the answers was accepted by the question author.

can VS Code highlight TIE syntax?

Can VS Code recognize and highlight TIE syntax? Is it and extension? Where do I get it, how do I install it? If not yet available, how do I create one?

Developer technologies | Visual Studio | Extensions
asked Jun 24, 2025, 12:45 AM
Laszlo Borbely-Bartis 0 Reputation points
accepted Jul 23, 2025, 6:41 PM
Laszlo Borbely-Bartis 0 Reputation points
2 answers One of the answers was accepted by the question author.

Crash on mouse over of Cesium map when using asp.net scriptmanager

I have an [asp.net] project using web forms. The aspx page has a Cesium map and crashes when you mouse over it but only if the page also contains the asp:ScriptManager element. If the ScriptManager element is removed, the page does not crash on mouse…

Developer technologies | ASP.NET | Other
asked Jul 21, 2025, 5:44 PM
CantThinkOfAName 20 Reputation points
commented Jul 23, 2025, 6:13 PM
CantThinkOfAName 20 Reputation points
1 answer One of the answers was accepted by the question author.

why abc4j can not parse the file?

I am using .net android and add the package : abc4j to parse music file. but there is error and I can not parse it. this is the music file: p.txt

Developer technologies | .NET | .NET MAUI
asked Jul 18, 2025, 9:04 AM
mc 5,611 Reputation points
commented Jul 23, 2025, 4:53 PM
Roll the Six 0 Reputation points
2 answers One of the answers was accepted by the question author.

How is a Blazor Server app deployed in Linux?

I have a Blazor Server app, developed in VS Code on a Mac. At this point in development, it runs correctly on localhost, as well as on a Windows Server instance in AWS Lightsail, using IIS. For final deployment, I would like to install the app on a Linux…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 22, 2025, 3:47 AM
David Stowell 20 Reputation points
commented Jul 23, 2025, 4:37 PM
David Stowell 20 Reputation points
1 answer One of the answers was accepted by the question author.

Enable Location Service in .NET MAUI after upgrading from Xamarin Forms

I am currently upgrading my Xamarin Forms application to .NET MAUI. In my Xamarin Forms app, I used DependencyService to enable a location pop-up asking the user for location service permission. I'm struggling to find a way to achieve the same result in…

Developer technologies | .NET | .NET MAUI
asked Mar 8, 2024, 11:39 AM
Etien Ducka 30 Reputation points
edited a comment Jul 23, 2025, 9:38 AM
Etien Ducka 30 Reputation points
1 answer One of the answers was accepted by the question author.

How do I add an existing directory tree to a project in Visual Studio

I was trying to use this solution, but realize that Visual Studio 2022 does not have the option "Include in Project.". What feature replaces this, for getting a directory tree into my project? Thanks.

Developer technologies | C++
asked Dec 13, 2023, 1:54 PM
CDev-8220 405 Reputation points
commented Jul 22, 2025, 12:52 PM
Lindsay, Carol C 0 Reputation points
2 answers One of the answers was accepted by the question author.

Is it still the case that a Blazor WebAssembly cannot reference a Blazor Server-Side project?

I'm working on rewriting an old ASP.NET WebForms app. I've created an ASP.NET Core Blazor app using .NET 9, with both a server-side project and a WebAssembly (Client) project. The server-side project has the Home page and allows the user to change the…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 17, 2025, 8:24 PM
Falanga, Rod, DOH 290 Reputation points
commented Jul 22, 2025, 9:07 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
12 answers One of the answers was accepted by the question author.

Can you recommend a sql formatter?

Dear colleagues, Which SQL formatter would you recommend? In our organization, we have coding standards. My problem is, there are to many of them. As I am responsible for the repositories containing SQL, I want to enforce a single standard by…

Developer technologies | Transact-SQL
SQL Server | Other
asked Nov 17, 2020, 2:17 PM
Chris Sijtsma 106 Reputation points
answered Jul 22, 2025, 4:39 AM
Anil Peter 0 Reputation points
8 answers One of the answers was accepted by the question author.

Pull values to the Left of a dash

I am trying to pull from a field called "Location" that includes a number of varying lengths after a dash. I only want to pull the value of the field before the dash. My expression below worked with the LTRIM to pull values after the dash but…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,068 questions
Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | Transact-SQL
asked May 25, 2021, 2:32 AM
Evan Stroum 21 Reputation points
answered Jul 22, 2025, 4:16 AM
Ashish Mathur 160 Reputation points Volunteer Moderator
2 answers One of the answers was accepted by the question author.

Requiring Authorization Causes Long Url

Hello everyone and thanks for the help in advance. I am developing an Asp.net 9 Core MVC application. I want to all controllers to require authorization rather than having to decorate each action with [Authorize]. I tried…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 20, 2025, 2:02 AM
Kmcnet 1,096 Reputation points
accepted Jul 22, 2025, 1:27 AM
Kmcnet 1,096 Reputation points
2 answers One of the answers was accepted by the question author.

Windows application specific's registry key

I need a place to put configuration for my Win32 application inside the registry. Where it is should be? Are there multiple places to store application-specific registry?

Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
asked Oct 4, 2022, 4:30 AM
thebluetropics 1,046 Reputation points
commented Jul 21, 2025, 11:00 PM
Bruce (SqlWork.com) 78,571 Reputation points Volunteer Moderator
3 answers One of the answers was accepted by the question author.

Visual Studio 2013 license not working after move to new machine

Purchased Visual Studio Professional 2013 back in 2013 or 2014. Installed on a laptop. Never installed on any other device. Ancient laptop is close to death, so I started moving to a new Windows 11 laptop. I installed VS 2013 from the original DVDs a…

Developer technologies | Visual Studio | Setup
asked Jul 18, 2025, 5:05 PM
Clark Coleman 20 Reputation points
answered Jul 21, 2025, 9:23 PM
HARDCORE GAMES™ 175 Reputation points
1 answer One of the answers was accepted by the question author.

Can ClosedXML be used in a Visual Studio developed .Net9 Blazor Webassembly app?

I have read conflicting statements about whether ClosedXML can be used in a Blazor Webassembly app. A Google seacrh of "can Closedxml be used in a Blazor WASM app c#" produces an AI response of "yes" though with caveats about…

Developer technologies | Visual Studio | Other
asked Jul 19, 2025, 2:23 PM
Steve Rehling 165 Reputation points
accepted Jul 21, 2025, 9:11 PM
Steve Rehling 165 Reputation points
1 answer One of the answers was accepted by the question author.

How can sales and commissions be calculated based on multiple conditions?

I want to extract commission from sales using multiple conditions using LINQ query. Here different types of commission are assigned on different sales values. I need this in my report sheet. If any experienced person could help me, I would be benefited.…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 17, 2025, 6:02 AM
jewel 1,231 Reputation points
accepted Jul 21, 2025, 5:04 PM
jewel 1,231 Reputation points
1 answer One of the answers was accepted by the question author.

How to create visual studio 2022 layout without downloading arm64 binaries?

Refer to the document https://learn.microsoft.com/en-us/visualstudio/install/use-command-line-parameters-to-install-visual-studio?view=vs-2022 it tells if the optional parameter "--arch" is not set, the layout should only includes x64 product…

Developer technologies | Visual Studio | Setup
asked Jul 18, 2025, 3:38 AM
Marvens 25 Reputation points
commented Jul 21, 2025, 9:10 AM
Marvens 25 Reputation points
2 answers One of the answers was accepted by the question author.

visual studio installer cannot continue to download for visual studio community 2022 and no access to aka.ms

i am muhammad naveed faruq from pakistan i am an old user of visual studio to download visual studio 2022 community, when after downloading first file by browser and after clicking on it a small page opens to download installer,(contains two progress…

Developer technologies | Visual Studio | Setup
asked Jun 9, 2025, 10:27 AM
naveed faruq 30 Reputation points
edited a comment Jul 21, 2025, 8:19 AM
sarah javed 0 Reputation points