Usage of TLS 1.3 protocol using SCHANNEL in C++ language for TCP/IP
We are trying to build one sample application using only TLS 1.3(No fallback to older TLS versions) protocol with below registries added, [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Client]…
Developer technologies | C++
Can we directly set the bitrate in a WAV file?
I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…
Developer technologies | C++
how cancel token work in these cases
following code is from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/cancel-an-async-task-or-a-list-of-tasks i could not understand when it will show following two messages from last main code. Console.WriteLine("Download…
Developer technologies | ASP.NET | ASP.NET Core

how to read usb data in ch340 like serial port?
I know how to read Serial port but if I use USB how to read that bytes?
Developer technologies | Windows Forms
Not able to register for exam- GH-300: GitHub Copilot
Hello Team, While trying to register for the exam GH-300: GitHub Copilot, I am getting below error: Microsoft registrations are currently not permitted for Sk Ajaruddin Ali. Please direct any questions to your Pearson VUE Registration Center. I have…
Developer technologies | .NET | Other
MAUI connection to SQL Server throws an exception message
Microsoft.Data.SqlClient.SqlException (0x80131904): 已成功与服务器建立连接,但是在登录前的握手期间发生错误。 (provider: TCP 提供程序, error: 35 - 捕获内部异常) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. --->…
Developer technologies | .NET | .NET MAUI
How to obtain access to 'HumanPresenceSettings. SetingsChanged'
The "HumanPresenceSettings" instance I returned through this method, 'humanPresenceSettings=await HumanPresenceSettings. GetCurrentSettings Asynchronous ()', can read the relevant settings. However, when I subscribe to 'HumanPresenceSettings.…
Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C#
visual studio 2017 on windows 11 for iot core x86 uwp app development
Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Visual Studio | Other
Why aren't platform helpers like IConnectivity and ILauncher included in the service collection by default?
Xamarin Essentials was merged into the .NET MAUI packages with the migration, which felt like a great improvement for discovery and QoL. The move to MAUI also saw the introduction of interfaces to support usage of these helpers in IoC scenarios,…
Developer technologies | .NET | .NET MAUI

Form layout issue
Hi, Any existing form sample to have the 3 parts below on a form that we can have the different details inside each?
Developer technologies | ASP.NET | Other
Deploying app to remote machine stuck at "Installing missing frameworks..."
I have tried two different unrelated UWP apps and got the same result. When I try to run a UWP app on a remote machine, VS gets stuck at: Creating a new clean layout... Copying files: Total 403 mb to layout... Checking whether required frameworks are…
Developer technologies | Universal Windows Platform (UWP)
which one is called in asynchrony or parallel
can i get any example of cuncurrent and parllell processing using asyncrony.
Developer technologies | ASP.NET | ASP.NET Core
PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used
PowerBIClient: 403 Forbidden error unless preferClientRouting=true is used - Request #422710 R. Aaron La Mar Omari Holtz Description We are experiencing an issue when making API calls with PowerBIClient in C#. In some cases, the request fails with: …
Developer technologies | C#
Getting a System.ObjectDisposedException: The CancellationTokenSource has been disposed in .NET 8
I'm working on a new Blazor app, with server-side and WebAssembly projects in the VS solution. When I debug the app I get a, "Unhandled exception has occurred" message in the bottom of the page. Looking at my event viewer I see this, which…
Developer technologies | .NET | Blazor
Illegal characters in path.
I am trying to create a new project through following procedure but visual studio is throwing exception
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | Visual Studio | Other
Possible to use VS
Hi, Is it valid to use VS version on Oracle Linux OS? Which VS version is fine for that?
Developer technologies | C#
The correct CChildFrame is not activated after the predecessor is closed.
MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…
Developer technologies | C++
Visual Studio Community 2022, not seeing some xml comments
I have multiple projects within one solution. I use the functions of multiple other projects within another project. When i hover above the function of different projects, there's no xml comments (like describing how a function works, its inputs and…
Developer technologies | Visual Studio | Other
Title: Increase RAM Allocation in Xbox Developer Mode from 5GB to 8–10GB Details: Hello Microsoft Xbox Developer Team, I would like to request an increase in the RAM allocation for Xbox Developer Mode
Title: Increase RAM Allocation in Xbox Developer Mode from 5GB to 8–10GB Details: Hello Microsoft Xbox Developer Team, I would like to request an increase in the RAM allocation for Xbox Developer Mode. Currently, Dev Mode limits available RAM to…
Developer technologies | Universal Windows Platform (UWP)
How to fix this error "warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for redirect."
Good evening , I am trying to build a simple web api using ASP.Net . The app has been showing the error like this after building it - warn: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3] Failed to determine the https port for…