Wednesday, July 15, 2015

Remove Trailing Comma from List of Strings

myList.RemoveAt(myList.Count - 1);

No comments:

How to Refactor Legacy Code Safely

Understanding Legacy Code Definition and Characteristics of Legacy Code Legacy code generally refers to software that is inherited from ...