Most applications require the use of strings since it is one of the most important native data types in C#. Very often you would need to append two strings or maybe more together. There are two ways to do this in C# – either through string concatenation or by making use of the C# StringBuilder [...]
{ 0 comments }
My name is David Azzopardi and I'm a software developer by profession. I have been working in the software industry for around eight years now and I have learned a few things through my experiences.