7
Shouts

Anonymous types in C# 3.0 - Debug Mode

published 944 days, 3 hours, 26 minutes ago posted by dharadhara 945 days, 19 hours, 2 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Friday, October 22, 2010 5:51:40 AM GMT

anonymous types is the new feature in c# 3.0 . Which allows to create a class on the fly without any name. This is very useful while fetching value from LINQ query ...

category: Web Dev | clicked: 0 | | source: beyondrelational.com | show counter code
tags: .NET, ASP.NET