System.Collections.Generic.HashSet does not work as advertised
Consider following code which demonstrates the usage of System.Collections.Generic.HashSet: HashSet does not hash the key's value when doing "contains" lookup. If we change the key's value, it has no bearing on the lookup.
Developer technologies | VB
Issue to Javascript
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5549140/javascript-issue the sample below was not working well. Can you help?
Developer technologies | ASP.NET | Other
How to play sound on android tablet from C# ASP.Net page
Need to send a beep tone or similar under certain conditions when an error occurs
Developer technologies | ASP.NET | Other
How to Access Wikidata APIs?
Hi community! I'm learning about http usage and followed this tutorial: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient Then I changed the URL to wilidata, like namespace Program; public class Program { private static…
Developer technologies | ASP.NET | Other
ABP.io + OpenIddict + SAML 2.0 Integration with Zoho Customer Portal
I am working on a .NET Core ABP.IO project as a microservice, and I want to integrate SAML for the Zoho customer portal. My project is set up as the Identity Provider (IdP). I have added a SAML controller, configured the related files, and generated the…
Developer technologies | .NET | Entity Framework Core
Can Oracle.ManagedDataAccess NuGet (23.x) run in a 32-bit .NET Framework application?
Hello Team, I migrated from Oracle.DataAccess.dll (unmanaged) to Oracle.ManagedDataAccess.dll (managed) in a VB.NET application targeting .NET Framework 4.8 which is a 32-bit application. Oracle docs say managed driver requires 64-bit, but the NuGet…
Developer technologies | .NET | .NET Runtime
JWT Authorization ICON in .NET 10 Issue
(Moved from: Community Center | Discuss the Q&A site | Site suggestion) I'm implementing JWT authorization in .NET 10, but I noticed that the [Authorize] attribute and the lock icon are missing. Has anyone encountered this issue, or does anyone have…
Developer technologies | .NET | Other
Visual Studio sends 'shutdown' and 'exit' requests to Langauge Server on closing a Solution
I am working on implementing a Language Server (LSP) as part of a Visual Studio Extension. We have a requirement of loading the Language Server when extension is loaded and keeping the Language Server loaded throughout the Visual Studio session till the…
Developer technologies | Visual Studio | Extensions
Android renders blank screen when performing absolute navigation via NavigationPage on .NET 10
Hi, We have a .NET 10 MAUI mobile application that uses Microsoft.Maui.Controls navigation (INavigation / NavigationPage) and have observed a platform inconsistency when performing absolute (reset) navigation. The application does not use Shell. The…
Developer technologies | .NET | .NET MAUI
I am getting this Error on MySQL Connect
Hi there i am trying to test the connection but it shows me this error everything its perfect the coding with no erros but on my VB Studio 2013/2019 gives me the same error on VB 2019 do not shows the toolbox controls i move to 2013 the VB…
Developer technologies | Visual Basic for Applications
Undocumented effect from /cgthreads when /LTCG, etc. are disabled
We're building a large C++ project with MSVC, and we've noticed that /cgthreads1 has an undocumented effect on build performance even when not using /LTCG, /GL, and MSIL inputs. Builds take longer, but consume less CPU. According to the documentation of…
Developer technologies | C++
GIS Converter - EnsureDebugArgs in Console App
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Do I used EnsureDebugArgs in a best way ? if not give please me the fixes code…
Developer technologies | C#
AutoComplete Extender using ASP.NET and Excel spreadsheet
Hi, I have a textbox on the default. aspx page bound to a Ajax Autocomplete extender. When the user types, I want the popup to display 'USA Counties' that match the first 2 or 3 letters. The source information could be in a Excel spreadsheet with 2…
Developer technologies | ASP.NET | Other
one question pissble in future to this this
Hi there microsoft its possible to new future to add html files inside a script or class file and use on the form like use on browser i have this file here made in html accordion and i would like to use on the winforms and load data from database …
Developer technologies | Visual Basic for Applications
Where can I download VS2022 community?
I can't find the link to download VS2022 community. My project doesn't build with VS2026.
Developer technologies | Visual Studio | Other
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
Visual Studio 2022- File Ignored always ignore when adding to class libraray
Hi, Please see the following screenshot, why adding a new new file I always need to use Git/Add ignore file (right click on the file) ? It happened in class library as follow: TargetFramework>netstandard2.0</TargetFramework> Thanks in advance,
Developer technologies | Visual Studio | Extensions
Outlook Macro to Display Next Mail Item Suppresses Quick Access Previous and Next Tools
Opening mail items by clicking the Next QAT tool leaves the original message open, so that reviewing many messages this way accumulates a long list of open messages. To avoid accumulating many open mail items, I (with ChatGPT help) wrote a macro to close…
Developer technologies | Visual Basic for Applications
Visual Studio 2026 - CGitHub Copilot Chat using GPT-5 mini hat
Hi, Please see: https://app.screencast.com/lFJLy9r1aDvbW When I ask GitHub Copilot Chat using GPT-5 mini , for a summary of some files in folder. It gives me answer in parts, and I need to copy each part o my destination file. No shorter way ? Can you…
Developer technologies | Visual Studio | Other
GIS Converter - ConverterUtils.BuildOutputPath not handle properly outFileExt
Hi Michel, First thank you very much for your help. In continue to : https://learn.microsoft.com/en-us/answers/questions/5658105/gis-convert-from-one-format-to-any-formats 1.Caller:Converters\UniversalGisConverter.cs // Step 5: Build output path var…