Sorry if I bother again with a silly delegates-related question... I'll try to be as precise as possible. I have this situation: Object A + Script A, Object B,D
I want to popup a UWP project when I click a button in a Winform project I tried to pop up WPF, but it didn't work in UWP. In WinForm I can't add a reference t
I have tried every variation of what this document has to offer to make an azure function that takes in an event grid event and outputs and event grid event: ht
I know this is pretty esoteric but hoping someone has a solution for me. I have an application that started life as WPF, moved to UWP and now lives primarily as
C#/XAML .NET WPF ... Both applications need to have the ability to connect with each other, and both should have listeners. How would I do this as I know that u
How can I re-write this input/output files so that my input file is a comma delimited file (input.csv)? Input file (input.csv): Smith,John,87 Doe,Jane,93 Sacram
Bit of a newbie question. I am having trouble getting access to dependency injected services from within my own custom class in ASP.NET Core 3.1 I can access se
We can define dynamic parameters for Powershell commandlets by adding IDynamicParameters and implementing it's GetDynamicParameters() method that creates the dy
I have a problem, I want to add different icons when my app is selected and when my app is not selected in teams, something similar to what we have for the defa
I need to retrieve the handle of a window selected by the user and then retrieve its handle. This window must be one of those shown when ALT+TAB is pressed. I t
Code I use: string fullPath = null; DateTime creationDate = new DateTime(); string creatorName = null; foreach (var arg in args) { if (arg.Contains("--path"
I want to implement Angular grid with server side pagination, filtering and sorting> Ag grid provide these feature in enterprise edition only. Is there any o
I have a Blazor WASM app and a Web Api to get called by Blzor via HttpClient. Both programs run on the same machine (and also in production environment which sh
I am trying to write a C# code, which will block exe files from running. I found a question about the same topic: example question. In the question suggested me
With this code, I am able to get the files that have been shared to the service account email. But, when I shared the folder (that was not owned by me, but is p
I'm using Fluent Validation to validate this model: class MyModel { public int Id {get; set;} public List<ChildModel> Children {get; set;} } clas
I am currently writing unit tests for a TagHelper that uses IActionDescriptorCollectionProvider in its constructor. My setupt looks as below so far - any ideas
The question is as the title suggests. The environment is Xamarin.Forms in Visual Studio 2019 on Windows. The error is not occurring in another project, and I t
I faced pretty strange behavior in my tests, when only one record from the set is not added to the database and this happens from time to time, not always. Here
I'm trying to dynamically create an image within a WebView2, using a source passed in from the WebView2's containing application. The source image exists on an