A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and later (Use the 'UIWindowScene' overload instead.), 'maccatalyst' 26.0 and later (Use the 'UIWindowScene' overload instead.).
I get these two warnings in my iOS project in Program.cs. Is it necessary to change something or can I ignore the warnings? This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and…
Developer technologies | .NET | .NET Multi-platform App UI
How can I ask users for ratings and reviews in my iOS game?
I want that the standardized prompt gets displayed in my game on iOS devices after the user finished a level in my game. How can I display the standardized prompt in my game and is it necessary that I check if the prompt was already displayed three times…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Enhance the way of linear search
Hi, To C# linear search below any advice to apply the following way on the above?
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Is there a built-in way of making Blazor pages and components ADA compliant?
At work we are writing a new Blazor application to replace an ancient WebForms application. We've using .NET 9. We're now working on making this app ADA Standards for Accessibility compliant. We had been using labels, for example, but when a colleague…
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Configuring .NET 10 Blazor WASM program.cs to use an HTTP Delegate to attach JWT Security Token
My knowledge of JWT security tokens until several weeks ago was nil. After a bit of reading, I was able to retrieve a security token from a 'login' server, and able to use that token within Blazor, and with the addition of an…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Change color of Hebrew cantillation characters
Word options (Advanced) allow me to change color of all diacritics. I would like to change all diacritics to green and then change cantillation marks to red. Cantillation marks are Hex 0591-05AE, or Dec 1425-1454. I wonder if this can be done by ctrl-H,…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Visual Studio 2026 Extension Management Configuration
I'm trying to configure Visual Studio 2026 via script to include in a GPO, that adds our internal Private Repository as the only available source of Extensions. So far, my attempts to use the previous pkgdef method does not seem to work for VS 2026. Does…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
VS 2022 Not showing red squiggles and no intellisense anymore, at least, underUnity
Using Visual Studio 2022, I have lost the squiggles red wavy line when there is a typo error (faster to spot it than to move to the console to see error messages) and I have also lost intellisence allowing us to "discover" the methods and the…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Rich edit control that displays emojis with color.
Please only answer if you are in Microsoft since part of this question regards right to distribute a DLL. This regards a C/C++program I wrote. I created a rich edit control using CreateWindowEx and subclassed the edit control. I used msftedit.dll. I…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How to fix Run-time error '424;: Object required
Sub SaveC11s() Dim objAttachment As Outlook.Attachment Dim saveFolder As String Dim targetSubjectKeyword As String ' CONFIGURATION: Set your target folder path and subject keyword saveFolder = "\ComptonJenn\Downloads\Current Month…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later.
I get this warning in Game1.cs in my SharedCode project. Is it necessary to change something? This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later. #if ANDROID …
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
AI answer
Why in .net maui 10 ios does the SearchBar control not show the correct background color and emits a shadow?
When I upgraded an app from .net maui 9.0.81 to 10.0.70, my SearchBar control did not show the correct background color and emitted a shadow. I did some extensive research into this issue and tried a lot of the suggested workarounds. Nothing fully…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual studio 2026 offline installation
Hello guys, i encountered problem with visual studio 2026 offline instalation. I created whole layout and even layout even with wanted workloads and components on PC with internet access. Then i move it to my offline corporate PC were i already doing it…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Blazor Web Assembly authentication issue in version 10.0.8
Blazor Web Assembly authentication issue in version 10.0.8
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
UWP app throws unhandled exception when installed from .msix package
This is a UWP app with Visual Studio Insiders [11709.129]. When deployed from Visual Studio, started with or without debugging to a Windows 10, an Xbox, or a Windows 11, it runs fine and is passing the tests. However, when the project is published to an…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
I bought Visual Studio Professional - Full Year license
I bought Visual Studio Professional - Full Year license and it isn't working. I need someone to help me with this. Where can i talk to a human being to get this resolved - when i sign in it doesnt show where i bought it but i bought it using my email:…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
Switch the ListView Datatemplate from one data template to another data template?
I am developing Universal Windows 10 app, in one of my current project I want to change the ListView Data Template in runtime. Right now I have used only one Data Template, but in my scenario after a button is pressed, I want to change it to another…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Setting Textbox.Text from BluetoothLEAdvertisementWatcher's received event throws an exception
I am creating a Bluetooth LE application in C# using a UWP project and have subscribed to get the Received event from the BluetoothLEAdvertisementWatcher. I can see the data correctly using Debug.Writeline to the Output window, but as soon as I try…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Share a large file between two UWP apps using Stream Sockets
I need to share a large file between two UWP apps which are running in two different machines using stream sockets. In order to share the file successfully, I have to share file size before sharing the actual file. So I had to set a separate event in…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Covert my app to UWP
I have a console app and I have made some changes to the registry. If I convert to UWP how it can be done and what happen with the registry.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.