タグ

linqに関するwata_dのブックマーク (11)

  • linq.js - LINQ for JavaScript Library - Home

    すべての Microsoft 製品 Global Microsoft 365 Teams Copilot Windows Surface Xbox セール 法人向け サポート ソフトウェア Windows アプリ AI OneDrive Outlook Skype OneNote Microsoft Teams PC とデバイス Xbox を購入する アクセサリ VR & 複合現実 エンタメ Xbox Game Pass Ultimate Xbox Live Gold Xbox とゲーム PC ゲーム Windows ゲーム 映画テレビ番組 法人向け Microsoft Cloud Microsoft Security Azure Dynamics 365 一般法人向け Microsoft 365 Microsoft Industry Microsoft Power Platform W

    linq.js - LINQ for JavaScript Library - Home
    wata_d
    wata_d 2013/11/21
  • LINQ(Language Integrated Query) for PHP - Do You PHP はてブロ


    LINQC#PHP Perhaps you have already heard of C# 3.5's "LINQ" component. LINQ, or Language Integrated Query, is a component inside the .NET framework which enables you to perform queries on a variety of data sources like arrays, XML, SQL server, ... These queries are defined using a syntax which is very similar to SQL. There
    LINQ(Language Integrated Query) for PHP - Do You PHP はてブロ
  • イベント・プログラミングとRx(1/3) - @IT

    連載の第1回では、Reactive Extensions(以降、Rx)の概要とインストール方法を解説した。今回からは具体的な使い方を見ていこう。 まずはRxを利用する際の基的な流れを見ていく。次に、Rxの持つ代表的な2つの性質であるイベントと非同期のうち、イベントを中心的に取り上げる。 ●基的な記述方法 最初に、シンプルなRx(Observableオブジェクト)のコードと、foreach文(Enumerableオブジェクト)のコードの対比を見てみよう。 using System.Linq; using System.Reactive.Linq; // Observableオブジェクト(Rxのコード) Observable.Range(1, 5) .Subscribe(x => Console.WriteLine(x)); // Enumerableオブジェクト foreach (va

    wata_d
    wata_d 2012/01/07
  • neue cc - LINQ to Objects & Interactive Extensions & linq.js 全メソッド概説


    @ITLINQ -> LINQ  IT()1Rx 101 LINQ SamplesMSDNInteractive ExtensionsJSlinq.js
    wata_d
    wata_d 2011/08/11
  • C#で解説する「データ処理の直交化と汎用化」(1/3) - @IT


    稿LINQLanguage Integrated Query LINQC# 3.0200520083LINQ O/R C#VBVisual BasicSQL iffor C# 3.0VB 9  LINQLINQ
    wata_d
    wata_d 2011/06/22
  • LINQPad - The .NET Programmer's Playground

    Instantly test any C#/F#/VB snippet or program Query databases in LINQ (or SQL) — SQL/Azure, Oracle, SQLite, Postgres & MySQL Enjoy rich output formatting, autocompletion with AI and integrated debugging Script and automate in your favorite .NET language Interoperate with xUnit, BenchmarkDotNet, Rx, MSAL, Excel and more Super lightweight — small and fast, with xcopy option Standard edition free wi

  • neue cc - そしてXPathに戻る


    Linq to XmlXPathXPathIntelliSenserootXElementh1hoge root.Descendants("h1") .Where(e => e.Attribute("class") != null && e.Attribute("class").Value == "hoge") .Select(e => e.Parent);  WhereAttributenull
    wata_d
    wata_d 2011/04/21
  • LINQ で遊ぶ,はてブエントリ数と Zipf 分布 - NyaRuRuが地球にいたころ


     調100   Web Service API   10000  http://b.hatena.ne.jp/entrylist?cname=elec&sort=count&of=10000 of50
    LINQ で遊ぶ,はてブエントリ数と Zipf 分布 - NyaRuRuが地球にいたころ
    wata_d
    wata_d 2008/02/28
  • goto, 多重ループからの脱出, TakeWhile - NyaRuRuが地球にいたころ


    gotogoto  Perl  Java  Loop Label  LOOP: for my $y (0 .. 10){ for my $x (0 .. 10){ last LOOP if $y == 5; } }  LINQ  goto LINQ  TakeWhile  V
    goto, 多重ループからの脱出, TakeWhile - NyaRuRuが地球にいたころ
    wata_d
    wata_d 2008/02/27
    やっぱりLINQ勉強しよう
  • Building LINQ Queries at Runtime in C#

    Since the first beta versions of LINQ we could hear comments that it is perfect for queries known at compile-time, however it is not possible to use it for building queries dynamically at runtime. In this article I show that this can be actually done very well for most of the common cases. The solution offered by Microsoft (mentioned in [1]) is to build query from a string, however this has many l

    wata_d
    wata_d 2008/02/26
  • ソートと統計 - NyaRuRuが地球にいたころ


    調R: 調... : R NLog(N)  N (Log(N)+1)  ()N調 N
    ソートと統計 - NyaRuRuが地球にいたころ
  • 1