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


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
Threading, C#
Hello, START ORDER produce 1000 products Loop ProductIn ProcessStart ProductOut |-------------|------------------------| IN START OUT PLC…
Developer technologies | .NET | Other
Developer technologies | C#
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

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
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
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#
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
Developer technologies | C#

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
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
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

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


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


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
Developer technologies | C#

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#
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

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
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 Static Web Apps
Developer technologies | C#
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
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