The purpose of this oroject was to develop essential skills needed when developing with C# in Visual
Studio. As C# is its own language I have tried to become familiar with the programming standards
for C# and have tried to utilize the benefits of the language as well.
The process
When translating the app from Java to C# I wrote the C# code while looking at the Java application.
Most of the areas were very similar and easy to implement but there were differences that I couldn't
translate straignt across. After I had successfuly translated the app I started to check for
areas that I could optimize using C#'s features such as lambdas, Generics, and properties.
C# Calculator Demo
I have included a demo of the calculator code. It can be found in the header by clicking the "Demo
Code" tab.