Hello and welcome to part two of the use and abuse of the C# modifier keywords, Last time we looked at the access modifiers that apply to types (class, struct, and enums) and members (fields, methods, nested classes, etc.
In my previous post, I discussed the use of TransactionScope within C# and how it might simplify how transactions are managed within your applications.