beginner

  1. creampuff1

    Question How would I write a "GetKeyDown" Input as a Variable

    sorry if its a stupid question or if I phrased it wrong im still very new. Unity is saying, "The left-hand side of an assignment must be a variable, property or indexer" However I cant figure out how to make into one of those The part thats causing the error is, if...
  2. Tool1211

    Question How would I be able to create cards

    class Card { //Base for the Card class. //Value: numbers 1 - 13 //Suit: numbers 1 - 4 //The 'set' methods for these properties could have some validation // public int Value { get; set; } // public int Suit { get; set; } // public...
  3. D

    Need help with entity search

    Hi, I'm a student, I need to finish a WPF project, and I really need your help. At the moment I've made a database, authorization, output of information about entities in DataGrid. I'm a beginner and I can't implement entity search, and I also can't figure out what queries can be made for a...
  4. aadi56

    Resolved Please help me with asp.net and mongoDB

    I am trying to make employee registration page in asp.net with database as MongoDB. What I want to do is to have the unique email id, when a user tries to register with a email id it should show that email id already exists in the database I am not able to figure out how to do this in MongoDB...
  5. surik

    what wrong with my code ?

    hello everyone I don't know why my output is wrong .can you help me to fix it ? Gofile
  6. J

    Beginner advice

    Hi, I recently just started too try and increase my knowledge and decided to choose c# and I was just wondering what resources people would recommend for increasing my understanding of the language. Thank you in advance
  7. B

    Question Are their any ways I can improve this short program?

    Hey guys this is my first post, I just wrote a little program which uses some user input to position the "player" in a certain location, the program then generates a position for a "killer", finally determining which position (left, middle, right) you chose, and what random position the killer...
  8. R

    Question number is the same as the random number?

    Hi! im compleetly new at coding and started to watch barnacules codegasm series and one of the episodes is about making a simple magic8ball game, i took this idea and made it a little bit different, but now i need tome help :P Here is my cocde atm (I know there is probably way better ways to...
  9. T

    Question Beginner using multithreading and streamreader - thread hangs and become unresponsive

    Hi all, First post here - XD So I'm working on a project in Unity (an interactive, live animated twitchbot). I'm using TcpClient and StreamReader to connect to the twitch chat and read the messages. Of course streamreader.readline() causes the program to completely hang whilst waiting for...
Back
Top Bottom