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

NVIDIA GPU Missing After Accidental Uninstall – GTX 760 Not Detected
Hey everyone, I really need help. I accidentally uninstalled my NVIDIA GPU (GTX 760) from Device Manager. After that, my screen got stretched and the NVIDIA Control Panel started showing an error: “No NVIDIA GPU detected.” I tried the following…
Developer technologies | XAML
Can ClosedXML be used in a Visual Studio developed .Net9 Blazor Webassembly app?
I have read conflicting statements about whether ClosedXML can be used in a Blazor Webassembly app. A Google seacrh of "can Closedxml be used in a Blazor WASM app c#" produces an AI response of "yes" though with caveats about…
Developer technologies | Visual Studio | Other
Is it possible to create MSIX deployments for .NET Framework apps?
I'm going through a Packing MSIX apps tutorial. At work we've got some .NET Framework WPF apps which have been deployed using the older ClickOnce deployment methodology. However, I can see that I'm going to have to drop that and use MSIX instead. What…
Developer technologies | Windows Presentation Foundation


How to load Langauge Server (LSP) when loading the extension package
I have a requirement of loading the Language Server (LSP) explcitly without opening any file (of the Language Server's content type). But currently the Langauge Server gets loaded only when a file of this content type is opened. Is there a way to load…
Developer technologies | Visual Studio | Extensions
Open app from another app
Hi experts Working on 2 separate WinForms apps (.NET Framework 4.8 with VB) and going to msix bundle them to store. Once they both are installed how can I run one of them from within the other one? They are not associated with any file type, just need to…
Developer technologies | Windows Forms
How can sales and commissions be calculated based on multiple conditions?
I want to extract commission from sales using multiple conditions using LINQ query. Here different types of commission are assigned on different sales values. I need this in my report sheet. If any experienced person could help me, I would be benefited.…
Developer technologies | ASP.NET | ASP.NET Core
Help fixing template logging code
In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…
Developer technologies | C++
How do I get signed in with the Authenticator app if I can’t use the app to log in
How do I get signed in with the Authenticator app if I can’t use the app to log in I got a new phone and now I’m completely locked out of my account
Developer technologies | Windows Forms
Visual Studio 2013 license not working after move to new machine
Purchased Visual Studio Professional 2013 back in 2013 or 2014. Installed on a laptop. Never installed on any other device. Ancient laptop is close to death, so I started moving to a new Windows 11 laptop. I installed VS 2013 from the original DVDs a…
Developer technologies | Visual Studio | Setup
.net maui Passing Multiple Parameters
Using Visual Studio Community 17.14.9 .Net9 Maui App I have an app using MVVM with 8 pages and wish to pass 2 objects (ObsLocation class) and (string) from my ProjectSelectionPageViewModel to my LocationPageViewModel using the following code. location =…
Developer technologies | C#
How to Debug Remote MAUI App Launch
I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…
Developer technologies | Visual Studio | Debugging


Is it still the case that a Blazor WebAssembly cannot reference a Blazor Server-Side project?
I'm working on rewriting an old ASP.NET WebForms app. I've created an ASP.NET Core Blazor app using .NET 9, with both a server-side project and a WebAssembly (Client) project. The server-side project has the Home page and allows the user to change the…
Developer technologies | ASP.NET | ASP.NET Core
What are the advantages always square brackets sql server objects inside procedure
Hi What are the advantages always square brackets sql server objects inside procedure? --proc format 01 CREATE [schema].[Proc_getdata01] AS BEGIN SELECT [column01],[column01] FROM [schema].[table] WHERE [column03]='01'; END GO --proc format…
Developer technologies | Transact-SQL
SQL Server | Other
Need to delete/reset MS365 Developer Account
I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…
Developer technologies | .NET | .NET Runtime
My report does not populate with the correct data when i change parameters. How do I fix this?
Correct Changed my times, but page does not update with correct batch start time. SQL tables are correct.
Developer technologies | Visual Studio | Testing
How to open a new file in memory in visual studio using my editory factory
I want to open a new .sql file in memory not in the disc and also when the file is open i want to use my editory factory to it I tried this method to create a new .sql in memory file but using this way I am not able to use my editory factory to it. var…
Developer technologies | Visual Studio | Extensions
How to fix error "operation could not be completed. Access is denied" that I am getting while sign the assembly.
When I am trying to sign the Assembly, I am getting below error. I am using Visual Studio Enterprise 2022 and framework 4.6.2. I tried using latest framework as well.
Developer technologies | Visual Studio | Setup
This missing dSYM file is required to process crashes
When I release the app and install it on a device, I see the following message in the Firebase Crashlytics page: 'This missing dSYM file is required to process crashes.' How can I fix this warning to log crash analytics data?
Developer technologies | .NET | .NET MAUI
Graph api createUploadSession returns 401 on uploadUrl
Hello, This code has been running for 2 years, now it started to fail after we paid an unpaid subscription. not sure it's because of that but here we are. I am using a registered application to get the bearer token for this after making a post request…