Right, so I have an enumerable and wish to get distinct values from it. Using System.Linq, there’s, of course, an extension method called Distinct. In the simple case, it...
  • April 21, 2022
  • 0 Comments
Does C# have extension properties? For example, can I add an extension property to DateTimeFormatInfo called ShortDateLongTimeFormat which would return ShortDatePattern + " " + LongTimePattern? 6 s 6
  • April 18, 2022
  • 0 Comments