6
Shouts

The Weekly Source Code 48 - DynamicQueryable makes custom LINQ expressions easier - Scott Hanselman

published 1232 days, 7 hours, 30 minutes ago posted by mithumithu 1233 days, 9 hours, 4 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 9:11:04 AM GMT

This isn't a language feature! This works on both C# and VB!Last week I wrote a post about Dynamic Linq Query Generation in order to solve a kind of meta-programming problem. I had a site that used ASP.NET Dynamic Data and I wanted to do a LINQ query against some data. However, because I was creating a template that didn't know enough at compile time to write a ...

category: Web Dev | clicked: 3 | | source: www.hanselman.com | show counter code
tags: Programming, ASP.NET Dynamic Data, Source code, Open Source