I need to know how to prevent a class from being Instantiated in .net?
I know few methods like making the class Abstract and Static.
Is there any more way to
Mark the constructor(s) private, protected or if in used from another assembly, internal
private
protected
internal