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

Assigning a Value

Assigning a value to a variable is the act of providing a…

Taylor Emma

Variables

After reviewing the main data types in C# let’s see how we…

Taylor Emma

Character Type

Character type is a single character (16-bit number of a Unicode table…

Taylor Emma

About the Presentation of the Real Types

Real floating-point numbers in C# consist of three components (according to the…

Taylor Emma

Real Floating-Point Types

Real types in C# are the real numbers we know from mathematics.…

Taylor Emma

Correspondence between C# and .NET Types

Primitive data types in C# have a direct correspondence with the types…

Taylor Emma

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