54,078 questions with Developer technologies-related tags

Sort by: Updated
1 answer

Is typedef a user-defined data type?

I came to know that enum, union and struct are user-defined data type but in some articles type-def is also mentioned as user-defined data type. So which is true?

Developer technologies | C++
Developer technologies | Visual Studio | Other
asked 2023-06-13T03:02:08.4733333+00:00
Debojit Acharjee 455 Reputation points
edited an answer 2023-06-13T06:19:58.5066667+00:00
Minxin Yu 13,506 Reputation points Microsoft External Staff
1 answer

Can not set up VS 2022 community

I loaded vs 2022 com after turning off security and all other non essential projects. Loaded the install using as administrator. Set up projects, again as administrator, using C#, windows, web and MVC. The project(0) appears. I also cost the project and…

Developer technologies | Visual Studio | Setup
asked 2023-06-11T19:14:02.8666667+00:00
Ben Moore 0 Reputation points
commented 2023-06-13T06:05:44.7866667+00:00
Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

how to add or integrate a chatbot window to a windows application

In my Windows application need to add a chatbot window so how to do that ?? any suggestions? Thanks in advance

Developer technologies | Windows Forms
Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-06-12T11:54:46.0533333+00:00
Dineshkumar.S 456 Reputation points
accepted 2023-06-13T04:26:59.9966667+00:00
Dineshkumar.S 456 Reputation points
1 answer One of the answers was accepted by the question author.

Need to update Test case status at run time using C#.

