Vanou’s Blog

Archive for the ‘Tips’ Category

for those who are coding in C#, in your strings manipulations useĀ 

Environment.NewLine instead of “\n”, it works better and it’s easier to maintain.

Tags: ,