Coding
Need Help with mini console project
Hi, I started a mini project that I thought would be interesting and not too hard (I’m new to programming), I’m trying to make a heads or tails program that lets you flip many coins Read more…
Hi, I started a mini project that I thought would be interesting and not too hard (I’m new to programming), I’m trying to make a heads or tails program that lets you flip many coins Read more…
One of the steps is to install a dot net framework specifically 3.1, when I went to the website to download it I noticed that there is another version net.5.0(current and recommended) and net 3.1(LTS).so Read more…
Ok so i want to generate random numbers from 0 – 99 but lets say i dont want the random number to be e.g. 56. How do i generate it knowing 100% i wont get Read more…
Hi all,I posted a question on Stackoverflow and I’m struggling to find an answer.https://stackoverflow.com/q/65508292/4700011Anyone here reckon they could have a bash at it?Thanks in advance. I’m a bit confused: Which is your code, the sender Read more…
I was looking at some code I wrote for class and just realized that I named a bool variable “error” It doesn’t make the code to malfunction and Visual Studio just underlined it with two Read more…
That only took 5000 lines?!?They’re separated into a lot of scripts so I don’t actually have an exact number, a lot of the enemies and obstacles feed off the same code. A lot of static Read more…
I am looking for a way to autogenerate a crud layer in asp.net core. I have a set of tables and I would like to expose this data through REST. There are a few hundred Read more…
I was Trying to do some multithreading by calling Parallel.Invoke () => myMethod(Obj1),() => myMethod(Obj2)); so that those two methods would run parallel. Obj1 and Obj2 are objects from an external library. I did some Read more…
Some time ago, we had the idea of creating a file sharing platform that didn’t require visitors to download common uploaded files like images, audio and video files. Fdownl was born from that idea. With Read more…
HelloI’ve been learning programming for quite a while now but at a slow pace, lately learned a lot about C# by reading the Yellow Book ( someone recommended that book to me from this subreddit Read more…