Coding
Use variable from inherited class?
This is a pretty newbie question, but for some reason I could not find an answer to this online. Let’s say I have three classes: Entities, Player, and Enemy. Entities has a variable, health. Both Read more…
This is a pretty newbie question, but for some reason I could not find an answer to this online. Let’s say I have three classes: Entities, Player, and Enemy. Entities has a variable, health. Both Read more…
I made a program in which part of the program is supposed to open a local csv file. The program works flawlessly when I double click it and run it locally. However, I wanted this Read more…
Learning C# can be a daunting task for anyone, especially if you’ve never done any coding before. I remember when I first started getting into programming, college was out of the question as it can Read more…
Hello all, I am new to coding… like VERY new to coding. I will be taking my first CS class come next semester, but other than that my only experience is via a couple YouTube Read more…
Hi everyone, I’m the author of Aphiria (and Opulence, if any of you remember it). I wrote a Medium article summarizing what it is that I’ve been working on for three years and what differentiates Read more…
I was playing with qBittorrent and thought it would be a cool little project to do something with in C#, while implementing a client for the api I was stumped when I came to this Read more…
I’m not a programmer, just solving some puzzles in c#, so I no need to it for now, but out of curiosity googled how it works and I’m a bit confused.My question is are programmer Read more…
Azure, also known as Microsoft Azure, is a cloud platform that provides a number of different services for businesses. These include cloud storage, IoT, security, machine learning, containers, database management, and more. Microsoft Azure certification Read more…
So yesterday I and my friend were discussing the var keyword over some Minecraft gameplay and it seemed we had two very different opinions on when to use the keyword. We’re both hobby-programmers studying computer Read more…
So, I am developing an app for tablets in C#, WPF. I do not have one to test on it, but the customer told me the screen is 10-17 inches big. I am wondering what Read more…