Fabrice's weblog
Tools and Source
-
LINQ im Einsatz, LINQ in Action in German (LINQ auf Deutsch)
Today, I received a copy of LINQ im Einsatz. This is the German translation of LINQ in Action. It's now available from Amazon.de and from Hanser.
-
Proagora.com redesigned and services announced
We have just redesigned proagora.com to improve usability. We have also announced the complete set of services that the site offers and the corresponding rates.
-
.NET 3.5 SP1 LINQ improvements
In May, I announced the changes related to LINQ that were included in .NET 3.5 Service Pack 1 Beta. Now that the SP1 is officially available, more changes have been announced.
-
The greatest thing since google.com: goosh.org, the unofficial Google command line
If you want to experience Google's search differently, head to http://goosh.org. You'll be able to search Google from a web command line. It's simple and fast.
-
Your chance to win all of Manning's .NET ebooks
In any case, the point of this post is to announce their new competition: The .NET Daily Drawing.
It all starts on June 19. This promotion will run for one month, until July 17. "Each day’s lucky winner can choose one free .NET ebook of their choice. And finally, on the last day of the drawing, we're awarding one lucky winner... the entire Manning .NET library! (That’s nearly a $3000 value...)" -
What is the best book about C# 3.0 and LINQ?
Eggheadcafe.com readers' poll declares LINQ in Action "The best book about C# 3.0 and LINQ".
-
XAML markup formatting in Visual Studio
I'm using WPF these days, and so reading and writing a lot of XAML markup. As with any code or text, reading and navigation are made easier with a clean format. In my XAML files, I've been putting the XML attributes aligned vertically, below their XML element. It looks like this:
-
.NET sessions at the Université du SI and .NET 3.5+ expertise
I announced in April that I'll be part of the Université du Système d'Information event on July 2 and 3. With Frédéric Schäfer, we're actively preparing our session, which will allow you to discover in action no less than .NET 3.5, Visual Studio 2008, ADO.NET Entity Framework, LINQ, WPF and Silverlight.
-
A negative review for LINQ in Action
For a change, I won't post about all the positive reviews that our LINQ book received.
-
7 tricks to simplify your programs with LINQ
Despite what a lot of people still believe, LINQ is not all about SQL and databases. I guess it will take time before everybody gets used to it.