I’ve just had to write a string reverse function in C# 2.0 (i.e. LINQ not available) and came up with this: public string Reverse(string text) { char cArray =...
  • May 2, 2022
  • 0 Comments
IT Nursery
My sites are so slow running on my local machine, with MAMP on Mac. Any ideas of how to determine where the slow down is? It’s slower than making...
  • May 1, 2022
  • 0 Comments