We're a place where coders share, stay up-to-date and grow their careers.
Thanks for the blog, it's very interesting.for string performance you can also use stringBuilder to concatenate :)
Thanks for the read. I agree, for a lot of string concatenation it's usually better to use StringBuilder than regular strings.
Thanks for the blog, it's very interesting.for string performance you can also use stringBuilder to concatenate :)
Thanks for the read. I agree, for a lot of string concatenation it's usually better to use StringBuilder than regular strings.