.Net
Exception handling best practices?
Hey C# folks, I’m looking for some best practices on exception handling while maintaining some level of cleanliness – Say I have code somewhat like below…. RunSQLQuery is either going to throw a SqlException “Operation Read more…