Fabrice's weblog

Tools and Source

News

My .NET Toolbox
An error occured. See the script errors signaled by your web browser.
No tools selected yet
.NET tools by SharpToolbox.com

Read sample chapters or buy LINQ in Action now!
Our LINQ book is also available on AMAZON

.NET jobs

Emplois .NET

transatlantys hot news

Contact

Me

Others

Selected content

Browse by Tags

All Tags » LINQ (RSS)
New LINQ tools category on SharpToolbox.com
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
LINQ in Action XML samples now in LINQPad too
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...
LINQ in Action samples in LINQPad
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...
ForEach debate continued
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...
LINQ em Ação, LINQ in Action in Portuguese
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
LINQ Deep Dive: great LINQ tips
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...
ForEach or not ForEach, that is the question
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...
Converting LINQ queries from query syntax to method/operator syntax
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...
Speaking for the Communauté .NET Montréal next Monday
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...
Posted: Nov 24 2008, 12:28 AM by Fabrice Marguerie | with no comments
Filed under: ,
IQToolkit, building your own LINQ IQueryable provider
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 »