by Janice Friedman | Sep 23, 2019 | C# Features
Just like there are many human languages in the world, there are also many computer languages, and learning how to be fluent is just as much of a challenge for computer programmers as it is for linguists. For programmers interested in object-oriented programming...
by Janice Friedman | Sep 6, 2019 | Lessons, Tutorials
image source: pexels We all remember the time we got that first taste of coding. We learned to type a few simple commands, or perhaps press a few buttons, and bam, like magic, the computer or device did exactly what we told it to do. So now, you're thinking it would...
by Janice Friedman | Sep 3, 2019 | Lessons, Sites
In software development, a good laptop can either make or break the job. Programming and coding require multitasking and the ability to compute millions of computations at a rapid rate. The usual consumer laptop won’t stand up to the job and can be a hindrance...
by Janice Friedman | Aug 29, 2019 | C# Features
Computers speak their own languages. While you might know that a computer processes information in a series of 0s and 1s that the human mind simply can't keep up with, you might be surprised that binary is not the only language computers speak. There are actually a...
by Janice Friedman | Aug 13, 2019 | C# Features, Csharp Station
C# is a programming application developed by Microsoft, and it is used in most of their products. So, what is C# used for? Primarily, it's used for building .NET applications. Anytime you work with a C# application, you're implementing a .NET framework. C# is an...