Continuous LINQ- create continuous self-updating result sets
http://www.codeplex.com/clinq
Continuous LINQ is a .NET Framework 3.5 extension that builds on the LINQ query syntax to create continuous, self-updating result sets. In traditional LINQ queries, you write your query and get stale results. With Continuous LINQ,
you write a query and the results of that query are continuously [...]
Archive for the 'DotNet-Linq' Category
Continuous LINQ- create continuous self-updating result sets
Published August 29th, 2008 in Dev-NET, Development, DotNet and DotNet-Linq. 0 Comments
Print
LINQ to SQL Debug Visualizer
Published August 28th, 2008 in Dev-NET, Development, DotNet, DotNet-Linq and DotNet-Tools. 0 Comments
Print
LINQ to SQL Debug Visualizer
http://weblogs.asp.net/scottgu/archive/2007/07/31/linq-to-sql-debug-visualizer.aspx
One of the nice development features that LINQ to SQL supports is the ability to use a "debug visualizer" to hover over a LINQ expression while in the VS 2008 debugger and inspect the raw SQL that the ORM will ultimately execute at runtime when evaluating the LINQ query expression.
[...]
Huagati DBML/EDMX Tools-Linq to SQL ADO.NET Entity Framework
Published August 28th, 2008 in Dev-NET, Development, DotNet, DotNet-Linq and DotNet-Tools. 0 Comments
Print
Huagati DBML/EDMX Tools-Linq to SQL ADO.NET Entity Framework
http://www.huagati.com/dbmltools/
Do you want to be able to automatically update your Linq to SQL classes to reflect your database schema after making schema changes? You don't need to look for the "refresh" button anymore - it is available now as an add-in for Visual Studio!
Huagati DBML/EDMX Tools is an [...]
LinqPad’s Missing Linq - LINQtoCSV
Published July 19th, 2008 in Dev-Db, Dev-NET, Development, DotNet, DotNet-Db and DotNet-Linq. 0 Comments
Print
LINQPad is a fantastic freeware application that lets you interactively query SQL databases using LINQ (Language Integrated Query).
In this brave new world where LINQ will become more popular an will be broadly adopted by the .NET community it will become very important to become fluent with your use of LINQ. One way to [...]
Vlinq-Visual Linq-query builder for Linq to Sql
Published April 27th, 2008 in Dev-Db, Dev-NET, Development, DotNet, DotNet-Db, DotNet-Linq, Fav-Development and Favorite. 1 Comment
Print
Vlinq-Visual Linq-query builder for Linq to Sql http://code.msdn.microsoft.com/vlinq
Visual LINQ Query Builder is an add-in to Visual Studio 2008 Designer that helps you visually build LINQ to SQL queries. Functionally it provides the same experience as, for instance the Microsoft Access Query Builder, but in the LINQ domain. The entire UI of this [...]
LINQPad lets you interactively query SQL databases in a modern query language
Published January 5th, 2008 in Dev-Db, Dev-NET, Development, DotNet, DotNet-Db, DotNet-Linq, Fav-Development and Favorite. 0 Comments
Print
LINQPad lets you interactively query SQL databases in a modern query language
http://www.linqpad.net/
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
[...]










