What are anonymous types?
Answer / Vikram Singh Vimal
Anonymous types are C# classes that are automatically generated by the compiler. They don't have a name and their members (properties) are inferred from an initialization expression. Here's an example: `var person = new { Name = "John", Age = 30 };`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between IEnumerable and IQueryable?
How LINQ is beneficial than Stored Procedures?
What is Language Integrated Query (LINQ)?
What are the benefits of tier architecture style?
What is Expression?
How to assign a computed value to the same array back?
What is the difference between linq to sql and entity framework?
How to do left join in linq with entity framework?
What are different types of operators in LINQ?
What is linq to sql deferred loading?
How to use Having in LINQ?
What are linq extension methods?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)