Fabrice's weblog
Tools and Source
-
Fix for Visual Studio 2008 crash with XAML files
Does your Visual Studio 2008 SP1 crash when you open some XAML files? It started to happen to me, for some unknown reason.
-
LINQ in Action in Spanish (LINQ en español)
Today I had the pleasure to receive a copy of LINQ in Action translated in Spanish. This came a bit unexpected, but it's great!
-
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 can tell that they come from someone who lives in the trenches. I learnt very interesting features and best practices I didn't know about.
-
MVP in 2009
Microsoft just named me an MVP for the sixth year in a row!
What to expect from me this year? Well, I'll continue to improve my existing projects but I also have new projects in the pipe. The best way to know what I'm up to is to follow this blog :-) -
Your favorite .NET and Java tools in RSS
I've just updated SharpToolbox.com and JavaToolbox.com again to improve the features I announced last week. You can now use RSS to follow your favorite .NET and Java tools.
-
Your favorite .NET and Java tools
Whatever you're doing with .NET or Java, you have to deal with a lot of tools and libraries. If you need to find new ones, you can consult SharpToolbox.com and JavaToolbox.com. You'll find there more than 2000 tools, libraries and add-ins! The main goal of these sites has always been to help you to quickly identify the tools you need.
-
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, although I'm not able to find the exact reference at the moment in this tutorial.
-
UI design and prototyping tools
As my previous post shows, I have a growing interest in user experience and UI design patterns. I'm also interested in mockups and prototyping tools, which are of course directly related to UI design and user experience.
-
UI design patterns libraries
Over the time, I've collected a set of UI design patterns libraries. Some of them present patterns with descriptions and advices, others collect screenshots of UI designs. With all the available sites, you have a lot of patterns to tap into for your sites and applications!
-
Null Object design pattern instead of returning null
This is just a quick post to make a plug for the Null Object design pattern. I don't think that it's used a lot, but it's useful to avoid a lot of issues.