Issue is:- I am able to connect with BaseURL with credentials in NetworkCredentials.But Response getting 404 System.ObjectDisposedException : Cannot access a disposed object. Below is set code used:- using (HttpClientHandler handler = new…

Developer technologies | C#
asked 2023-06-12T14:59:20.0766667+00:00
Mayank A 20 Reputation points
commented 2023-06-13T04:19:11.8166667+00:00
Anonymous
0 answers

How can I profile my Blazor (server side) app?

Hi all; I have read ASP.NET Core Blazor performance best practices (which is super helpful). But now I'm on to trying to figure out where my hot spots are. And some (all?) of this will almost certainly be database (Entity Framework) access. So, are there…

Developer technologies | .NET | Blazor
asked 2023-06-12T20:40:20.3466667+00:00
David Thielen 3,211 Reputation points
commented 2023-06-13T03:50:19.9233333+00:00
David Thielen 3,211 Reputation points
1 answer

Visual Studio Communit 2022, controls in designview

Hello, i am not sure if this is the right forum to ask, but here i go. Its about Visual Studio Design View i have previous VSC 2019 (few years ago) trying to learn C# but i do feel there are something different with VSC 2022 for example in the design…

Developer technologies | Visual Studio | Other
asked 2023-06-05T12:21:59.3433333+00:00
Olaf Jørgensen 0 Reputation points
commented 2023-06-13T03:22:52.49+00:00
Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff
0 answers

The modules of the .NET challenge will be available to us after we have completed all the modules. or the access will be denied after we complete all the modules of a challenge

The modules of the .NET challenge will be available to us in the future, after we have completed all the modules. or the access will be denied after we complete all the modules of a challenge.

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
asked 2023-06-12T15:37:14.86+00:00
Divyanshi 0 Reputation points
commented 2023-06-13T01:40:13.3966667+00:00
Lan Huang-MSFT 30,191 Reputation points Microsoft External Staff
1 answer

how to connect mqtt server send and receive message?

how to connect and send and receive message?

Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
asked 2023-06-12T09:59:56.84+00:00
mc 5,511 Reputation points
edited the question 2023-06-13T01:08:34.68+00:00
Anonymous
3 answers One of the answers was accepted by the question author.

How to delete unused packages from solution?

Hello, I have a solution with two project (WPF and WCF) and I added as another project a ASP.Net app. I removed the ASP.Net application from my solution, but all packages are still there. How to delete the unused packages (are not visible in Package…

Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
Developer technologies | ASP.NET | Other
Developer technologies | C#
asked 2023-06-10T11:01:48.9033333+00:00
B M-A 361 Reputation points
accepted 2023-06-12T20:29:20.46+00:00
B M-A 361 Reputation points
1 answer

How to fix Xamarin Binding Library warning BG8401: Skipping due to a duplicate nested type name

Hi, I have trouble with the class that I need to use on the application where the field that I need to use is not generated due to this warning BG8401. I've been working on this Here Navigate SDK and able to see that the api.xml is created correctly but…

Developer technologies | .NET | Xamarin
asked 2023-06-09T20:36:43.7966667+00:00
Ryan 0 Reputation points
answered 2023-06-12T18:26:50.0033333+00:00
Ryan 0 Reputation points
1 answer One of the answers was accepted by the question author.

How do I prevent CMake from creating more than one Project (ALL_BUILD and ZERO_CHECK)

I just want to generate the Project/Solution that would (should) be created from the source code folder, and not the other two (completely separate) Projects that are named in the above Title. With the other two Projects being created, I am unable to…

Developer technologies | C++
asked 2023-06-11T21:56:49.5033333+00:00
Brandyon Scott 20 Reputation points
commented 2023-06-12T16:55:31.71+00:00
Brandyon Scott 20 Reputation points
3 answers

B2C application unable to retrieve roles assigned to a user

Hello, In my B2C app, I have a user that has been assigned multiple administrative roles. I've created a policy for the administrator role but am unable to retrieve any roles for this user. I'm using dotnet 7.0. I have two problems:. Assigning the Admin…

Developer technologies | ASP.NET | ASP.NET Core
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2023-06-08T17:51:58.48+00:00
AKJ 20 Reputation points
commented 2023-06-12T14:54:30.1066667+00:00
AKJ 20 Reputation points
1 answer One of the answers was accepted by the question author.

Using Intersect as Comparer

I try use Intersect as comparer to find four digits are same number. no problem about position.Result in Listbox1 must show "4461 and 1644". Thank bellows is code I testing. using System; using System.Collections.Generic; using…

Developer technologies | C#
asked 2023-06-09T03:02:59.0966667+00:00
MiPakTeh 1,476 Reputation points
accepted 2023-06-12T14:42:41.86+00:00
MiPakTeh 1,476 Reputation points
1 answer One of the answers was accepted by the question author.

How to display (ToolStrip1) with the Mouse Right click On the special control

hi I want it to be displayed on the My Control Example Show By Button Like (ContextMenuStrip), which can be displayed freely in the form by special control Dim listBox1 As New CheckedListBox() Dim Button1 As New Button() Dim…

Developer technologies | VB
asked 2023-06-12T04:33:31.8466667+00:00
Mansour_Dalir 2,036 Reputation points
edited a comment 2023-06-12T13:10:07.7533333+00:00
Mansour_Dalir 2,036 Reputation points
1 answer One of the answers was accepted by the question author.

can taghelper add js code?

I can write html to taghelper and can I write js code to it?

Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-07T06:04:34.7566667+00:00
mc 5,511 Reputation points
accepted 2023-06-12T12:01:57.0366667+00:00
mc 5,511 Reputation points
1 answer One of the answers was accepted by the question author.

how to compile signalr.min.js to es5?

how to compile signalr to es5? I can not use es6

Developer technologies | ASP.NET | ASP.NET Core
asked 2023-06-10T12:53:19.1866667+00:00
mc 5,511 Reputation points
accepted 2023-06-12T11:57:25.6033333+00:00
mc 5,511 Reputation points
1 answer

TabbedPage in Xamarin.Forms is breaking unit tests

I have an MVVM project in Xamarin.Forms and I'm trying to write some unit tests to cover it. In the ViewModel I have this code to open a new page: //1st (working) navigation public ICommand WardSelectedCommand => new Command(async () => await…

Developer technologies | .NET | Xamarin
asked 2020-11-20T11:13:15.773+00:00
andrew.bater 1 Reputation point
commented 2023-06-12T11:57:09.3466667+00:00
BestSMMPanels 0 Reputation points
1 answer One of the answers was accepted by the question author.

One file with two different SHA256 value, WHY?

related File: C:\Windows\system32\browser.dll calculating way 1 (C# code) get the sha256 string: 40011138869f5496a3e78d38c9900b466b6f3877526ac22952dcd528173f4645 using (SHA256 sha256 = SHA256.Create()) { try …

Developer technologies | Windows Forms
Developer technologies | C#
asked 2023-06-09T10:44:13.1+00:00
Allen zhang 20 Reputation points
accepted 2023-06-12T11:36:44.8533333+00:00
Allen zhang 20 Reputation points
1 answer One of the answers was accepted by the question author.

How to use switch case instead of if statements?

Is it possible to use switch case instead of if statements with the code below this text? if number > 20 { ............ } if number > 30 { ............ } if number > 50 { ............ } if number > 70 { ............ }

Developer technologies | C#
asked 2023-06-12T10:02:03.7066667+00:00
Ken Ekholm 151 Reputation points
commented 2023-06-12T11:32:13.05+00:00
Ken Ekholm 151 Reputation points
1 answer

D8021: invalid numeric argument '/Wno-unknown-pragmas' for 'pip install rebound'

I'm using VS-Code on Windows-10 for python 3.11 development. When I try 'pip install rebound', cl.exe throws "D8021: invalid numeric argument '/Wno-unknown-pragmas'". Other posts say the Intel and gcc compilers accept that flag. Should…

Developer technologies | Visual Studio | Other
asked 2023-06-09T18:01:25.27+00:00
Mike Landis 21 Reputation points
answered 2023-06-12T09:55:27.1+00:00
Tianyu Sun-MSFT 34,441 Reputation points Microsoft External Staff