玄铁剑

成功的途径:抄,创造,研究,发明...
posts - 128, comments - 42, trackbacks - 0, articles - 174

LinqPad/LinQKit

Posted on 2007-12-30 16:39 玄铁剑 阅读(1911) 评论(2)  编辑 收藏 引用 所属分类: LinQ

今天查找一些技术资料,无意中发现LINQPad这个软件,跟我们使用Sql Management studio感觉差不多,但全部基于Linq语法的,微软会不会在下一代Sql server直接提供这种方式呢?

LINQPad lets you interactively query SQL databases in a modern query language: LINQ.  Kiss goodbye to SQL Management Studio!

LINQPad supports everything in C# 3.0 and Framework 3.5:

  • LINQ to SQL
  • LINQ to Objects
  • LINQ to XML

LINQPad is also a terrific tool for learning LINQ: it comes preloaded with 200 examples from the recently released C# 3.0 in a Nutshell.  There's no better way to experience the coolness of LINQ and functional programming.

LINQPad is free and needs no installation: just download and run.  The executable is only 1MB and is self-updating.

下载地址:
http://www.linqpad.net/
LinqKit
http://www.albahari.com/nutshell/linqkit.html

只有注册用户登录后才能发表评论。