Browse by Tags
All Tags »
LINQ »
SQL (RSS)
There are really a whole bunch of great resources out there that help the community get up & running with LINQ. Personally, with all the additional providers that I've seen ( Qak Leaf List ) - several of which I see great use for - LINQ to SharePoint
Read More...
Here's a cool tool that provides an interactive LINQ environment that you can use to develop queries against LINQ sources (SQL, Objects, XML, etc.). If you're working with LINQ and need an environment that supports both expression and language statements
Read More...
I didn't really think of the connection until I read this post from the Oak Leaf folks... http://oakleafblog.blogspot.com/2007/04/linq-featured-in-redmond-developer-news.html dBase, then Clipper (from Nantucket) was my first development environment on
Read More...
Here, in the continued foray into LINQ and the 3.5 (Orca's) release, is an implementation of LINQ over NHibernate. http://ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx Oren Eini provides a starting point, if not a great example of how LINQ
Read More...
It seems the LINQ guys have done a great job of optimization inside of the LINQ namespace (System.Linq). http://blogs.msdn.com/jomo_fisher/archive/2007/03/28/fast-switching-with-linq.aspx If you take a look at this post, then subsequent comments and a
Read More...