Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: protection level

Protection level of a class is internal in .NET

Posted on May 6, 2013 by zf

Protection level of a class is internal by default I was working with a young developer and had an fun discussion about protection levels. It is easy to forget default protection levels (access modifier). Classes are internal by default in .NET. Internal means that the class is visible to any code inside the assembly but […]

Protection level of a class is internal in .NET