タグ

2011年5月23日のブックマーク (3件)

  • LINQ query on a DataTable

    I'm trying to perform a LINQ query on a DataTable object and bizarrely I am finding that performing such queries on DataTables is not straightforward. For example: var results = from myRow in myDataTable where results.Field("RowNo") == 1 select results; This is not allowed. How do I get something like this working? I'm amazed that LINQ queries are not allowed on DataTables!

    LINQ query on a DataTable
    kkotyy
    kkotyy 2011/05/23
    DataTableに対してLINQを使う方法。これはすばらしい。voteの数もすごい。
  • Loftwork Inc. | loftwork Inc.

    2019 YouFab Global Creative Awards winners find the bridge between old and new, human and machine2019 YouFab Global Creative Awards winners find the bridge between old and new, human and machine Designing an Exhibition for the Japan Kanji Museum & Library: “Kanji Musica” – A Special Exhibition on Sound and ArtDesigning an Exhibition for the Japan Kanji Museum & Library: “Kanji Musica” – A Special

    Loftwork Inc. | loftwork Inc.
    kkotyy
    kkotyy 2011/05/23
    楽天でもyammer使ってるのか。しかも、アカウントの保持を全員に義務づけ。
  • .NET Framework 4 への移行に関する問題

    更新 : 2010 年 8 月 このトピックでは、修正、標準への準拠とセキュリティに関する変更点、顧客フィードバックに基づく変更点など、.NET Framework Version 3.5 Service Pack 1 と .NET Framework Version 4 の間の移行に関する問題について説明します。 これらの変更点のほとんどは、アプリケーションのプログラミング変更を必要としません。 プログラミング変更が必要になる可能性のある変更点については、表の "推奨される変更" 列を参照してください。 このトピックでは、次の分野の主な変更点について説明します。 ASP.NET と Web コア データ Windows Communication Foundation (WCF) Windows Presentation Foundation (WPF) XML このトピックで説明する問

    .NET Framework 4 への移行に関する問題
    kkotyy
    kkotyy 2011/05/23
    .NET3.5→.NET4.0 への移行に関する問題一覧。結構沢山あるが、「ほんとにコレだけ?」という感じもする。