User888441741 posted
what is performance hit static class vs non-static?
is this the same performance? i mean when you have non-static class you have to instantiate the class in order to use so does it performance hit when you instantiate the class?
thanks.