What are the different between Developer Command Prompt and Developer Power Shell ?
Hi, 1.In your solution, press Ctrl + Q and type Developer Command Prompt or Developer Power Shell to open the relevant window. 2.Please see: 3.What are the different between Developer Command Prompt and Developer Power Shell ? 4.When I used each command…
Developer technologies | Visual Studio | Other
what is the best practice to change the element of IEnuerable?
I have IEnumerable<XY> and how to change all the elements in it? class XY { public int X{get;set;} public int Y{get;set;} } what I want is to adding 1 of the X I have to change it to array ? var arr=xys.ToArray(); for(int…
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
I wanted to download the SAPI4 SDK suite for a hobby project of mine.
I require the SAPI4 sdk suite for my project (its a speech-to-speech, text-to-speech and speech-to-text meme voice generator, primarily tts, as SAPI4 voices are pretty funny when tuned and adjusted correctly), i got one link that is giving me a 404 error…
Developer technologies | C++
What are the differences between GeoJson, ndjson, topojson, jsonl, GeoJsonSeq ?
Hi, GeoJson, ndjson, topojson, jsonl, GeoJsonSeq they are all json but have different structure! 1.Can you please give for each extension a C# function code to check it ? 2.Can you please give a sample data for each format: simple and complex…
Developer technologies | C#
how to get the max bytes I can send in .net maui in BLE?
I am using .net maui and in both android and ios how to get the max bytes I can send when I am connected to the device? in BLE?
Developer technologies | .NET | .NET MAUI
How to detect .ndJson
Hi, NDJSON (usually written as .ndjson) stands for Newline-Delimited JSON. instead of one big JSON array, you have one JSON object per line. How to detect .ndJson file ? This my code. Thanks in advance,
Developer technologies | C#
Why the class library has different supports for framework and .NET?
Hi, I looked on evolution of class library. It used for reused. As I see the class library has different supports for Framework and .NET. Can you please explain it in more details , what are the option and what is roadmap for future ? Every NuGet…
Developer technologies | C#
VBA and good
VBA Cde to add good morning afternoon and evening into word How to set up in full Mod moved from : Windows for home | Windows 11 | Settings
Developer technologies | Visual Basic for Applications
fix a macro
I have a worksheet called sit, in column KL from row 2 down to row 300 I have some rows the number 1 and some rows have a * there are no blank rows. when the macro is selected it will only show the rows with the * and the row with the number 1 are…
Developer technologies | Visual Basic for Applications
Selection and copy is working in editor(in read-only state) in .net maui
I am using editor of .net Maui. Even when I set IsReadOnly true I am able to select text and copy the text. How to disable selection in windows?
Developer technologies | .NET | .NET MAUI
GetIsNetworkAvailable() behaves differently depending on NET version on Win11 LTSC.
we have a project using the following function call. On a Win11 LTSC test unit with no network connection: Project built with NET 8.0, function GetIsNetworkAvailable() returns false Project built with NET 9.0, function GetIsNetworkAvailable() returns…
Developer technologies | .NET | Other
Can't find the 'create new website' of option in visual studio 2019 and 2022
I recently downloaded visual studio 2019 and 2022 and new 2022 version 7.5; I wanted to be able to transfer my webform files images folder, Global asax file, and handler from the visual studio 2015 which existed in my computer to this newly downloaded…
Developer technologies | ASP.NET | Other
Unbound columns lost cell values on sorting in datagrid in WPF
Hi All, I have a WPF datagrid on the screen which has three unbound columns. These columns are calculated or updated from database based on values in other columns. The issue is that whenever user click on column header to sort the column these unbound…
Developer technologies | Windows Presentation Foundation
how to show developer tab in excel
how to show developer tab in Microsoft excel . i am not able to find out on the excel sheet. please help.
Developer technologies | .NET | .NET MAUI
MemoryStream issue
Hi, Any better way to add the following to this?
Developer technologies | C#
Creating TS File filename.d.ts Visual Studio 2026
Working with Blank Typescript project template in Visual Studio 2026 Community. Trying to create a new item -> Typescript file e.g.: filename is 'Fruit' Questions: Takes a lot of time to create the file, how to increase the performance in the Visual…
Developer technologies | Visual Studio | Setup
.Net MAUI app broken by new version of iOS
I work intermittently on a .Net MAUI app developed using Visual Studio. The last iOS simulator I had in Xcode before the latest updates was 17.5. I bit the bullet recently and installed the latest versions of Visual Studio and Mac O/S. I immediately had…
Developer technologies | Visual Studio | Debugging
VS Code Crash How to fix terminated unexpectedly oom error code 536870904
An associate on my team is having issues with their vs code crashing. What should they do?
Developer technologies | Visual Studio | Other
Separation of Layers Design
Hello everyone and thanks for the help in advance. I am refactoring a MVC application that has become very disorganized due to poor separation of models, data access, views, etc. I decided to place the models in a separate solution, however, found that…