Bravo to the C# team for making a language like LINQ a first-class language-extension with all of Microsoft's tools behind it, this really is revolutionary. It seems that LINQ's lambda expressions offer ASP.Net pages a major new opportunity: 1) Set a Datasource for all controls on the page 2) Let controls simply ask for data as though they were accessing object properties 3) The ASP.Net engine could take the following steps: a) Create a LINQ expression for each data request (some requests may be
Read More...