LINQ visual Query Editor: VLINQ
Everyone learns that LINQ is not a visual programming environment that is thinking about writing LINQ to SQL statements. Mitsu and their team spent nearly a year working on the release of the VLINQ (Visual Linq Query builder,linq Visual queries editor) today.
The Visual LINQ Query Builder (LINQ Visual Query Editor), as a plug-in for Visual Studio 2008, helps us create Linq to SQL query expressions in programs that support both C # and VB two languages.
VLINQ is developed using Visual Studio (Betas then RTM) and Expression Blend. The entire project project and an installation file are available on the download page. Download file:
- MSI installation files
- Quick Reference Guide
- User description File
- 2-minute development video.
- Source
Here is a quick development guide from the description in the Mitsu blog:
1. Create a new program
2. Add LINQ to SQL class
3. Add VLINQ Queries
4. Setting the VLINQ connection
5. Create a new query statement
6. Edit the query statement in the visual editor
Can shrink and expand query nodes
7. Previewing query Results
8. View the automatically generated code
For more use, refer to the development video and quick Development Guide.
Note: The Visual Linq Query Builder now seems to support only English version, I am currently installed in the Chinese version of the computer can not be used, not to introduce detailed development examples. I'm sorry! You can try it and share it!
Copyright NOTICE: This article for Bo Master http://www.zuiniusn.com original article, without Bo Master permission not reproduced.
LINQ visual Query Editor: VLINQ