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.
2477 Articles

Primitive Types and Variables

In This Chapter In this chapter we will get familiar with primitive…

Taylor Emma

C# in Linux, iOS and Android

C# programming in Linux is not very developed compared to that in…

Taylor Emma

Alternatives to Visual Studio

As we have seen, in theory, we can do without Visual Studio,…

Taylor Emma

Compiling the Source Code

The compiling process in Visual Studio includes several steps: ·       Syntax error check;

Taylor Emma

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