Data types and memory management in C#
Before explaining the different data types available in C#, it’s important to mention that C# is a strongly-typed language. This means that each variable, constant, input parameter, return type and in general every expression that evaluates to a value, has a type.
Posted by Ivan Porta on Tuesday, March 10, 2020