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…
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…
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…
Page 1 of 1