0
kicks
C# Operator Overloading for Improved Code Readability
The story shows some basic stuff concerning operator overloading in C# in order to realize a Reports selection formula converter. Operators can be very useful in situations where you want to write elegant and easy to understand code by using standard C# syntax.