C# Exception Handler

Given the code below, how would you add exception handling in your code? Some developer would handle like this While other do something like this Which style is more readable?

Read More

Date and time arithmetics

One of our developer wrote this code He is combining the date and time but in a clumsy way. What he’s doing is composing a string then convert it to […]

Read More