by Janice Friedman | May 17, 2018 | Tutorials
Preparing for a C# interview holds many similarities with preparing for other coding interviews. You can expect a similar interview structure, types of questions, and problems presented to you, though a C# interview will focus on C# concepts, as expected. One of the...
by Janice Friedman | May 17, 2018 | Tutorials
If you’re an aspiring programmer, it can be hard to choose where to start. There is an incredibly vast number of programming languages you could learn, but which ones among C#, C++, and C will be the most useful? You’ve probably heard of the three variations of...
by Janice Friedman | Feb 21, 2017 | Tutorials
If you want to learn how to code in languages like HTML, CSS, Java or JavaScript, PHP, and even Ruby, there are dozens upon dozens of free and C# Resources available online that make it easy to begin to teach yourself how to code. Some developers are even fully taught...
by Janice Friedman | Feb 15, 2017 | Tutorials
This tutorial will not only demonstrate how to find out whether a number is odd or even using C#, but it will also explain what the modulus (%) operator means in C# and how to properly and strategically use it. In C#, the modulus operator (%) is an operator that is...
by Janice Friedman | Jan 1, 2017 | Tutorials
Just like with any other programming language, it’s pretty easy to write comments in C#. When you write comments, it really just means that you’re writing something in your files that aren’t part of the code. Developers often use comments to annotate...
by Janice Friedman | Dec 20, 2016 | Tutorials
One of the most thorough ways to learn a new coding language is to really do your research on the ins and outs of the syntax, structure, and basic concepts. If you’re looking to learn C#, or if you already know some of the languages but would like to take your...