-
If like me you use the online help, then you've surely noticed several changes in these last months (ex.: friendly urls with support for namespaces, classes, properties, methods, etc). I've just seen in Craig's blog that now you can ask for a "low-bandwith page" . Ok, you'll...
-
This is a post on football (no, I'm not talking about American football - man, how can you call that football? you play it with your hands :) I'm talking about soccer). So, if you don't like, just don't read it :) If, like me, you're a fan, then you surely know that Euro 2008 is happening...
-
Yesterday I saw one of the worst live performances I can remember. Amy Winehouse has a fantastic voice, but if she keeps doing this she will disappear from scene within the next six months. As if starting the concert 45 minutes after time wasn't bad enough, she appeared completely drunk (and, dare...
-
Well, not really... As you surely know, you cannot have mutiple inheritance in .NET. That really sucks. Yes, I agree that multiple inheritance might bring several problems but when applied correctly, it really helps. Don't believe me? Ok, take a look at WTL . Back to .NET...Since we can't use...
-
Well, I should really say: first and last impressions! I've read about 200-230 pages of the Expert F# book and I think I've had enough. Ok, functional languages have really cool concepts like patterns, asynchronous workflows, first class support for functions, etc, BUT...the damn thing is simply...
-
I've been using SVN as my source control provider for some time now. I've been trying several approaches with it on these last months and to me, the best approach is to use a sheme based on trunk + branches + tags. I've been writing down several notes while trying to put a post about this...
-
If like me you're a programmer, I'm sure that we both agree when I say that having a decent font for working is a must! Damien Guard has released another preview of his Envy Code R monospaced font . I'm already using it and I think that you should at least check it out.
-
You can get them from here (VS) and here (.NET). I'm reading what's new on Brad Abrams post and I'm really digging the new features:) For instance, having the format option working with JS code is simply cool! Another cool thing: the ScriptManager is able to combine scripts so there's...
-
I've been a long time reader of the Coding Horror . I do enjoy the posts...at least most of the time. The best part about blogging is that we're all entitled to have an opinion. And that's why I was really shocked (to say the least) when I saw the MVC pattern applied to the HTML+CSS+Browser...
-
I've already blogged about the cool utility Path class. However, it seems like there still are some people that prefer to do it the hardway :) Here's an example of a question I've received: "How can I return the full path to a file? I mean, I might receive a local path...in that case...