if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})
q1) does Task.Run creast async task? (it is writen it runs on an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.
Developer technologies | ASP.NET | ASP.NET Core
aspx How to open one page from within another page
I am Working on ASPX Pages in Visual Stodio with vb.net code now i am trying to open a page (a from) from within an open page, which code can accomplish this? Thanks in Advence
Developer technologies | ASP.NET | ASP.NET API
how to use notation in .net android?
how to play music notation in .net android? I have searched c++ lib to play notation but there is no android how to play it?
Developer technologies | .NET | .NET MAUI
How to fix the "Page Not Found" error when accessing a website in IIS?
I am encountering a "Page Not Found" error with error code 0x8007000d while trying to access my ASP.NET application hosted on IIS. The requested URL is http://localhost:8001/. The web.config file is configured as follows: <?xml…
Developer technologies | ASP.NET | ASP.NET Core
Blazor and ValidationGroups
I am in ASP.NET since the first version of .NET Framework and I am used to some features that are missing now. Please notice that I've just recently moved to Blazor. Currently, I am wondering why the ValidationGroups are not part of it. I have a kind…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
get my free trial of adobe, acrobat reader to work?
I've just signed up for a free trial for Adobe, as the Acrobat Reader extension on my Edge browser does not seem to kick in. I am having trouble activating this Adobe program. It does not seem to show up in my program listing. What to do?
Developer technologies | Small BASIC

Can I use my MSDN Visual Studio Enterprise subscription to create Azure connectors for my development boxes?
We are having issues with our new development boxes get created, spun up and then after getting upgraded to 10.0.43, the environments come up as incomplete. We are being told that is has to do with the Azure Connectors not being current and expired. …
Developer technologies | Visual Studio | Extensions
How to get the trophy for Write your first code using c#
Hi, I did all the modules and checked everything. But I cant find the trophy for finishing my module. Could you please help me out.
Developer technologies | C#
I want to consume web api in operations authentication and authorization bu I'm getting this error. Can you help me ? thanks
Developer technologies | ASP.NET | ASP.NET Core
what is the best option in configuration manager (x86, x64 or ARM) for build an UWP app that runs in Microsoft SQ3 processor?
Hello I'm working with UWP app that have to run in a tablet based on Windows 11 and it is using an SQ3 processor. I'm running this line for hide a button in the UI: Mybutton.Visibility = visibillity.Collapsed; Testing in PC windows 10, the code line…
Developer technologies | Universal Windows Platform (UWP)
GetFolderAsync applied to the FutureAccessList delivers error message 2148734499
StorageItemAccessList _lAccess = StorageApplicationPermissions.FutureAccessList; ApplicationDataContainer _localSettings = ApplicationData.Current.LocalSettings; StorageFolder _Public; // _Public captured by the…
Developer technologies | Universal Windows Platform (UWP)
How can sideloaded UWP app update the version installed in a device
Our organization has developed a line-of-business (LOB) application for use on Panasonic mobile tablets. The app is distributed via sideloading, with the installation package hosted on a shared UNC path. Installation is handled using a .appinstaller…
Developer technologies | Universal Windows Platform (UWP)
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
Developer technologies | ASP.NET | ASP.NET Core
Unable to publish with fulltrustprocess and Multiple instances of UWP app
UWP experts , There are three components here. Main UWP app with multiple instances supported through package manifest - C# UWP FullTrustprocess that acts as the appserviceconnection server - C# .NET 8 WAPP Package that bundles UWP app and…
Developer technologies | Universal Windows Platform (UWP)
How to Resolve SQLite Network Path Access Issues in UWP Applications
We are facing an issue accessing a SQLite file located on a network path in our UWP application. Despite enabling the necessary capabilities such as internetClient and privateNetworkClientServer, the file remains inaccessible in release mode. The SQLite…
Developer technologies | Universal Windows Platform (UWP)
Why does using VideoTransformEffectDefinition affect the camera brightness
I'm using VideoTransformEffectDefinition to rotate the camera VideoPreviewWhy does using VideoTransformEffectDefinition reduce the brightness?How can this problem be avoided?
Developer technologies | Universal Windows Platform (UWP)
Issue with Exchange Currency Rates in Microsoft Partner Center
Hi Team, We are facing an issue with exchange currency rates for Indian customers. We have created an add-on product in our app and set the base price in USD (e.g., $7.49 USD). However, when checking the View Conversion Table, we noticed a significant…
Developer technologies | Universal Windows Platform (UWP)
Why aren’t the capabilities defined in a sideloaded line-of-business (LOB) UWP app retained after installation?
Our organization have defined the following capabilities in a custom LOB UWP application: <uap:Capability Name="userAccountInformation"/> <uap3:Capability Name="userNotificationListener"/> <rescap:Capability…
Developer technologies | Universal Windows Platform (UWP)
Understanding the 'PackageOptionalProjectsInIdeBuilds' Parameter in .csproj.user Files
The Visual Studio IDE automatically sets the 'PackageOptionalProjectsInIdeBuilds' parameter to false when switching between different Git branches. I noticed that the value of this parameter, whether true or false, affects the size of the uwp app…
Developer technologies | Universal Windows Platform (UWP)
Set default culture
Hello guys, I am using Microsoft.Extensions.Localization (8.0.11) but for some reason the following code does not work as expected. As you see, I expect the German to be default language but it's always English. Am I missing something? var…