Related resources for C# types
  • Anonymous Types In C#6/13/2023 9:19:31 AM. Anonymous types allow us to create new types without defining them. In this article, you'll learn how to use Anonymous Types in C#.
  • Deep Dive to Nullable Types in C#6/29/2017 1:12:24 AM. Here you will learn about the C# Nullable Type. Nullable Type is a value type but it has features of both Reference and Value type. Nullable Type has the capability to hold a value or can have a null