Yesterday I blogged about using BitBucket Pipelines with ASP.NET Core and how you can use Microsoft’s public Docker image to automate your builds.
Not completely satisfied, I wanted to have my client assets built using webpack too this way....
Read More
Yesterday Atlassian announced BitBucket Pipelines, a new feature of BitBucket that will replace Bamboo Cloud (which has an EOL of 2017). I was immediately drawn because of three reasons:
- We use BitBucket as our source control host
- I...
Read More
A week ago Amazon's
Web Services division has bestowed us with another game-changing product that made me so exciting I couldn't sleep:
Amazon Glacier. If you don't know what it is, I can sum it up for you in...
Read More
Returning JSON in response to a web request is what we all love to do, right? Except of course there's a serious security problem in returning arrays in JSON. So serious, that the ASP.NET MVC team decided to add a...
Read More
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
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 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
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
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
A while ago I managed to set up
Mono on an
Amazon EC2 instance running the standard
Amazon Linux AMI, by compiling from sources. Boy, that was a pain, took a while (I was stupid enough to...
Read More
I had a call, the other day. It was a blocked number. I don't usually answer blocked numbers. They're usually telemarketeers. I hate telemarketeers. I don't want to answer the phone when it's a telemarketeer. But you're not really sure,...
Read More
In response to
this blog article, I'd like to present to you my very own list of tips to become a better .NET developer.
- Read a bunch of .NET related books. From each book,...
Read More
Dave Newman recently announced that he’s leaving .NET for Ruby. Fine. But he’s giving a bunch of reasons that I strongly disagree with.
Dave thinks that the .NET community is “cut off from the world”, because he’s seen “developers...
Read More
Today, while checking up on one of my favorite game franchises, I ran into this article about how Treyarch are going to “defeat” the problem of pre-owned games. For a minute I was under the impression this article was...
Read More
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
...remember this attribute:
[System.ServiceModel.ServiceBehavior(IncludeExceptionDetailInFaults = true)]
Read More
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
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
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
Today I found
this one out the hard way:

Read More
When you get this message, first thing you should check is if Windows Authentication is turned on for this website.
That's all.
Read More
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
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
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
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
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
Here I found an excellect blogpost on how to make a bootable USB drive to install Windows 7 RC from. Excellent! Worked like a charm!
Read More
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
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
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
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
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
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
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
I'm currently taking a look at
CruiseControl.NET to see how it would fit in my "learning curve" for my next pet project. It all feels a bit daunting, but I'm sure I can manage.
Read More
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
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