I was just idly pondering the annoying lack of free functions in C# when it occurred to me that a static partial class with a private constructor could be used to act as a namespace... We don't use ...
Take advantage of data annotations to decorate your models using attribute tags so that your application’s data definition can be managed in a single place. Data annotations (available as part of the ...