Validate folder exists and Validate folder is not empty ?
Hi, In the following method I didn't handle case of folder with extension of .gdb. The needed checks: I need the factory check. Validate file exists is working => for folder Validate file is not empty => for folder And if all pass return…
Developer technologies | C#
Microsoft VS Code Application Issues
Over the past 2–3 weeks, multiple users at this site have experienced issues with Microsoft VS Code. Users report that the application unexpectedly shuts down while they are working. The troubleshooting steps performed so far include: Ending the VS Code…
Developer technologies | Visual Studio | Testing
Disable title bars in MacOs
I have this method static void MaximizeWindows() { if(Application.Current?.Windows is not { Count: > 0 } windows) return; if(windows[0].Handler?.PlatformView is not { } platformWindow) return; var hwnd =…
Developer technologies | .NET | .NET MAUI
Moving from xUnit v2 to v3
Hi, According to https://www.youtube.com/watch?v=fvCplrMbU84 Does after moving from xUnit v2 to v3 successfully, do I need to assign (SignAssembly) the new exe(xunit v3) and the clients the referenced (project referenced) to it ? again or it is not…
Developer technologies | C#
MVC140.DLL Error after Windows OS Updates
Background: After software patching including Windows OS Updates we have several AE software such as CAD, C3D, Adobe InDesign and Chaos Enscape that fail to launch with a MVC140.dll error. Workaround: We started by remoting into end users machines…
Developer technologies | C++
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
Convert specifix extensions to GeoJson format using Microsoft technologies.
Hi, I have these extensions, and I need to convert the, to I tried to find solution for all this without success. Does Microsoft technologies can solve this task ? I'm using .NET 10 on windows. Thanks in advance, The list of extension and there uses I…
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#
Console App supports Hebrew Unicode
Hi, When I used Hebrew characters , they are not presented well in the black screen. What I need to do to support it . I'm using .NET 10. Thanks,
Developer technologies | C#
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
Web API issue
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5731546/issue-to-web-api Is there any concrete example on the client side, to retrieve the file of the server?
Developer technologies | ASP.NET | ASP.NET API
Issue to GetLatestMSVCVersion
Hi, Can you help to this?
Developer technologies | ASP.NET | ASP.NET Core
.NET MAUI App: Stack canary protection not enabled
We developed a .NET MAUI application, and our security team reported issue: “Stack canary not enabled.” We attempted to enable stack protection by adding flags such as -fstack-protector-strong, but the scanner result did not change. What is the…
Developer technologies | .NET | .NET MAUI
Is an offline installation of visual studio 2026 possible with remote layout ?
Hi everyone, I also get an issue with offline installation. I already download the layout and store it on a server. I have to make the installation of many PC so I don't download the layout on every machines but I set the path of the layout to my remote…
Developer technologies | Visual Studio | Setup
Should I add screenshots for Chromebook and Android XR on Google Play Console?
I don´t know if I should add screenshots for my game on Google Play Console. I only want to support devices with a touchscreen and I don´t have Android XR headset/glasses or a Chromebook. Is it not necessary to add screenshots for Chromebook and Android…
Developer technologies | .NET | .NET MAUI
Visual Studio 2026 Installer Stuck at "Downloading: 0B of 0B" on Windows 11 After Extensive Troubleshooting
I am attempting to install the Visual Studio 2026 Community Edition on Windows 11 but the bootstrapper consistently hangs at "Downloading: 0B of 0B". No data transfer occurs. I have performed extensive troubleshooting, ruling out most common…
Developer technologies | Visual Studio | Other
Best Practice of using Github Copilot
Hi, I start using commercial Github Copilot. Can you please guide me how to use it in best way ? Utilize all the best from it? How to ask questions ? Which agents to use ? Thanks in advance,
Developer technologies | Visual Studio | Other
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#
Convert.FromBase64String decodes a non-multiple-of-4 Base64 string without throwing, and returns the same bytes as a canonical string (.NET Framework 4.5)
Environment: - .NET Framework 4.5 - C# Problem: According to Base64 rules, after removing whitespace the input length must be a multiple of 4. However, in .NET Framework 4.5, Convert.FromBase64String sometimes decodes a string whose length is NOT a…
Developer technologies | C#
Central Resources for GIS files
Hi, I tried to find central resources for GIS files, but it located in many places. Is there any central resources for GIS files, that I can see what they do, and what there limitations? Thanks in advance, The list: "Csv", …
Developer technologies | C#