.NET Framework The power of IEnumerable(T) When working with collections of data to which a set of rules, filters or data transformations has to be applied I often see implementations which are constructing one list after another to hold
.NET Framework Accepting user input: Beware of fullwidth characters If your application is accepting user input you should be ready to treat all kinds of “unexpected” data. This holds true especially when the application is facing open internet hence you should always