Coding
Help with windows forms
So im trying to connect to an sql server database and i have to type in the connection string but the problem is idk how to format the string since it has the path to Read more…
So im trying to connect to an sql server database and i have to type in the connection string but the problem is idk how to format the string since it has the path to Read more…
Solid list. Having the tool that checks all this would be awesome. You mean a linter? Rssharper check it all I think Curly braces in the new line are not as important as other things. Read more…
Hi, I have created a database with data types such as Name, Age, 15cm, 20cm, 25cm and 30cm. I am using C# and Visual Studio. I would like to select a certain person (Name or 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…
I got a new job with c# as one of the tech stacks and was researching for some good c# resources since I had coding experience in other languages. I see the contents are not 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…