Related resources for Anonymous Types
  • Anonymous Types In C#7/12/2017 7:22:44 AM. Anonymous types allow us to create new type without defining them. This is way to defining read only properties into a single object without having to define type explicitly.
  • Different Ways To Create Delegates In C#10/31/2015 11:34:57 AM. This article is intended to explain the idea and concept to create Delegate with different approach.
  • New C# Features That Support LINQ1/9/2015 4:47:13 PM. In this article we will learn some basic concepts of LINQ and apart from that we can see the C# features that support LINQ.
  • Anonymous Types In LINQ12/14/2014 9:21:37 AM. In this article you will learn about Anonymous Types in LINQ.
  • Anonymous Types in C#9/11/2014 2:17:04 AM. In this article you will learn about Anonymous Types in C#.
  • Anonymous Types in C#12/4/2013 4:39:57 PM. Anonymous types were introduced in C# 3.0 with a special purpose to provide the easiest way to define objects with a few read-only properties.
  • Anonymous Types in C#8/31/2013 11:53:43 PM. In this article you will learn how to use anonymous types in C# 3.0.
  • Anonymous Types in C#10/11/2012 1:29:47 PM. Today, in this article let’s play around with one of the interesting and most useful concepts in C#.
  • How to define conditional fields in anonymous types9/29/2012 9:53:55 AM. In this article I would like to show how to define conditional fields in anonymous types I think it is very interesting and useful.
  • Anonymous Typed Classes in C#6/22/2011 3:54:53 PM. In this quick article you will take a look at basics of anonymous typed classes in C#.
  • C# 3.0 New Features: Part I11/26/2009 3:55:56 AM. This article explains about the new features introduced in C# 3.0 with sample codes.
  • Using LINQ in Visual Studio 20056/20/2007 8:44:52 AM. LINQ (.Net Language Integrated Query) is the general-purpose standard query operators that allow traversal, filter and projection operations to be expressed in a direct yet declarative way in any .Net programming language.
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download