PowerShell web API
How does one create a PowerShell web API using the dotnet 5 SDK?


User global hook to monitor the Open/Read/Modify operations of a file.
Hi, I have a question about Windows API during the development of desktop app. I want to monitor the operation of files, and get the operation information of a target file in the system. I have already known that it can be achieved by…

Console App (Non UWP) with CS/WinRT
Hi I have created a Console App (NonUWP) that use CS/WinRT I was able to access WinRT API like Windows.Devices.Custom but the problem is that await is not working for me, I'm getting errors. i can worked around it using GetResults() but it is…
What is this error (process 16500) exited with code -1073740940. ?
Hi, When I build my small Visual Basic Console program I get this message on the console; " H:\My Program Projects MS VS 2019 Community\Swe_Version Function Testing\bin\Debug\netcoreapp3.1\Swe_Version Function Testing.exe (process 16500)…
force ado pipeline to let command line task finish until program closes itself
i am running a command line task, an exe file that logs into an external server, then uploads a packaged version of the built project. When I run this exe outside of ADO (by running from c:/agent/_work/2/s/[PATH TO COMMAND] , the program runs fine and…

How to make edge browser show in front of my UWP app?
Hello, This issue was related to UWP app and c# console application. I made a simple server by using c# console application. And my UWP will run in full-screen mode and connect to it. My console application will start a process to open the edge…
How to prevent ComImport interface function reordering?
Hi! I have strange problem while writing c# ComImport interface. Same name functions are reordered!? Example.... In C++ IDCompositionVisual function order is: STDMETHOD(SetOffsetX)(THIS_ float offsetX ) PURE STDMETHOD(SetOffsetX)(THIS_ In…