Home
Programming With Wolfgang
Cancel

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...