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

Tuneo

ASP.NET Hosting transatlantys

Contact

Me

Others

Selected content

Archives

Browse by Tags

All Tags » LINQ (RSS)
LINQ or Lync?
There's a new "link" from Redmond. It's not LINQ this time, but Lync . Isn't it great to have two names colliding in the Microsoft world? Is someone working on LINQ to Lync? Cross-posted from http://linqinaction.net
Testing object databases for .NET: Eloquera, STSdb, Siaqodb, Ninja Database Lite
Given all the activity around databases lately with the NOSQL movement, I decided to give a try to some of the new contenders. Lately, I've added some object database management systems to SharpToolbox . You can find them all in the DBMS category. I downloaded...
Hex Dump using LINQ (in 7 lines of code)
Eric White has posted an interesting LINQ query on his blog that shows how to create a Hex Dump in something like 7 lines of code . Of course, this is not production grade code, but it's another good example that demonstrates the expressiveness of LINQ...
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...
More Posts Next page »