GIS - Convert from one format to any formats.
Hi, 1.In continue to: https://learn.microsoft.com/en-us/answers/questions/5657151/gis-trycreateforinput In this ticket the output was the selected converter. Now the focus on the converter. 2.List of GIS converters: EsriJson (.esrijson, .json) GeoJson…
Developer technologies | C#
GIS CLI commands
Hi, I would like to ask the following questions regarding my GIS CLI command in program file. The GIS CLI commands used once by end-user. 1.Does the ShowHelp method is a good practice in CLI if not please fix. I used in this case to show it: // If no…
Developer technologies | C#
Visual Studio 2026 VS Chat CptChatGpt
Hi, I'm using VS 2026 With ChatGpt with register bill. How to use in best way. Can you please best practice rules of all the interaction with ChatGpt. Thanks in advance,
Developer technologies | Visual Studio | Other
Visual Studio 2026 - How many code lines in my solution?
Hi, I'm using Visual Studio 2026 , last update. It possible to counts : 1.How many code lines in my solution? How many remarks code lines in my solution? How many lines in my README.md files in my solution? Thanks in advance,
Developer technologies | Visual Studio | Other
Architecture Programming
I need help. I’ve been programming for five years, but I still know I have a fundamental issue. Since I started learning, I’ve worked through books, Microsoft training materials, and trial and error, and I’ve solved many things, but I still don’t know…
Developer technologies | C#
How to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system
I need to compile C program developed with Microsoft Visual C/C++ 6.0 in Linux system? Thanks, Fen
Developer technologies | C++
GIS Converter -Unit Tests Projects -Set Aspose License.
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,How do I set the Aspose license to all my unit tests in one place ? 2.This the…
Developer technologies | C#
net maui windows platform how to remove collectionview multiple selection mode checkbox?
net maui windows and mac platform how to remove collectionview multiple selection mode checkbox? when we remove checkbox ? Is it still working selected event ? or how redesign checkbox with custom handler ? Thanks
Developer technologies | .NET | .NET MAUI
GIS Converter -Console App -Tests Coverage
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.Can you please look if I added all the tests, if not please add me the needed…
Developer technologies | C#
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
ASP.NET WebForms still loads old jQuery from ScriptResource.axd after upgrading to jQuery 3.7.1
Our security team flagged an issue indicating that an older jQuery version appeared to be loaded in our application.(ScriptResource.axd) I am working on an ASP.NET WebForms (.NET Framework) application. I upgraded jQuery to 3.7.1, but initially noticed…
Developer technologies | ASP.NET | ASP.NET API
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
ASP.NET Web Forms loads legacy jQuery 1.12.4 via ScriptResource.axd instead of jQuery 3.7.1 and is flagged in security scan
Hello, I am working on an ASP.NET Web Forms application where I have explicitly included jQuery version 3.7.1 in the project and pages. However, when the application runs and I inspect the network requests, I see that ScriptResource.axd is loading jQuery…
Developer technologies | ASP.NET | ASP.NET API
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
Issue with navigation of menu options from first tab of the flyout page
In my MAUI app, the homepage is implemented as a FlyoutPage, with the flyout serving as a menu and the detail section as a TabbedPage. The TabbedPage contains two tabs: "Alerts" and "Home." Both tabs include a menu button that opens…
Developer technologies | .NET | .NET MAUI
SQL Sorting by Non-Aggregate Field
Hello everyone and thank for the help in advance. I have a SQL Server table that tracks incoming phone calls with the phone number and time entered. I want to create a query where I can also retrieve a count of the number of times a phone called, but…
Developer technologies | Transact-SQL
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
Calculating the percentage value from value of label and displaying the percentage output in a label control
How can I find the percentage from thhe value of a label control, and display it in another label? For instance, I have 4 Label controls, each label have values. I want to diplay the percentage for each label value in a label. e.g. These are the Labels…
Developer technologies | ASP.NET | Other
ViewComponent exception handling
Hi, What is the correct way to handle exceptions in a view component? I would like the user to end up being redirected to an error page. My ViewComponent looks like this : public async Task<IViewComponentResult> InvokeAsync() { …