2008-05-23から1日間の記事一覧

[Code Project]貧者のためのLinq

Poor Man's Linq in Visual Studio 2005 http://www.codeproject.com/KB/linq/linq2005.aspx より。 Introduction Language INtegrated Query in C# 3.0 is pure joy to use. Once you try it, you don't want to stop.But a few of us, for whatever reason…

[Code Plex] NLinq

NLinq http://www.codeplex.com/nlinq より。 Project Description NLinq is a framework focusing on reimplementing the Linq functionnalities in Visual Studio .Net 2003 and Visual Studio 2005 (C# & VB .Net) by providing a Linq grammar parser an…

.Net Framework3.0より前のFrameworkでLinq To Object風の構文を使用

文法的には、NLinq 設計思想的には、Poor Man's Linqの方がオリジナルのLinqに近い感じだろうか?