Fine-tune the Collection of your SonarQube Projects

The SonarQube scanner is a simple way to start gathering data on your project. However, the scanner doesn’t know much about project structures and conventions for programming languages. Those things are all included in the build integration, which will be the topic of a later post. This post is part of the SonarQube series. You …

Read more

SonarQube: Installation Walkthrough for Windows and SQL Server Express

The installation of SonarQube is well documented and easy to follow. However, SQL Server Express brings its own challenges. There are some configuration changes you must make or SonarQube will not work. This installation walkthrough will address those issues and help you to overcome them. This post is part of the SonarQube series. You can …

Read more

How to Analyse SharePoint Log Files

One thing that you notice instantly when you ever try to figure out what goes on in a SharePoint instance is the unbelievable amount of log messages that are written. Even when no user is on your site, SharePoint itself has so many things going on that a constant stream of messages is created. If …

Read more

How To Analyse IIS Log Files

Every request made to a web application running on IIS is logged. Not only will the page that was requested be registered, but a lot of additional information like the user agent, the client IP address and if the request resulted in an error. Many of those values can be found in Google Analytics, but …

Read more