[1] Description of LINQ visual Query Editor
[2] Quick Development Guide 1
[3] Quick Development Guide 2
Everyone learning LINQ is not thinking about writing LINQ to SQL statements without a visual programming environment. Mitsu and their team have spent nearly a year working on the VLINQ (Visual Linq Query builder,linq Visual Query Editor) today.
Visual LINQ Query Builder (LINQ Visual Query Editor), as a plug-in to Visual Studio 2008, helps us create Linq to SQL query expressions in our programs that support both C # and VB two languages.
VLINQ is developed using Visual Studio 2008 (Betas then RTM) and Expression Blend. The entire project and an installation file are available on the download page. Download file:
MSI installation files
Quick Reference Guide
User description File
2 minutes of development video.
Source
The following is a quick development guide from the description in Mitsu blog:
1. Create a new program
2. Add LINQ to SQL class