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 "Operation is not valid due to the current state of the object."
When I use aspnet-codegenerator I get this error even though I could use it normally before. How can I fix it? Thank you everyone !!
Developer technologies | ASP.NET | ASP.NET API
Implementation FireBase push notification in maui app (.net 8)
Currently i am working in maui app(.net 8) in this app i want to implement Firebase push notification but the problem is when i try to use Xamrin firebase then this is not support .net 8. so can anybody let me know how i can do this with any another way…
Developer technologies | .NET | .NET MAUI
How do i fix disk check not finishing, I get stuck on 100 of stage 2, then it goes into repair and then boots into advanced settings
I installed a new psu, and removed the sata cable from my hard drive and motherboard, after putting it back in, it keeps trying to check the disc, but gets stuck on stage 2, 100% before it boots windows repair and then goes into the blue screen advanced…
Developer technologies | Windows Forms
How to disable white background when breakpoint hits
(C#) Someone know which option set these lines background white? i tried several options and cant find how to disable this annoying thing Its always when a breakpoint hit in an async scope.
Developer technologies | Visual Studio | Other
How to make sandbox account for testing to purchase app in Microsoft partner center?
"I want to create a sandbox account in Partner Center. How can I do that? I want to test in-app purchases. Could you please guide me?"
Developer technologies | Universal Windows Platform (UWP)
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

How to create a Keyboard shortcut for a particular page and listen it continuously until the page disappears in .NET MAUI
For example there is a Main Page. i need to activate a function when the user hit on "Ctrl+s"
Developer technologies | .NET | .NET MAUI
Gmail Oauth 2 for smtp
I am working on integrating Gmail SMTP using OAuth2 in an ASP.NET Core Web API project. I am looking for a sample project or implementation guide that demonstrates how to configure Gmail's SMTP server with OAuth2 authentication in the context of an…
Developer technologies | ASP.NET | ASP.NET Core
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
How to duplicate a document on Visual Studio 2022?
I'm working on a Visual Studio 2022 C# extension, and I'm trying to "programmatically" duplicate an open document and move it into a different group. By "duplicate" I mean like when you click on the option "Window > New…
Developer technologies | Visual Studio | Extensions
getting run error after use Plugin.firebase
Hello, I am getting below error after use plugin.firebase Java.Lang.RuntimeException: 'Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The Crashlytics build ID is missing. This occurs when…
Developer technologies | .NET | .NET MAUI
How to add API Authentication and authorization in web server (Kestrel - Self hosted) created in .Net Standard 2.0.
I want to add API Authentication and authorization in our web server (Kestrel - Self hosted) created in .Net Standard 2.0. I want to use Windows authentication here. We found that this can be done using the AddNegotiate() in…
Developer technologies | ASP.NET | ASP.NET API
Operation Not Supported on This Platform When Consuming WCF Service in .NET 8
untering the error "Operation not supported on this platform" while attempting to consume a WCF service from .NET 8. The service is built in .NET Framework with wsHttp security. The implementation involves passing a username, password, and a…
Developer technologies | ASP.NET | ASP.NET API
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
After VS installation, where are the VS environment variables (e.g. VS_INSTALL_DIR)?
After I install Visual Studio Community, where are the VS environment variables (e.g. VS_INSTALL_DIR)?
Developer technologies | Visual Studio | Setup
E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client
Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…
Developer technologies | C++

getting blocker call for listen() in winRT component using httplib.h
Hi, I am using WinRT componet project. I have included httplib.h file I am creating object for server and calling the Get() I am calling listen() method but Its like a bloker call in winRT app. I have also tyied with thread but no luch. Kindly provide…
Developer technologies | C++
UI freezes when observable collection is updating
We are performing pagination locally. Exactly while adding data to bindable observable collection, UI is freezing. We tried using collectionview and Threshold. Issues Faced: Scroll Jittery and UI freeze while data adding to bindable collection We tried…
Developer technologies | .NET | .NET MAUI
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…