By Matt Perdeck Easy to use library to use CSV and tab delimited files with LINQ queries. C# (C# 1.0, C# 2.0, C# 3.0, C#), .NET (.NET, .NET 3.5), Dev Posted: 10 Apr 2008 Updated: 10 Apr 2008 Views: 20,599 Bookmarked: 76 times 続きを読む
統合言語クエリ (LINQ: Language Integrated Query) により、開発者は、Microsoft® .NET Framework 3.5 コードで厳密に型指定された構文を使用して、SQL に似たコードを記述できるようになります。これにより、たとえば (オブジェクト階層に対してクエリを記述... 続きを読む
この連載コラムの 2006 年 6 月号では、Microsoft® 2007 Office system Open XML ファイル形式を、System.IO.Packaging 名前空間と System.Xml 名前空間のクラスを使ってプログラムから操作する方法について説明しました (msdn.microsoft.com/msdnmag/issues/06... 続きを読む
ちょっと調べた限りでは、LINQ to SQLはOracleに対応していないようです。私はSQL Serverがさっぱりなので、これではLINQ to SQLで遊べません。(^^; 悔しいので、ググってみたら、Linq Provider for MySql, Postgres, Oracleというものを発見しました。素のまま... 続きを読む
I've always had a bit of a fascination with drawing maps. I also think that Visual Studio® 2008 and Visual Basic® 9.0 are amazing. As a result, when I got the opportunity to play around with Visual Studio and then write an article about it, I... 続きを読む
Passionate about cutting edge technologies and a .net enthusiast.Currently, working at Telerik Corp, the premium component vendor for asp.net and winforms. LINQ provider for Flickr gives an easy way to query , add and delete Flickr photos. H... 続きを読む
LINQ has some pretty cool applications. Rick Leinecker shows you how to use it to search directories. It happens to me every so often. I need to look through a directory and find files that have specific text in them. Easy you might say, just... 続きを読む
Multi-core processors are here. Once pervasive mainly in servers and desktop PCs, now multi-core processors are being used in mobile phones and PDAs, resulting in great benefits in power consumption. Responding to the increased availability o... 続きを読む
LINQ いつデータを持ってくるの? << 作成日時 : 2007/09/08 23:51 >> トラックバック 2 / コメント 0 たとえば次の埋め込みクエリを記述した場合、実際にデータベースに問い合わせを行うのはいつでしょうか?Dim db As ComuplusContext = New ComuplusContext... 続きを読む
Don Box, Anders Hejlsberg January 2007 日本語版最終更新日 2007 年 7 月 17 日 適用対象 : Visual Studio 2008 .Net Framework 3.5 概要 : この資料では、.NET Framework に追加された汎用クエリ機能について説明します。この汎用クエリ機能は、リレーショナ... 続きを読む