Home
Programming With Wolfgang
Cancel

Scrum Part 3 - Scrum Roles

Scrum knows only three different roles: the Product Owner, the Scrum Master and the development team. Product Owner (PO) The Product Owner owns and manages the Product Backlog. A PO is a single p...

Scrum part 2 - An overview of Scrum

As already mentioned, Scrum is a framework for how to manage work. It might be incomplete and neither does it solve the problems for you nor does it tell you how to write your code. Scrum only give...

Scrum Part 1 – Welcome to agile development

Scrum is a framework which describes an agile approach on how to manage a project. It gives recommendations to teams on how to manage their work to achieve high team performance and support each ot...

Resharper Shortcut List

Resharper can help you to increase your performance to produce code faster and in higher quality. It is a great tool with many functions and shortcuts. Probably too many. Therefore I made my own li...

The Agile Manifesto

The Agile Manifesto is a guideline how to collaborate in agile projects. The goal is to achieve better results by working together. The Agile Manifesto defines four main rules on how to work toget...

Implementing a Decision Tree using the ID3 and C#

A decision tree is a classification algorithm used to predict the outcome of an event with given attributes. For example can I play ball when the outlook is sunny, the temperature hot, the humidity...