Browse by Tags
All Tags »
LINQ (
RSS)
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
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...
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...
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...
More Posts
Next page »