We are in the process of migrating our .NET Core 3.1 application to .NET 6. While doing so, we also need to update the Entity Framework Core NuGet packages. Doi
I have the need for a simple user/pass prompt on a page in an internal network, to pass those credentials along to an api call. I spent hours yesterday trouble
I am using .Net Core 3.0 and have the following string which I need to deserialize with Newtonsoft.Json: { "userId": null, "accessToken": null, "re
On unity using C# I made this jump script to control a player. When I run the code below I get the errors shown below using UnityEngine; public class PlayerScr
I'm trying to return the SUM of a set of numbers, which are comma seperated in another cell. I'm listing out the unique values in column 1, and trying to SUM th
I have a command to make a custom welcome message so when someone say changes the title to the custom placeholder {user.id} it would change the title to the joi
I'm trying to implement a memory based, multi process shared mutex, which supports timeout, using Redis. I need the mutex to be non-blocking, meaning that I ju
I am trying to rewrite help URL from example.com/help to help.example.come. I tried many ways for configuring nginx but When I'm requesting example.com/help, fo
I was upgrading an angular application from angular 4 to angular 13 and i got error:Cannot read property of undefined:ngModuleenter image description here