In almost every C# project, developers bump into the same question:
Static classes can maintain state. It's just one state for the entire system, which can be helpful. Your example static class could include a log counter.
Static classes can maintain state. It's just one state for the entire system, which can be helpful. Your example static class could include a log counter.