54,122 questions with Developer technologies-related tags

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

Convert array As String To Array Integer . 'Linq'

hi MyArray As String With Separator ',' (0) "3,8,5,9" (1) "7,2" (2) "1" Convert to: Integer with Sort A-Z (0) 1 (1) 2 (2) 3 (3) 5 (4) 7 And And And...

Developer technologies | .NET | Other
Developer technologies | VB
asked 2023-06-14T18:21:07.4233333+00:00
Mansour_Dalir 2,036 Reputation points
commented 2023-06-14T18:37:45.3233333+00:00
Mansour_Dalir 2,036 Reputation points
2 answers

Does .NET 4.x support TLS Ciphers outside of SCHANNEL?

My assumption has been that .NET relies on SCHANNEL for TLS/Cipher support, i.e. the list of supported cipher is the list of ciphers of the Windows version. We have some 2012 R2 servers which should be Win8.1 for Cipher support and lack many of the…

Developer technologies | .NET | Other
asked 2023-06-12T07:40:14.62+00:00
Matias Kiviniemi 0 Reputation points
commented 2023-06-14T17:37:56.94+00:00
abbodi86 4,036 Reputation points
3 answers

Threading, C#

Hello, START ORDER produce 1000 products Loop ProductIn ProcessStart ProductOut |-------------|------------------------| IN START OUT PLC…

Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-06-10T07:23:40.0166667+00:00
Markus Freitag 3,791 Reputation points
edited a comment 2023-06-14T17:35:12.16+00:00
Markus Freitag 3,791 Reputation points
0 answers

ChannelFactory resolving an address for a different tenant

We have a multi tenant architecture in the cloud. I have noticed a strange behavior where often App1 of tenant 1 calls App2 of tenant 2. This is not a frequent behavior and happens few times a day. Below is a generic code snippet that calls App2 from…

Developer technologies | .NET | Other
asked 2023-06-06T08:10:50.89+00:00
Rohit Kamble 0 Reputation points
edited the question 2023-06-14T17:33:42.8666667+00:00
deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
0 answers

Fonts in .Net MAUI

I had trouble with setting fonts, however i have found that the phone I used OPPO smartphones, the system overrides the fonts and uses the system set font

Developer technologies | .NET | .NET MAUI
asked 2023-06-10T12:21:27.8433333+00:00
Heri Mussa Karata 0 Reputation points
edited a comment 2023-06-14T15:40:11.1966667+00:00
Rob Caplan - MSFT 6,037 Reputation points Microsoft Employee Moderator
0 answers

VB Script not passing rights/privileges to subordinate VB Scripts

I have a master VB Script routine (‘parent’) that is used to schedule and start many other VB Script routines (‘child/ren’) at various times of the day and various days of the week.  This ‘parent’ script has been in use since 2000 – we just keep adding…

Developer technologies | VB
asked 2023-06-14T15:35:28.2+00:00
Michael MacDonald 0 Reputation points
1 answer

Blazor Hybrid MAUI TimePicker Spinner Style

We are using a TimePicker in Blazor Hybrid MAUI like this: <input type="time" id="arrivalTimePickerH" name="arrivalTimePickerHT" style="width:100%;height:40px;border-bottom:1px #bdbdbd solid;"…

Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-06-13T09:01:20.9533333+00:00
Erik A 0 Reputation points
commented 2023-06-14T15:32:48.88+00:00
Bruce (SqlWork.com) 78,236 Reputation points Volunteer Moderator
1 answer One of the answers was accepted by the question author.

Cannot get my .net 6 isolated function app on a linux consumption plan working

Context I have developed an azure function app with an http triggered azure function. It is written in C#, targetting .Net 6. I have deployed the function app to a linux function app on a consumption plan using a bicep template. Problem The Azure Portal…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,939 questions
Developer technologies | C#
asked 2023-06-07T16:27:42.9766667+00:00
Peter Bons 156 Reputation points
commented 2023-06-14T13:49:57.98+00:00
MuthuKumaranMurugaachari-MSFT 22,441 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Regex in LINQ query

I have a LINQ query like this: var query = from s in persons where (string.IsNullOrEmpty(name) || s.Name.trim().contains(name)) && (string.IsNullOrEmpty(email) || s.Email.contains(email)) && …

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | Other
asked 2023-06-14T03:34:50.11+00:00
Anjali Agarwal 1,531 Reputation points
accepted 2023-06-14T13:29:09.6766667+00:00
Anjali Agarwal 1,531 Reputation points
1 answer One of the answers was accepted by the question author.

Access Denied on using DSOFile.dll reference at VisualStudio 2022 running as standard user

After Upgrade from Win10 -> Win11 I can no longer build my solution under standard user. If I run VS as admin everything works. One project has an reference to the DSOFile.dll Switching "Embed Interop Types" to false, still brings up that…

Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | Visual Studio | Other
Community Center | Not monitored
asked 2023-06-08T09:30:42.7866667+00:00
Sven Kuehne 40 Reputation points
commented 2023-06-14T11:21:56.5166667+00:00
Sven Kuehne 40 Reputation points
1 answer

