You are now being redirected to the new housing of Arjan's World.
Click here in case nothing happens
LINKBLOG for November 30, 2007
You are now being redirected to the new housing of Arjan's World.
Click here in case nothing happens
LINKBLOG for November 29, 2007
You are now being redirected to the new housing of Arjan's World.
Click here in case nothing happens
LINKBLOG for November 28, 2007
- Generics are better than Collections... - Jay Kimble
- The Firepower of Teams - Hans-Eric Grönlund
' bleeding edge isn’t always the best strategy to achieve business value '
On the 80/20 article from some time ago making a separation between the 20% front-running developers and 80% 'followers'
- Updating the Retry Activity - adding timed interval - Matt Milner
- Extension methods: one of my favorite C# 3.0 features - Kirill Osenkov
- Don't call us, we'll call you - push enumerators - Jon Skeet
Long article, looks nice, but I was discouraged by the disclaimer...
' you'll find it hard if you're not familiar with lambda expression syntax (x => x.Foo etc) '
- FrazzledDad: Readability, Accuracy, and Maintainability of Chained Calls
clear explanation of why exactly return new MemoryStream(File.ReadAllBytes(ConfigurationManager.AppSettings.Get("DataDir") + contentFile.Path));
is unreadable. Includes free refactoring
- Real World Interfaces in C# - Buddy Lindsey
basic beginner level article, the comments go a bit deeper
- Ten Tips for a Happy Upgrade to Visual Studio 2008 (Release) - Jon Galloway
Turns out I was ****wwwwaaaayyyy**** to fast into thinking I could just jank in the DVD and go on installing the thing
- Running VS2008 & VS 2005 side by side - project file difference - Jeffrey Palermo
- Are you excited about ASP.NET MVC? - Todd Anglin's Code Campground
Elaborate piece on the intricacies of the upcoming ASP.NET MVC but one would at least expect the word pattern in it...
- Code Review: PetShop 3.0 - Ayende Rahien
Ayende looks a the improved version of PetShop but still is not that impressed
- Working With Application Config Files Remotely - Adam Buenz
via Steve Pietrek
- Visual Studio 2008 InstallFest - Portland Edition - Scott Hanselman
Tried installing VS2008 today, but didn't even reach the first screen Scott shows. After 4 hours I was still looking at Framework 3.5 configuring itself. Couldn't cancel, so even had to give a hard reset to the machine to stop it. Not good. VS2005 needed some serious resuscitation afterward :-) Next time trying installation inside a virtual machine first
- How to Make the Most Out of Luck in Your Career and Life - Leo Babauta
- Tasks versus Goals - Eric Redmond
' Micro-managers give "tasks"; Good managers give "goals" '
- Normal is in the Eye of the Beholder - Elisabeth Hendrickson
' Apparently, the waitress and Mr. Loud Guy had two different definitions of “normal.” '
- The 8 challenges innovations face - Scott Berkun
- Hidden Influences on Software Design - Beautiful Code
'Have you ever thought about the printer paper you use in your office, and how it affects the design of your software?'
Don't expect an elaboration on the influence of paper, but Michael is right on to how every company gets the software it deserves
You are now being redirected to the new housing of Arjan's World.
Click here in case nothing happens
LINKBLOG for November 27, 2007
- The Job I Want Next - Giles Bowkett
Wow, Giles has seen 30-60 companies in his working life, massive... but about the job he wants now it basically muts be ' (...) good to do the things you love - all of them '
- Creating a transparent, animating, and opaque image in Silverlight 1.1 - Tim Stall
- Question For You Dependency Injection Buffs - Phil Haack
For all you DI experts: Phil needs your input
- Google as a password cracker - Steven J. Murdoch
via Bruce Schneier. Ten days old, but you might not have read it. Very interesting one on how someone reverse-engineered an attackers hashed password by using ... google!
- Dilbert Comic November 26, 2007
via Brian Randell
What happens when agile gets in to the hands of managers (disclaimer: the kind of managers that should not even know what agile is of course)
- Style Macros for technical authors working in Word - Roy Osherove
Anyone spending more time in Word than I do, needs macros
- Further Thoughts on Adopting .NET Framework 3.5 and VS 2008 - Carel Lotz
Some thoughts on how to implement the new Visual Studio and Framework in your organization
- Get SnagIt and Camtasia for FREE! - Randy Patterson
Dutch people will be specifically triggered by the 'free' keyword...
- Keep your code structure clean - Patrick Smacchia
Seeing NDepend for the first time can be quite an overwhelming experience. Had this some weeks ago and still haven't recovered. You can spend a day just learning how to use a tool like this...
- The Blogger's Guide to Search Engine Optimization - by Aaron & Giovanna Wall : SEO Book.com
' dozens or hundreds of comments on each post, adding unique content which the page can rank for '
Ha. Never looked at it that way. Let your readers do the work for you, why not? Chime in everybody :-)
- isions of the Future: Understanding Trends - Cecilia Weckstrom
- Update: Quake 2 .NET Port with Visual Studio 2008 (v9.0) and Managed C++ - Greg Dolley
Ever wanted to, just for once compile a real game, just because you can? Well, here's your chance
- Visual Studio 2008 Initial Impressions - Part One - Colin Cochrane
- Backup — what’s that? - Sterling Camden
- From C# to Java: Part 3 - Eric Sink
In which Eric notes some interesting differences between Visual Studio and Eclipse