Dynamic LINQ
Good blog post the describes using dynamic LINQ to create lambda expressions to use in LINQ.
Good blog post the describes using dynamic LINQ to create lambda expressions to use in LINQ.
Mike Snow has a list of Silverlight resources here. Check out the comments for other links as well.
While it is easy to get carried away with using LINQ to SQL, developers have the responsibility to understand what is going on under the hood and to ensure that things are running as smoothly and efficiently as possible.
The following blog post describes 10 tips from improving LINQ to SQL performance, highly recommended for anyone using LINQ to SQL.