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.), this time we will have a look at some additional keyword modifiers that are used and … Continue reading C# modifiers use and abuse – Part 2
Month: July 2017
C# modifiers use and abuse – Part 1
Hello and welcome, It's been a while since my last post so I want to make it up by writing about something I noticed that happen in real life about the C# modifiers and my thoughts on them. What are the modifiers we're going to discuss? Well the list of modifiers can be found on … Continue reading C# modifiers use and abuse – Part 1