Taylor Emma

A senior editor for The Mars that left the company to join the team of SenseCentral as a news editor and content creator. An artist by nature who enjoys video games, guitars, action figures, cooking, painting, drawing and good music.
2363 Articles

Creating a New C# Project

Before doing anything else in Visual Studio, we must create a new…

Taylor Emma

Visual Studio IDE

So far we have examined how to compile and run C# programs…

Taylor Emma

Application Programming Interface (API)

Each .NET library or technology is utilized by creating objects and calling…

Taylor Emma

Common Language Runtime (CLR) – the Heart of .NET

In the very center of the .NET platform beats its heart –…

Taylor Emma

The C# Language and the .NET Platform

The first version of C# was developed by Microsoft between 1999 and…

Taylor Emma

C# Distinguishes between Uppercase and Lowercase

The C# language distinguishes between uppercase and lowercase letters so we should…

Taylor Emma

Our First C# Program

Before we continue with an in depth description of the C# language…

Taylor Emma

Implementation

The stage, most closely connected with programming, is the implementation stage. At…

Taylor Emma

The Essence of Programming

The essence of programming is to control the work of the computer…

Taylor Emma

Introduction to Programming

In this chapter we will take a look at the basic programming…

Taylor Emma