score:1
i haven't used it myself, but you could take a look at microsoft's visual linq query builder. it's a plugin for vs 2008 (not express) and supports c# and vb.net only.
Source: stackoverflow.com
Related Query
- Can I use a query designer to write Linq Queries against a DataSet
- How can I write the following code more elegantly using LINQ query syntax?
- How can I code numerous MIN functions into one LINQ to DataSet query
- Can I Use The Same Linq Code to Query for Different Conditions?
- Can I declare / use some variable in LINQ? Or can I write following LINQ clearer?
- How do I write a linq query against a ListCollectionView?
- How can I switch that code to use LINQ
- How to dynamic add filters to a LINQ query against an Odata Source in C#
- What Linq query can I use to return a count of all products by Category?
- Use a linq query as microsoft local report Data Source (WinForms)
- Can I use a compiled query as a source in a second query?
- Can you use LINQ with in memory objects rather than SQL Server queries to improve performance?
- How can I code a Linq query to do an upward Include?
- How I Can use Linq Query count no. of record in query
- best way to use LINQ to query against a list
- How can I write this LINQ query as a Lambda expression?
- How can I write a linq query to get blogId in mvc web application
- How I can write something similar to Linq .Any() when writing sql server queries
- How can i change this LINQ query to use my List<int> instead of the hard coded number?
- How can I check the number of calls to the database in LINQ query when using .NET Core and Code First?
- How Can I Write a LINQ Query to Get Content Within the Last Seven Days?
- How can I write this query in LINQ
- Can I make this two LINQ queries into one query only?
- How can I use a predicate in a crm sdk 2011 linq query when the query contains a join?
- Can I use a LINQ IEnumerable result as the data source for a Gtk.TreeView?
- How can I use Linq and c# to compare a property against a List<string>
- How can I use this T-SQL query in LINQ / Entity Framework?
- How to write aggregate query in LINQ reusing part of the select code
- how to write a Linq query with a EF code first Many to Many relationship
- How can I use custom expressions in DevArt LINQ to Entities and also use query comprehension syntax?
More Query from same tag
- Compare two generic Lists
- Group list of objects based on timestamp
- LINQ .Startswith or .Contains problems in VB.NET4
- How do I know what does EF translate Linq queries into?
- Index of List containing dictionaries of strings based on dictionary values
- Get count of each distinct word from array of strings
- Querying the database using EF Code First and Linq
- Extending LINQ Expressions
- Null reference exception while using Count
- Include only partial entity in EF6 Include
- Linq: GroupBy its child.value property value
- How do I get data from inner array in MongoDB using LINQ's AsQueryable()?
- Can we populate single dropdown with two tables data
- How to Convert sql server query to linq in entity framework
- Linq query to find matches in nested lists
- Performant way to fetch all rows inside and outside parent record
- Linq version of SQL "IN" statement
- API call JSON File and create Database
- LINQ Get Average values from IQueryable
- How to Sort a list by field
- Linq.Dynamic FirstOrDefault() nested in OrderBy
- How to modify the condition for a LINQ request to remove users that are in another table?
- Linq get data as quaternary packs
- Using linq to merge multiple XML files with the same structure and removing duplicates based on a key
- How to Group and Sum List of Lists using Linq
- Where all List values are equal to column List
- Query Context for Inserted but yet Uncommitted records
- Rewrite sql to linq, probably piece of cake, but can't get my head around it
- Remove duplicated elements List<Vector3> Mono / C# - Unity3D
- How to get the remain value in linq?