I have this event handler in WPF with async call. private void Button_Click(object sender, RoutedEventArgs e) { var folderStructure = restApiProvider.GetFol
I need your help. I was creating an application in c# that converts the data from the IP camera to an image (JPEG). I was able to convert the image using the be
Is there a way I can have the list of registered pages for navigation in Prism? Or a function where it returns true when it receives a name of a page that is al
I have a FlyoutPanel and I want to hide it according to a condition. For example: I want to hide it when a counter is equal to 3. What I have tried is: private
Committing... Visited Classes 0 of 18 (0) Visited Methods 0 of 68 (0) Visited Points 0 of 133 (0) Visited Branches 0 of 74 (0) ==== Alternative Results (includ
I have a zip stored in azure blob storage which I'm streaming it locally and iterating its entries. I'm getting the stream like that: BlobClient blob = _blobSer
I am trying to make seamless looping video in a game engine, and I have two questions. Even though I used the Sequencer Source, I still found that the playback
I'm working on a project that have a touchscreen monitor. I have 4 picturebox with two event(Mouse Down , Mouse click ). in this case, when i click on the pictu
This is first time I try NACl.NET which are desribed here well. Nuget from here https://www.nuget.org/packages/NaCl.Net/ I take code usage from here https://git
I got this error An unhandled exception of type 'System.StackOverflowException' occurred in EntityFramework.dll when I use join for listing data from the data
I have an ASP.NET MVC 5 web site which has a controller MyFirstController. That way, I can load the index view by using https://example.server.com/MyFirst. On
I am a newbie to C# and am currently trying to create a scoring system for Ruby's Tutorial. So I am trying to have the score update each time Ruby fixes a robot
I am currently developing an ASP.NET 4.8 MVC single-page application that is expected to support multiple languages. From various resources, I found that one wa
I hope this makes sense what I am trying to do I have an application built with RazorPages that I am adding server side validation to for a Uni Project I have a
{ "client_name": "apk1", "scopes": [ "full" ], "jwks": { "keys": [ { "kty": "RSA", "e": "AQAB", "use": "sig"
I have a class public class ProductionQueue { /// <summary> /// Gets or sets the title. /// </summary> /// &
We are doing the MSI validation using below code. WinTrustData wtd = new WinTrustData(fileName); Guid guidAction = new Guid(WINTRUST_ACTION_GENERIC_VERIFY_V2);
I'm creating a custom class in c# and I want to add a method in a property So, a custom method in a property for example it's like the ToString method. But I wa
I have a client application that accesses my WebAPI (1) using Integrated Windows Authentication and the Authorization code [Authentication flow]. Now I need to
so I want to print the oldest persons age (for example person writes: Patrick,50 Steven,25) the code will print: age of the oldest: age Obviously this is an exe