everything is in unity If anyone can help me I am new This is the code for PlayerInput: https://pastebin.com/hWNPVmZJ
I'm getting an error while trying to EF database update. I have 2 entities, Flight and City: public class Flight : Entity<Guid> { public Airline Air
My customer wants to add a button (or menu item) to a right click (context) menu in Outlook 2016+. I've found examples that add items to the ribbon menu, but c
My customer wants to add a button (or menu item) to a right click (context) menu in Outlook 2016+. I've found examples that add items to the ribbon menu, but c
im building some generic forms builder so im at the point where i can public class Model { [Editor(typeof(CustomIntEditor), typeof(InputBase<>))] publ
I'm trying to get a consistent image with Aforge but sometimes the image is very bright, most of the time it is good. If you look at the pictures you can see a
So given the position, halfextents and rotation of a Physics.OverlapBox, how would I draw it on the screen for debugging. If my overlap box was always rotated t
I am new to SFTP. I am getting Renci.SshNet.Common.SftpPermissionDeniedException: 'Permission denied' error while uploading an image to the SFTP location from a
I am planning to build a micro frontend to intercept and handle all incoming requests just calling an external service that will render the html that the micro
As per the image showing CheckDynamic has two methods which has different return type but still allow to return from one to another and allowing to build. Shoul
I wanted to rotate the hand 360 degrees perfectly or in it's y axis only. The y-axis is the circle. Right now it rotates at 300 degrees perfectly. using System
I want to create the data model asynchronously. I am using MVVM. My code looks like this. class Page (code behind): public partial class PageMusicPlayerView : T
Hi everyone and thank you in advance. I have created a User Control named PanelOption that is a panel with a CheckBox and a TextBox, and these are inside a Flow
I can make these great worklist queries like this one... //Worklist MWL PATIENTID query var cf = DicomCFindRequest.CreateWorklistQuery(); cf.Dataset.AddOrUpdate
I'm very new to coding and am currently learning C#. More specifically I'm currently struggling with using checkboxes in group boxes. What I'm wondering is if i
I am working on a repeatable "Card" component that has a list of menu items and actions that this menu can take. However I cannot get the functionality to work
I have C# api code as below. It work correct when i run on visual studio and deploy to iis server. I consume this api by javascript or Angualar on production Fr
New to Unit testing, I have below sample code and I want to create a unit test for this , Please suggest what should i do to create a unit test for this ? any l
For the RabbitMq message broker system that I will use in my project that I developed in the .Net 5 environment; I have 10000 messages and I want each queue to
I am writing a library to work with Excel files. It can generate a valid .xlsx file, except for the zipping up part. The following code will generate a .ZIP fil