I've created a small sample application to help with this post. Basically, it’s a class library application called CalculatorExample. I've added one class so far, called MyCalculator. This class has two methods: Add(num1, num2) and Subtract(num1, num2).
Read More