Tips for writing clean code in C#

This post will help you speed up your C# code and provide many tricks that every professional developer must know. 1. Validating input “first” Look at the code snippet below In this method we have many lines of code and we need to read all the code to find the last line that throws an… Continue reading Tips for writing clean code in C#