How to stream mjpg to an img element in Edge?

I have a .NET 6.0 web application with an img-Element and I want to stream a live video of a AXIS network camera. The important part of the html-code looks like this: <img class="cam-img img-fluid"…

Developer technologies | ASP.NET | ASP.NET Core
Microsoft Edge | Microsoft Edge development
asked 2023-06-13T06:10:20.5733333+00:00
stoex 0 Reputation points
commented 2023-06-14T10:14:49.4133333+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

How can I run this example (please)?

Thank you very much. I need step-by-step guidance to implement this example. https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls/implementing-virtual-mode-jit-data-loading-in-the-datagrid?view=netframeworkdesktop-4.8

Developer technologies | VB
asked 2023-06-12T16:01:49.7+00:00
Mansour_Dalir 2,036 Reputation points
accepted 2023-06-14T09:39:00.1133333+00:00
Mansour_Dalir 2,036 Reputation points
1 answer One of the answers was accepted by the question author.

In visual studio code this code is showing error Microsoft python course

Hi I am doing Microsoft python course this code is something error Please let's fix it out x = int(input('Enter a number: ')) print(type(x)) for this code not coming output

Developer technologies | Visual Studio | Other
asked 2023-06-10T13:31:44.7433333+00:00
Prashanth Palaparthi 20 Reputation points
edited the question 2023-06-14T09:29:27.7333333+00:00
Prashanth Palaparthi 20 Reputation points
1 answer

C# add Session host in azure host pool and trigger deployment

Hello, I need help adding a session host in the Azure host pool using C# and Azure SDK. I tried multiple ways to configure the VM template in HostPoolData.VmTemplate, but it's not getting triggered using C#. So please share the VmTemplate C# class and…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,939 questions
Developer technologies | C#
asked 2023-06-11T16:56:14.6566667+00:00
MAHESH NIKAM 1 Reputation point
commented 2023-06-14T08:53:47.3866667+00:00
msrini-MSFT 9,291 Reputation points Microsoft Employee
1 answer

C# try/catch not work

I'm using WPF/C# .NET 6.0.9 I have a class class library DLL file that contain a method, I use the method with try/catch but it does not work, then application will crash and exit. try { var result =…

Developer technologies | Windows Presentation Foundation
Developer technologies | .NET | Other
Developer technologies | C#
asked 2023-06-13T07:35:48.4466667+00:00
hossein tavakoli 471 Reputation points
commented 2023-06-14T08:09:01.8833333+00:00
Hui Liu-MSFT 48,681 Reputation points Microsoft External Staff
0 answers

Net maui runtime loading problem ?

I have created languageconverter as above binding from C# listing...Firstly binding values by Text="{DynamicResource Key=welcome}" like that.. it is working as expected but when loaded page with custom collectionview is not changing language…

Developer technologies | .NET | .NET MAUI
asked 2023-06-02T16:18:57.21+00:00
Sami 966 Reputation points
commented 2023-06-14T07:47:36.88+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,436 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How much Visual Studio Enterprise is compatible for NXP based(LPC54608) development and compilation

Hi, I have a ready project in MCUExpresso IDE. Its based on a LPC54608 microcontroller. I have Visual Studio Enterprise licensed version now. I now have to migrate project from MCUXpresso to Visual studio enterprise IDE. I wanted to know how much its…

Developer technologies | Visual Studio | Setup
asked 2023-06-12T05:42:58.4566667+00:00
DD 20 Reputation points
accepted 2023-06-14T07:29:51.3233333+00:00
DD 20 Reputation points
0 answers

Querying execution status of Durable Function from Azure Static Web App returns 400 - Bad Request

As already described in details at https://stackoverflow.com/questions/76273125/querying-execution-status-of-durable-function-from-azure-static-web-app-returns, I currently have an issue with a Static Web App that should query the execution status of a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,939 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,181 questions
Developer technologies | C#
asked 2023-05-19T08:17:31.9233333+00:00
Fabian Franz 31 Reputation points
commented 2023-06-14T07:23:29.8266667+00:00
Fabian Franz 31 Reputation points
1 answer One of the answers was accepted by the question author.

Button in Shell.TitleView is not clickable

<Shell.TitleView> <StackLayout Orientation="Horizontal" Padding="0" Margin="0"> <Image HorizontalOptions="Start" Source="app_logo.png" WidthRequest="200"/> …

Developer technologies | .NET | .NET MAUI
asked 2023-01-09T04:53:26.24+00:00
Daniel Donnelly, Jr 86 Reputation points
edited a comment 2023-06-14T07:21:04.47+00:00
Ramaraj Thanga Pandi 0 Reputation points
0 answers

How to Align and position the popup screen using CommunityToolkit?

Need to align and position the popup screen ton the above mentioned position. Onclick of Triangle icon this popup has to display. I tryed Verticaloption & Horizontaloption .... unable to achieve it

Developer technologies | .NET | .NET MAUI
asked 2023-06-13T05:54:45.2033333+00:00
Sowndarrajan Vijayaragavan 450 Reputation points
commented 2023-06-14T07:09:36.9966667+00:00
Anonymous