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

Unable to load WCF project in solution as I am using Visual Studio 2022
In my solution total 12 projects but when I loading it is loading only 11 project, and one project is unable to load. IDE: Visual Studio 2022 Framework: <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> Application: WCF I need solution…
Developer technologies | Visual Studio | Setup
How can I prevent Vistual Studio uninstalling workloads that I'm currently using?
I have an issue when using Visual Studio where I can be in the middle of working on a project and then I without any warning I'll start getting build errors because a workload required for my project isn't installed. Specifically this is usually…
Developer technologies | Visual Studio | Setup


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
Could not start visual studio due to an error - StreamJsonRpc.ConnectionLostException
Good afternoon, I am primarily a Linux user but am excited by some of the GUI features of Visual Studio. Unfortunately I am unable to open Visual Studio. I downloaded the most recent installer and was able to install it without trouble. It will not…
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
in dlt pipeline , after dlt.except_all("rules") , the dlt.table can not filter the column("_dlt_valid")
in my DLT pipeline , I want load the bronze table data into silver table after validation , other non-valid data load into reject table . in silver silver use the function dlt.except_all("rules") , but in silver layer part , the pipeline can…
Developer technologies | Windows Forms
Visual Studio Code SQL Server (mssql) Extension - Error
In Visual Studio Code (Version 1.102.3) I have installed the extension SQL Server (mssql), but I am unable to use it. I am getting this error: There is no data provider registered that can provide view data. Clicking on the add connection button does…
Developer technologies | Visual Studio | Extensions
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++
DismAddDriverApi lets you add Unsigned Driver?
HRESULT WINAPI DismAddDriver( In DismSession Session, In PCWSTR DriverPath, In BOOL ForceUnsigned ) I am using the above function to add driver to os offline os image with ForceUnsigned set to false but still i am able to add unsigned drivers why?
Developer technologies | C#
Help Needed for Connecting POS Printer via USB in UWP App
Hi Team, I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer…
Developer technologies | Universal Windows Platform (UWP)
When we will update on the next version of MVC5.3.0 if there is no updates on the version please provide documentation for that.
Hi please provide the relavent info regarding the ASP.NET MVC 5.3.0 is there any updated on version if not please provide the documentation. Regards vinayak
Developer technologies | ASP.NET | ASP.NET API
Developer technologies | ASP.NET | Other
How do I resolve the following Exception...?
Exception thrown at 0x00007FFA4A457F9A (KernelBase.dll) in App.exe: WinRT originate error - 0x8000FFFF : 'WindowsXamlManager and DesktopWindowXamlSource are supported for apps targeting Windows version 10.0.18226.0 and later. Please check either the…
Developer technologies | C++
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
net maui find one tree control for free thanks!
请大神介绍一个树形控件,免费的开源的。谢谢。类似syncfusion的treeview但这个是收费的。Uranium 这个里面有免费开源的吗。只要树形控件就可以。
Developer technologies | .NET | .NET MAUI

Lingering table and column references in Blazor
To put it in the words of TeX, I'm stymied... I have a model class (called UserAccount), in which I defined a property/column called FirstLogin. Being a sloppy typist, when I typed the Column attribute, I typed [Column("firstr_login")]. I…
Developer technologies | ASP.NET | ASP.NET Core
WPF Modal window not rendering title area on initial ShowDialog() until mouse move
I'm using .NET Framework6.0 and encountering a strange render issue in a custom WPF modal dialog. Environment: .NET FrameWork4.6 Windows: Windows 11 64-bit When I display a window using ShowDialog() in a button click event and the title are doesn't…
Developer technologies | Windows Presentation Foundation
How to create dynamic column in datalist POS Store Commerce
Hi Everyone, I would like to display a datalist with dynamic data from crt, need to create dynamic column. Thanks, Janaki Priya
Developer technologies | Visual Studio | Extensions
Unable to Hide Buttons in Custom Toolbar with UI Context in Visual Studio Extension
I have created a custom toolbar in my Visual Studio extension that appears only with specific files, using a defined UI context. I want to hide certain buttons in this toolbar programmatically. However, setting the .Hidden = true property does not hide…
Developer technologies | Visual Studio | Extensions
Using Microsoft.Windows.Vision in a WinUI App on Non-Copilot+PC: Is It Possible?
I'm developing a WinUI Blank App using Microsoft.Windows.Vision, but the namespace ( Microsoft.Windows.Vision) is not recognized in my project. Consider that i added experimental version 1.8.250410001-experimental1 (or 2) I have done these steps but it…
Developer technologies | C#
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…