Fastest & Most Efficient DataTable Row Selection Methods in VB.NET (Single/Multiple, Simple/Complex Conditions)
We are using VB.NET with System.Data.DataTable objects that contain large volumes of data. We are evaluating which approach is the fastest and most efficient for selecting rows in specific scenarios. Single row Multiple rows Single row with simple…
Developer technologies | .NET | Other
TFVC Checkin Policy not changing
We are using TFVC version control in two projects, hosted in Azure Devops cloud. Today, we have started getting an error message "It's not possible to operate with deprecated policies, please see Azure DevOps blog for more information.…
Developer technologies | Visual Studio | Setup
How to play an audio file in .NET MAUI
I want to play a sound on my mobile application (android and IOS) So I've Added the sound file under the “Resource/Raw” folder with BuildAction=MauiAsset and Added Nuget package "Plugin.Maui.Audio" and used below code to play the…
Developer technologies | .NET | .NET MAUI
"A project with the same name is already opened in the solution"
I upgraded VS from 2019 to 2022. Many projects cannot be loaded. When I click "Reload Project" for an ASP.Net MVC project I get the error message "A project with the same name is already opened in the solution" …
Developer technologies | Visual Studio | Other
Getting intermittent "An unhandled error has occurred" message
I'm working on a new Blazor Web Application, we're writing using .NET 9. It is an Intranet app. We have to using Windows Authentication. I'm going through the app, adding that to the app. I've got it getting my company domain name and temporarily…
Developer technologies | ASP.NET | ASP.NET Core
Could not load file or assembly ‘Microsoft.Data.Sqlite, Version=9.0.6.0 in .NET 10
Hi, I have Console App I .NET 10 that reference to netstandard2.1: This is the csproj: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType>…
Developer technologies | C#
STEP as in the universal file format
Hi, I'm exploring STEP as in the universal file format. I want to build Console App in .NET 10 on Windows , that convert from different CAD/CAM/CAE software for to STEP. What Microsoft or or other Tools can advise? Thanks in advance, This what Chat GPT…
Developer technologies | C#
Bug -Move SharpCompress from 0.42.0 to 0.44.5 failed
Hi, I'm using Console App in .NET 10 reference to class library :netstandard2.1 as follow: <Project Sdk="Microsoft.NET.Sdk"> **<PropertyGroup>** **<TargetFramework>netstandard2.1</TargetFramework>** Before: After:…
Developer technologies | C#
.NET 10 Blazor WebAssembly – Calling C# from JavaScript no longer works (JSInvokable / JSExport / createDotNetRuntime)
I’m building an Ionic / Angular Android application that needs to execute C# code from DLLs via WebAssembly. Working setup (.NET 9) With .NET 9, everything works fine using this approach: Blazor WebAssembly project C# methods decorated with…
Developer technologies | .NET | Blazor
WebMarkupMin.AspNet4.Mvc not working
My web: lovemama(.)vn Using WebMarkupMin.AspNet4.Mvc, but WebMarkupMin.AspNet4.Mvc not working in View. Am using new version: 2.12.0 and HTML not minify :( Hellp.
Developer technologies | ASP.NET | Other
How to fix "Sequence contains no elements" errors in Visual Studio
Creating a projects is no longer as exciting due to this error, its blocking a lot of time working on the project. How could I fix this before due date for my assignments for school
Developer technologies | Visual Studio | Debugging
Custom WPF Window ignore specific keystrokes
Has someone experienced this issue before? I'm not sure if its a bug, I tried multiple approaches but these keystroke continues ignoring the active Window. https://developercommunity.visualstudio.com/t/Custom-WPF-Window-ignore-specific-keystr/11037258
Developer technologies | Visual Studio | Extensions
What is Best Practice for Passing a complex viewmodel from a View to the controller?
I have a view form with a complex VM, and it allows the end user to see dozens of data items in various text boxes (as many as 40). At some point, the user will want to update one or more of the textbox data points, so when the model is modified in the…
Developer technologies | C#
Resolve the event issue
Hi, As event was deprecated, how to correct it below?
Developer technologies | ASP.NET | Other
Flyout is overlapping with Status bar
Flyout is overlapping with the status bar on the top, after upgrading that to MAUI 10. Please find the attachment for reference Regards, Vaibhav Methuku.
Developer technologies | .NET | .NET MAUI
Dose Simulation possible on Snapdragon ARM Processor
Dose Simulation possible on Snapdragon ARM Processor? 2. Dose Snapdragon ARM processor supports python, C, C++, Java, Oracle, ML and AI learning ?
Developer technologies | C++
Issue to add the code
Hi, I want to add the one below to the project. No need to add a cs file?
Developer technologies | ASP.NET | ASP.NET Core
Issue of Swagger, Postman
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5750852/issue-to-the-deployed-app How to check and ensure Swagger, Postman is functioning well? On the client, how to trigger that Swagger, Postman of the server?
Developer technologies | C#
Corrupted Micorosft Visual C++ Redistributable
Hi, I have a problem with Micorosft Visual C++ Redistributable. I thinks its badly corrupted. I was trying to install a newer one and got error that "The older version of Microsoft Visual C++ 2022 X64 Additional runtime cannot be removed" …
Developer technologies | C++
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)