in
tri
home of the trivadians

Nach Ordnungsbegriffen durchsuchen

  • Iterators do [1..]

    The following picture probably doesn't surprise you But as you can see in what is commented out, you can indeed e.g. do DataSource. Take ( 10 ) . ToList Such an iterator then has quite a similarity to Haskell's [1..], the infinite list. Just make sure that you don't pull all elements...
    Erstellt in Frank-Leonardo Quednau (Weblog) von Anonymous am 12-08-2008
  • Design Guidelines for LINQ

    Have you wondered if and when you should use the new LINQ features in .Net 3.5? Like, where should I put a new extension method? Should I use Func<T> or a custom delegate? How do I best implement a mix-in (extension methods on an interface)? Well, Mircea Trofin has just published a new draft...
    Erstellt in Richard's blog (Weblog) von Anonymous am 03-13-2008
  • The LinqDataSource and the Hidden Viewstate

    Yesterday I thought I’d learn about the LinqDataSource in ASP.Net 3.5, and got an interesting surprise. The new LinqDataSource can also be used with a LINQ-to-SQL model to perform updates. You simply add the DataSource to your page, set the table name, and set EnableUpdate to true. Then, using...
    Erstellt in Richard's blog (Weblog) von Anonymous am 02-21-2008
Seite 1 von 1 (3 Treffer)
/