FAQS*List of (JetBlue Air)® 𝟠4𝟜-𝟞𝟜3-𝟚𝟠8𝟟 CUSTOMER© SERVICE™ | A Step by Step Guide
Ways to Directly Call Customer Service By Phone Number, Chat, Email {{Total}} Guide
Developer technologies | .NET | .NET CLI
FAQS*List of (American Air)® 𝟠4𝟜-𝟞𝟜3-𝟚𝟠8𝟟 CUSTOMER© SERVICE™ | A Step by Step Guide
Ways to Directly Call Customer Service By Phone Number, Chat, Email {{Total}} Guide
Developer technologies | .NET | .NET CLI
Command doesn't trigger
<?xml version="1.0" encoding="utf-8" ?> <syncfusion:SfPopup x:Class="Scan2Cart.Views.PopUps.CartPage" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
Developer technologies | .NET | .NET MAUI
FAQS*List of (KLM Air)® 𝟠4𝟜-𝟞𝟜3-𝟚𝟠8𝟟 CUSTOMER© SERVICE™ | A Step by Step Guide
Ways to Directly Call Customer Service By Phone Number, Chat, Email {{Total}} Guide
Developer technologies | .NET | .NET CLI
To upload my msixbundle install file to the Store, I need a silent command line switch
When I try to upload my installation file to the Store, a msixbundle file, it needs a silent switch. Can't figure out what that is?
Developer technologies | Visual Studio | Other
FAQS*List of (Southwest Air)® 𝟠4𝟜-𝟞𝟜3-𝟚𝟠8𝟟 CUSTOMER© SERVICE™ | A Step by Step Guide
Ways to Directly Call Customer Service By Phone Number, Chat, Email {{Total}} Guide
Developer technologies | .NET | .NET CLI
Documentation for c# Database Queries
I might be confused about this: I prefer to code DB querying in the standard EF Core manner, without specifically using LINQ syntax. For example, var myvar = context.MyTable.Where(p => p.ID == wID); But if this style is in fact LINQ, then I'll cancel…
Developer technologies | C#
Register Visual Studio 2026 after installation
Hi, 1.How I register my Visual Studio with our organization bill? 2.Where VS 2026 located, i want to create add it to my task bar? Thanks,
Developer technologies | Visual Studio | Setup
Moving to VS 2026
Hi, 1.I moved from Visual Studio 2022 to Visual Studio 2026 . 2,My solution is consists of following projects: a. Console App project in .NET 9. b. Class Library project - netstandard2.0 . c. WPF App project - in .NET 9. d. XUnit Tests project -in .NET…
Developer technologies | Visual Studio | Other
Visual Studio Code Generator Hanging
I implemented a Visual Studio code generator that uses the Microsoft.VisualStudio.TextTemplating.VSHost.BaseCodeGeneratorWithSite in the Visual Studio SDK. When running in Visual Studio 2026, the following code hangs: var p =…
Developer technologies | Visual Studio | Extensions
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
Visual studio 2026
Hi, Does the VS 2026 is stable, and available? Which features I got with it? Does installing VS 2026 is a separate installation, not harm VS 2022 , and what size of installation is it ? Does all projects before, it supports? Thanks,
Developer technologies | Visual Studio | Other
VBA Make Query error
I have been using this syntax for years, to copy tables between environments (using ADO) from Excel. "operator is not supported for this type of object" in this case the execute command is on an access database. "SELECT * INTO Adam…
Developer technologies | Visual Basic for Applications
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#
BLAZOR ROUTE PARAMETER EXCEPTION
Current page directive of Blazor component is like: @page /mypage/{thestate:bool?} When I call the URL localhost:32360/mypage, there is no problem; nevertheless, when I call the URL localhost:32360/mypage/false or localhost:32360/mypage/true, the web…
Developer technologies | ASP.NET | ASP.NET Core
Visual Studio 2022 with GitHub Copilot Chat
Hi, I'm using VS 2022 -Version 17.14.8. 1.When I'm In Solution Explorer Tab and switching to GitHub Copilot Chat It's take a long time? why ? 2.So what I do, I opened the files I need to work with in Solution Explorer Tab before. And later I switch to…
Developer technologies | Visual Studio | Other
Git with VS 2022 and SourceTree
Hi, Prerequisites: 1.Git installed in your machine. If not install it from :https://git-scm.com/downloads After config Git in command line: git config --global user.name "Your full name" git config --global user.email "Your full…
Developer technologies | Visual Studio | Other
How many code rows in my solutions ?
Hi, How can I know how many code rows in my solutions ? My solution is consists of: 1.Console App project in .NET 9. 2.Class Library project - netstandard2.0 . 3.Wpf App project - in .NET 9. 4.Xunit Tests project -in .NET 9. I'm using VS 2026. Thanks in…
Developer technologies | Visual Studio | Other
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#
VB6/COM app startup is slow on Windows Server 2019/2022/2025 vs. 2016—local COM only, trusted signing chain pending. How to reduce Code Integrity/Defender overhead and AppCompat/Fusion probing?
Hi All, Environment & symptoms Legacy VB6 (32‑bit) application with multiple COM/OCX components, all local (no remote DCOM). Runs fast on Windows Server 2016. Noticeably 3-4x slower on Server 2019, 2022, and 2025 App binaries (EXE/DLL/OCX) are…
Developer technologies | Visual Basic for Applications