Browse by Tags
All Tags »
LINQ (
RSS)
I've just moved the LINQ tools referenced on SharpToolbox.com to a new dedicated LINQ category . 20 tools and providers are listed for the moment. I'll add more shortly. See Jim's blog for more resources. Cross-posted from http://linqinaction.net
After we published the code samples for LINQ in Action's first chapters in LINQPad a few weeks ago, the samples of three more chapters have just been added. These chapters cover LINQ to XML. Thanks Jim for doing the additional conversion. The code samples...
Do you know LINQPad ? It's a really simple but great tool for testing LINQ queries. Not only that, but it can be used to test all kinds of C# and VB code snippets. Another great thing about LINQPad is that it comes with code samples. Until now the integrated...
Eric Lippert , whose blog you shouldn't miss, adds his own arguments to the debate about whether using a ForEach extension method instead of foreach is a good idea or a bad one. I don't see a definitive answer to the question. All the arguments given...
After English, German and Spanish , LINQ in Action is now available em Português . The title is LINQ em Ação . The publisher is Editora Ciência Moderna . Cross-posted from http://linqinaction.net
Zeeshan Hirani who already offered us a 500-page Entity Framework learning guide , now publishes great LINQ tips in the first part of his LINQ Deep Dive articles . These tips are not the usual introductions to LINQ features you can find elsewhere. You...
In LINQ in Action , we discuss about the missing ForEach query operator. This is in Chapter 5 "Beyond basic in-memory queries", more precisely in section 5.2.2. There, we indicate that Eric White suggested this operator in his functional programming tutorial...
Yesterday a reader of the LINQ in Action book posted an interesting challenge on the book's forum . It's interesting enough to be reposted it here. The request was to convert a LINQ query expression (query syntax) to a query operator call chain (method...
In addition to speaking at DevTeach Montreal next week , Frédéric Schäfer and I will also give a demonstration of LINQ, Entity Framework and WPF in action to the Communauté .NET Montréal next Monday. This will be in French. A bientôt à Montréal et DevTeach...
Matt Warren, who provides the most detailed HOWTO for creating your own LINQ IQueryable provider , has now published a dedicated toolkit on CodePlex : IQToolkit is essential if you are building your own LINQ IQueryable provider. It contains common tools...
More Posts
Next page »