关于[Using the LINQ OrderBy operator with null values]的摘要:
This blog post demonstrates a quick tip for sorting values in ascending order when some of the values can potentially be NULL. Let’s assume you have an application that allows users to capture installation dates for customers. Our simplified Installation class may look something like the following.
原文地址: https://www.jerriepelser.com/blog/orderby-with-null-values/