Using the below code, I'm trying to save app settings data in JSON format so it's easily readable and (in theory) easy to load back directly into data structure
I have two issues, I am trying to do the WIN UI tutorial (https://docs.microsoft.com/en-us/windows/apps/winui/winui3/create-your-first-winui3-app) for creating
I have new entries that go into the Excel table and I constantly want to run to the last row number but it does not work excel.Row.Count() this the problem for
I am looking for a mechanism in the System.Text.Json package, where I would be able to deserialize JSON on partially matching property names. Unfortunately, the
I am trying to get a list of users who are subscribed to a twitch channel through the twitch API, I have setup the request to get the access token and then I am
please excuse the messy code, all of this was written very hastily because I'm on a time crunch public class EnemyShoot : MonoBehaviour { [SerializeFiel
I am trying to make connection to another application and I believe is working kind of. When press my button it shows me the logo of the other application. I am
ASP.Net Core Web API Call Thirds party API fails intermittently. The following exception raises intermittently when load test with postman. "Call failed with st
I hav a CSV file that looks like this: |------------|-----------|------------|-----------| |Generic Text| | | | |------------|
Hey fellow programmers, I have a small problem with Quaternion (who doesn't). I make an airship that is flying using rigidbody. Making it fly forward and turnin
I am new to Docker and going through documentation and Pluralsight videos. I have a really simple API I am practising/learning to run as a docker container. Eve
extern The return is a pointer to the internal array containing results info. It should not be modified results values are output as a float array (mantissa
I am trying to scrape a website using Playwright (.NET). The website looks like it was written in the early 2000s (running in quirks mode and all), and I'm runn
I'm trying to upload an image, this is the view: @model CrearAmigoModelo @{ ViewBag.Title = "Nuevo amigo"; } <form asp-controller="Home" asp-action="Cr
I would like to ask for help with a C# API Project, to be more specific, an exception that have been giving issues for some pretty long time now. Currently the
I have a data transfer object like this : public class PerformanceCostDto { public int Id { get; set; } public long WorkId { get; set; } public stri
I am using TcpClient to talk to a device that connects directly to the computer's Ethernet connector via a crossover cable. I connect to the server in the devi
I'm debugging an IPC logic where one .NET 6 processes is launching another, and I can't get to debug both within the same Visual Studio 2022 instance. When the
Converting Autodesk.Revit.DB.Element to Autodesk.Revit.DB.Solid I already tried to extract all solids from element, and that's was okay, I had a list of 2 - 10
Having issues with my code [ Throwing an Unhandled exception: System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Req