Coding
WinAppDriver v/s Ranorex
Hello , I am currently deciding between WinAppDriver or Ranorex to build a test automation suite for a complex desktop app which has a fair share of winforms and WPF elements. The company I am Read more…
Hello , I am currently deciding between WinAppDriver or Ranorex to build a test automation suite for a complex desktop app which has a fair share of winforms and WPF elements. The company I am Read more…
Hello, I am working on a problem that would like for me to return the best sum of x numbers given a list of them, without exceeding a limit. The subset is a variable, so Read more…
Hi all! My objective is to build an application which can: Open the Xbox Game Bar when the GUIDE button is single-pressed Control the Xbox Game Bar by translating Xbox 360 controller buttons to keyboard Read more…
Hi everyone, i share my pics and my problem: https://imgur.com/a/poes3vI I have a loop (pic2) in which i need read the some data link to my id…. However… the function works but during longer loops Read more…
I’ve been looking for something like p5 but for c# since I like it a ton. I just need a simple graphics library that I can make small test projects and games. I’ve tried Visual Read more…
Hi everybody, I’m looking for a reporting library that can be capable of showing the report to the user and then export it to PDF or DOC/DOCX. I looked at SSRS, but I need to Read more…
I’ve finished building an application using Dotnet 5 and am starting the process of deploying it. The general backend architecture is the following: API for storing and accessing data from a db A console app Read more…
I’m writing this program with a bunch of “if” and “if else” statements. But I’m getting an error message with a description that says “No overload for method ‘ReadLine’ takes 1 statement” on Microsoft Visual Read more…
I wanted to make a video on the IDisposable pattern because I often see it not implemented correctly and even myself forget to do it correctly sometimes. Honestly, when making these videos makes me hold Read more…
In a form, I have both textbox and comboBox. Initially, I use DropDown for comboBox, now I would like to change some ComboBox from DropDown to DropDownList (to prevent user input). Now the issue is: Read more…