C# 7.0 adds a number of new features and brings the focus on data consumption, code simplification and performance. Perhaps the most interesting feature is tuples, a finite ordered list of values,…
c#
3 Articles
3
A custom validation attribute allows you to create metadata, that you can use in the data model to validate data fields. In order to validate when a collection is null or empty, you may create…
In order to sort a collection of objects based on another list that contains the proper order, we can create an extension method that performs a `Join` between these two…
Page 1 of 1