All my documents in the cloud.

Paperwork is such a hassle. I can organize my home network, file shares, digital media and business, but my office has always looked as if a bomb exploded and I've got plenty of stories of documents that were in there...
Read More

He's got it all wrong

I was masterfully lured into reading someone's blogpost today, about the proper use of 'var' keyword. This is a topic that stays hot, in the community and on the work floor. The reason that this topic stays hot is...
Read More

Marco Has Point

Marco has a point. When you read his blogpost, this is how you should actually read it:
Apple:
  • We'd like you to use our web app or social network instead and will annoy you until you do.
  • Our app-review rules are...
Read More

Building a house!

The contract has been signed.
That's it for now. Later I'll tell you all about the house I'm building. As a teaser: I'm programming the PLC to do the home automation myself. It isn't much, but it's geeky enough to...
Read More

Techdays, and a movie afterwards

Today was the second day of the TechDays Belgium 2011 conference. It was a blast, and I learned a bunch of new stuff that will keep me busy over the next couple of months as I begin to digest the...
Read More

The Great App Bubble? I don't think so...

Another day, another "article" that gathers random facts and applies some strange statistics to it, only to come to some conclusion that, frankly, I don't see.

In this article, the blogger named Aaron Shapiro aims to...
Read More

The Web is not 'dead'

Got my eyes on this so-called article today, claiming that the Web as we know it is dead.

Just because there's a lot more traffic going to peer-to-peer and video applications doesn't mean that the Web is dead....
Read More

Adam.JSGenerator

Over the past few months I've been working on a side project at work, that my employer has now allowed me to publish as my very first open source project. I'm very excited.

Read more about it...
Read More

Learning

Today I learned something.

Today I learned that a Stack Overflow is not just a good place to go when you're stuck with something or you want a second opinion. It's also a good place to...
Read More

Enabling client caching of dynamic content

In my last post, I was explaining how I wanted to return pictures from my ASP.NET MVC based application. In short, this is what I did:

[ReplaceMissingPicture(Picture = "~/Content/Images/nopicture.png", MimeType = "image/png")] public ActionResult Picture(int...
      
Read More

About returning missing pictures.

While working on my pet project, I wanted to return pictures stored in the database. This is actually pretty much child’s play in ASP.NET MVC, and is well documented elsewhere.

Practically, it boils down to this:

public ActionResult...
      
Read More

HandleError and HTTP response codes.

After asking this question on Stack Overflow, I went out and used HandleError for my application exception handling. It works, as long as you turn on the customErrors configuration element. Then, after applying the HandleError attribute twice on my...

Read More

Intel X25-M

I took the jump and installed one of these suckers into my XPS1330M. Something I should've done a long time ago. If your boot time takes longer than 10s, you should check the event log to see what kept...
Read More

Win7, ASP.NET MVC, IIS 7, SQL Server 2008

While setting up my development machine for the coming weeks, I needed to make a number of tough decisions. The first decision was whether to go with SQL Server 2005 or SQL Server 2008. I figured it was not a...

Read More

About Hyper-V, VPN, the next few weeks

In the coming months, I'll be at home enjoying my "vacation" and using it to learn some cool technologies, and hopefully I'll find some time to write interesting things about the process. One of the first things on my tasklist...
Read More

MCPD EAD Certified!

This week I passed 70-549, concluding my series of exams to earn the MCPD Enterprise Application Developer certification. I would like to thank Brian to point me to the Transcender preparation exams. They are really a lot harder than...
Read More

MCPD here we come!

Today I passed MCP exam 70-528, so I've earned the credential "MCTS .NET 2.0: Web Applications". This is one step closer to MCPD. While preparing for the exam, I used Transcender's study guide and preparation tests, and it really made...
Read More

The Trashcan

Some people, when starting a new project decide they need a "base library" of some sorts to put all the neat little tricks in that somehow were "left" out of the .NET Framework. They need some wrapper around some functions...

Read More

Podcast Overflow

I like Joel Spolsky. He's an interesting guy, and he writes interesting stuff, and I've been reading him for years now. I'm subscribed to his mailing list, but it had gotten awful quiet for a long while now. I...

Read More

Resharper? No thanks...

I was trying out Resharper this week. I saw it being used on some screencast and thought "wow, that sounds like something useful", but after a week I gotta say, it just kept getting in my way. You have to...

Read More

Ninject or not?

For my next project, I'm looking into using a Dependency Injection framework. For those of you who don't know what it is, I would like to forward you to this article from Martin Fowler. The book I'm reading uses...

Read More

About this ASP.NET book...

So in the previous post I wrote that I'm learning about ASP.NET MVC. Even though I'm a proud card-carrying member of the MCP club with my ASP.NET certification (version 1.1!), I haven't actually produced a lot of working .NET code...

Read More

YAFB

I've decided to restart this blog. I've deleted all the old posts, because they'll be irrelevant for what I'll be using this blog for.

I'm not making any assumptions about who reads this blog. If you're reading...
Read More