C# Conditional statement
A neat syntax in C# isTrue ? thenDoThis : ElseDoThis Another example of use
A neat syntax in C# isTrue ? thenDoThis : ElseDoThis Another example of use
During recent debugging of T-SQL stored procedures, I found adding following code in your catch block will help to point the actual cause of error and make your programming life…