In a previous post I showed how to extract all targets defined in a given MSBuild file. Wouldn't it be great if the execution of those targets could be... Read more»
The kind of adhoc scripting you can do with PowerShell lends it's self very well for getting an overview of the code-base you find yourself in. When you find yourself in a project or you're just interested... Read more»
The project I'm currently working on, started more than five years ago and has quite a large MSBuild file to perform all the build automation for the project. A while back I found myself struggling to remember the name... Read more»
In my previous posts in this series I discussed why you should care about PowerShell and I pointed to some resources to help you Read more»
After getting everybody warmed to the idea of learning PowerShell in part 0 of this series. Let's dig into a... Read more»
Being a big PowerShell fan but not seeing many fellow developers around me use it, I thought PowerShell could use some promotion among .NET developers. This inspired me to start a series... Read more»
Recently I wrote a script at work to generate a report about the load on a set of servers. The gathered statistics were mailed around everything nice and dandy. But after a few weeks something strange happened the body of the mail... Read more»
In my last post I hinted that the next feature to be implemented was a comments facility. Searching through the web I found two options Disqus and IntenseDebate. Browsing through their respective sites, I liked... Read more»
Using Git introduced me to the wonderful services of GitHub. One of the many great features of GitHub is something known as GitHub Pages. To quote the GitHub Pages intro:
... Read more»Last Friday I attended the Nederlandse Functioneel Programmeren dag. The program showed a wide variety of short (20 min.) talks. This appeared to be a nice low barrier of entry opportunity to see what's currently hot in the... Read more»